[Issue 14957] order of declaration at global scope

2020-01-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14957 Dennis changed: What|Removed |Added CC||dkor...@live.nl --

[Issue 15812] static struct inside extern(C++) class cannot be used as key to associative array

2020-01-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15812 moonlightsenti...@disroot.org changed: What|Removed |Added Severity|normal |regression --

[Issue 15812] static struct inside extern(C++) class cannot be used as key to associative array

2020-01-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15812 moonlightsenti...@disroot.org changed: What|Removed |Added CC||moonlightsentinel@disroot.o

[Issue 12321] Contracts of implemented interface method aren't called

2020-01-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12321 Basile-z changed: What|Removed |Added Keywords||wrong-code CC|

[Issue 16473] operator overloading is broken

2020-01-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16473 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 14957] order of declaration at global scope

2020-01-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14957 Basile-z changed: What|Removed |Added Keywords||rejects-valid CC|

[Issue 14434] Assertion failed: (type && init), function getConstInitializer, file declaration.c, line 2295

2020-01-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14434 Basile-z changed: What|Removed |Added Keywords||ice CC|

[Issue 20493] Incorrect result of BigInt * BigInt

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

[Issue 20493] Incorrect result of BigInt * BigInt

2020-01-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20493 Dennis changed: What|Removed |Added CC||dkor...@live.nl Component|dmd

[Issue 20497] thread with limited stackspace crashes depending on size of TLS

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

[Issue 20493] Incorrect result of BigInt * BigInt

2020-01-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20493 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot ---

[Issue 17269] formattedWrite of struct with Nullable string fails

2020-01-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17269 --- Comment #8 from Thibaut CHARLES --- I already opened a PR for this: https://github.com/dlang/phobos/pull/5797 But it never got merged due to a compiler bug having some interactions with the bug fix. --

[Issue 14501] template result is reused for equal but non-identical alias arguments

2020-01-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14501 berni44 changed: What|Removed |Added CC||bugzi...@d-ecke.de Severity|normal

[Issue 17441] std.traits.moduleName gives wrong answer for modules imported under a different name in a mixin

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

[Issue 14501] template result is reused for equal but non-identical alias arguments

2020-01-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14501 berni44 changed: What|Removed |Added CC||atila.ne...@gmail.com --- Comment #3 from berni44

[Issue 20499] New: bad error message caused by UFCS attempt on the identifier matching to an import

2020-01-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20499 Issue ID: 20499 Summary: bad error message caused by UFCS attempt on the identifier matching to an import Product: D Version: D2 Hardware: All OS: All