[Issue 20703] Segfault on missing import in template instantiation

2020-08-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20703 Boris Carvajal changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 21091] [ICE] Segmentation fault: Module::importAll(Scope*) (this=0x0, prevsc=0x0) at dmd/dmodule.d:1124

2020-08-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21091 --- Comment #5 from Boris Carvajal --- *** Issue 20703 has been marked as a duplicate of this issue. *** --

[Issue 21135] New: Add -checkaction=D support to BetterC

2020-08-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21135 Issue ID: 21135 Summary: Add -checkaction=D support to BetterC Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement

[Issue 21131] Appender with string does not process UTF input ranges properly

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

[Issue 20162] Sign Extension for ?: optimization done wrong

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

[Issue 20162] Sign Extension for ?: optimization done wrong

2020-08-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20162 Walter Bright changed: What|Removed |Added Hardware|All |x86_64 Summary|Bug in

[Issue 20162] Bug in optimization of remainder operation

2020-08-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20162 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1

[Issue 21109] Wrong result when using sort() on enum arrays

2020-08-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21109 Simen Kjaeraas changed: What|Removed |Added CC||simen.kja...@gmail.com --- Comment #7 from

[Issue 21109] Wrong result when using sort() on enum arrays

2020-08-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21109 --- Comment #6 from Andrej Mitrovic --- (In reply to Boris Carvajal from comment #5) > There is no 'opCmp' defined for the struct so the runtime just use a memcmp > for the comparison. > The code itself calls '__cmp' from