digitalmars.D - std.date Cyclic dependency
- Tyro[a.c.edwards] (11/11) Mar 10 2009 Hello everyone,
- Walter Bright (1/1) Mar 10 2009 So it does. I'll fix it.
- Walter Bright (1/1) Mar 10 2009 http://d.puremagic.com/issues/show_bug.cgi?id=2727
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
http://d.puremagic.com/issues/show_bug.cgi?id=2727
Mar 10 2009








Walter Bright <newshound1 digitalmars.com>