[Issue 18868] Separate compilation generates two static this functions, runs it twice

2018-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18868 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/849155631cba3017566d3160cf15cb40584abf10 fix Issue 18868 - nondeterministic static ctor/dtor Instead

[Issue 18868] Separate compilation generates two static this functions, runs it twice

2018-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18868 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18884] getSymbolsByUDA fails on AliasSeq members

2018-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18884 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #2

[Issue 18880] [REG2.079] Miscompilation of unittests when two are mixed-in on one line

2018-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18880 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #4

[Issue 18871] DMD "illegal hardware instruction" crash

2018-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18871 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #6

[Issue 18871] DMD "illegal hardware instruction" crash

2018-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18871 Mike Franklin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 18905] [Reg 2.079] C++ classes can no longer be used with -betterC

2018-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18905 --- Comment #3 from Walter Bright --- https://github.com/dlang/dmd/pull/8304 --

[Issue 15125] Explicit pure needed even though pure: at the top of the file

2018-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15125 RazvanN changed: What|Removed |Added CC|

[Issue 3680] default struct constructor should not be removed

2018-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3680 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18892] Wrong type in error message for static members and alias this

2018-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18892 Mike Franklin changed: What|Removed |Added Keywords||pull

[Issue 18866] Overload from opDispatch ignored in WithStatement

2018-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18866 RazvanN changed: What|Removed |Added CC|

[Issue 18866] Overload from opDispatch ignored in WithStatement

2018-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18866 --- Comment #4 from Simen Kjaeraas --- > there would be absolutely no way of calling fun1() from within the > WithStatement body Sure there would. Assuming the same code as in comment 0, you would call the global fun2 using

[Issue 18892] Wrong type in error message for static members and alias this

2018-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18892 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/6171f9e6980347b8678926034fb5757e513f0206 Fix Issue 18892 - Wrong type in error message for static

[Issue 18892] Wrong type in error message for static members and alias this

2018-05-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18892 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED