www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18740] New: dmd deletes similar named files

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 puremagic.com
          Reporter: var.spool.mail700 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.

--
Apr 06 2018