[Issue 260] New: conflicting imports

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jul 20 15:05:49 PDT 2006


http://d.puremagic.com/issues/show_bug.cgi?id=260

           Summary: conflicting imports
           Product: D
           Version: 0.163
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: benoit at tionex.de


given the following files:
File a.d in package A
File b.d, c.d in package BC

I got the error message
in b.d line... BC.b.A conflicts with BC.c.A in c.d line ...

After stumbling around and using the -v option, it turns out, this message was
generated while processing file BC.x and there were missing imports. Fixing
this, make the error go away.

Sorry, I don't have code to show this. But please make the message in a way it
also points to the file x.


-- 




More information about the Digitalmars-d-bugs mailing list