March 10, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2727

           Summary: std.date Cyclic dependency
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: bugzilla@digitalmars.com


Andrew writes:

The following code:

     private import std.date;
     void main(){}

generates the runtime error:
     object.Exception: Cyclic dependency in module std.date


-- 

April 01, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2727


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from bugzilla@digitalmars.com  2009-04-01 13:55 -------
Fixed DMD 2.027


--