[Issue 20529] Cyclic dependency caused by import of core.time

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20529 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #1 from Razv

[Issue 20529] Cyclic dependency caused by import of core.time

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20529 --- Comment #2 from RazvanN --- Is it possible that phobos still gets linked somehow? --

[Issue 20529] Cyclic dependency caused by import of core.time

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20529 --- Comment #3 from berni44 --- (In reply to RazvanN from comment #2) > Is it possible that phobos still gets linked somehow? Looks like. I haven't found anything in the sources, but I'm not very familiar with druntime. At least it looks really stra

[Issue 20529] Cyclic dependency caused by import of core.time

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20529 --- Comment #4 from RazvanN --- Try to rename the files to make sure that there isn't any name clash. --

[Issue 20529] Cyclic dependency caused by import of core.time

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20529 --- Comment #5 from berni44 --- (In reply to RazvanN from comment #4) > Try to rename the files to make sure that there isn't any name clash. There is. It looks like std.datetime is taken from Phobos instead of the local version. But I get a differe

[Issue 20529] Cyclic dependency caused by import of core.time

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20529 --- Comment #6 from RazvanN --- (In reply to berni44 from comment #5) > (In reply to RazvanN from comment #4) > > Try to rename the files to make sure that there isn't any name clash. > > There is. It looks like std.datetime is taken from Phobos ins

[Issue 20529] Cyclic dependency caused by import of core.time

2020-01-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20529 berni44 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---