[Issue 16265] unittest imports should not be counted as dependencies for static ctors

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16265 Iain Buclaw changed: What|Removed |Added Priority|P1 |P4 --

[Issue 16265] unittest imports should not be counted as dependencies for static ctors

2017-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16265 --- Comment #6 from Steven Schveighoffer --- (In reply to Mike Franklin from comment #5) > I think it would help to have an example that someone could quickly cut and > paste into their development environment to reproduce and

[Issue 16265] unittest imports should not be counted as dependencies for static ctors

2017-12-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16265 Mike Franklin changed: What|Removed |Added CC||slavo5...@yahoo.com

[Issue 16265] unittest imports should not be counted as dependencies for static ctors

2017-05-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16265 --- Comment #4 from Steven Schveighoffer --- Trial PR: https://github.com/dlang/dmd/pull/6753 --

[Issue 16265] unittest imports should not be counted as dependencies for static ctors

2016-11-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16265 anonymous4 changed: What|Removed |Added See Also|

[Issue 16265] unittest imports should not be counted as dependencies for static ctors

2016-10-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16265 Steven Schveighoffer changed: What|Removed |Added Summary|batter detection of real|unittest imports

[Issue 16265] unittest imports should not be counted as dependencies for static ctors

2016-10-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16265 --- Comment #1 from anonymous4 --- But you will still have a cycle when compiling unittests? Then unittest dependencies can't be possibly ignored. --