[Issue 5243] dmd -run potentially removes user files

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Sep 7 00:19:04 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=5243

Ivan Kazmenko <gassa at mail.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gassa at mail.ru

--- Comment #13 from Ivan Kazmenko <gassa at mail.ru> ---
At least on Windows (both 32 and 64 bits), the overwrite behavior is still
present.

To test that, I create p.d (just "void main () {}"), p.exe and p.obj.

Running any of

dmd -run p.d

and

dmd -m64 -run p.d

erases both my p.exe and my p.obj.

--


More information about the Digitalmars-d-bugs mailing list