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.)

Reply via email to