[Issue 2457] New: Detecting circular module dependencies at compile time

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Nov 15 14:58:25 PST 2008


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

           Summary: Detecting circular module dependencies at compile time
           Product: D
           Version: 1.036
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: dhasenan at gmail.com


I've been getting a lot of runtime errors about circular module dependencies.
It'd save me some time if the compiler could detect at least some of these. The
runtime doesn't have a chance of giving a reasonable error message, but the
compiler could. At the very least, it'd save some time.


-- 



More information about the Digitalmars-d-bugs mailing list