www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - std.date Cyclic dependency

reply Tyro[a.c.edwards] <nospam home.com> writes:
Hello everyone,

It's been quite a while but I've kept close watch on the development of things
here... must say that I am very thankful for all the work everyone has done in
making D what it is today.

The following code:

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

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

courtesy DMD 2.026

any pointers to a quick resolution would be greatly appreciated.

Thanks,
Andrew
Mar 10 2009
parent reply Walter Bright <newshound1 digitalmars.com> writes:
So it does. I'll fix it.
Mar 10 2009
parent Walter Bright <newshound1 digitalmars.com> writes:
http://d.puremagic.com/issues/show_bug.cgi?id=2727
Mar 10 2009