[Issue 18275] dmd deletes source file fun.cpp with `dmd fun.cpp.o main.d`
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Apr 6 15:57:23 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18275
ArturG <var.spool.mail700 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |var.spool.mail700 at gmail.com
--- Comment #2 from ArturG <var.spool.mail700 at gmail.com> ---
is this the same bug?
if i have 2 files with the same name, like this
test
test.d
and execute dmd -D test
dmd picks test.d and generates the test.html but deletes the test file.
--
More information about the Digitalmars-d-bugs
mailing list