https://issues.dlang.org/show_bug.cgi?id=16962
Timothee Cour <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Timothee Cour <[email protected]> --- these also fail: mkdir temp rdmd --build-only --force -lib -od=temp/ main.d [email protected](489): should have been created by compileRootAndGetDeps rdmd --build-only --force -lib -of=temp/main.a main.d [email protected](489): should have been created by compileRootAndGetDeps rdmd --build-only --force -lib -oftemp/main.a main.d std.file.FileException@std/file.d(679): temp/main.a: No such file or directory rdmd --build-only --force -lib -odtemp/ main.d std.file.FileException@std/file.d(679): temp/main.a: No such file or directory --
