[Issue 4384] Cyclic dependency check for modules is broken

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jun 25 13:25:08 PDT 2010


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


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|                            |WONTFIX


--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> 2010-06-25 13:25:04 PDT ---
Module dependencies are solely based on the import statements and the existence
of static constructors. Beyond that, it's the responsibility of the programmer
to order things. In particular, the contents of the static constructors are not
considered. Doing so is beyond the current scope of the language.

Won't fix.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list