GDMD D port ready for alpha-testing
Vladimir Panteleev via D.gnu
d.gnu at puremagic.com
Sat Mar 26 03:35:44 PDT 2016
On Saturday, 26 March 2016 at 10:09:10 UTC, Johannes Pfau wrote:
> I've finally finished the D port of GDMD and pushed everything
> including a detailed README to
> https://github.com/D-Programming-GDC/GDMD/tree/dport
Thanks for this.
I see that parsing response files isn't implemented yet. Response
files are practically required when used with rdmd on Windows,
because of the command line length limit.
std.process.escapeWindowsArgument is available on all platforms
for this purpose:
http://dlang.org/phobos/std_process.html#.escapeWindowsArgument
(The response files use the Windows syntax, regardless of the
host platform.)
More information about the D.gnu
mailing list