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

          Issue ID: 19376
           Summary: Don't generate object file from .di file passed on
                    command line
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: [email protected]
          Reporter: [email protected]

A .di file is only supposed to be an interface. Generating code from it causes
a collision with the object code generated by the corresponding .d file.

.di files can be passed on the command line if they have different paths/names
from the module declaration in the file itself.

--

Reply via email to