[Issue 18740] New: dmd deletes similar named files
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Apr 6 19:03:23 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18740
Issue ID: 18740
Summary: dmd deletes similar named files
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: var.spool.mail700 at gmail.com
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