[Issue 16533] New: Cannot compile two file with same name

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Sep 24 02:26:21 PDT 2016


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

          Issue ID: 16533
           Summary: Cannot compile two file with same name
           Product: D
           Version: D2
          Hardware: x86
                OS: Mac OS X
            Status: NEW
          Severity: regression
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: iamthewilsonator at hotmail.com

DMDFE:

ldc2 ../a/bar.d ../b/bar.d
Error: module bar from file ../b/bar.d conflicts with another module bar from
file ../a/bar.d


causes ldc to fail even with -oq (output module *.o's with their fully
qualified name) switch, which is supposed to allow this.

It did work around about July.

see https://github.com/ldc-developers/ldc/issues/1781

this blocks having a sane layout for dcompute.

--


More information about the Digitalmars-d-bugs mailing list