[Issue 20520] Runtime segfault when taking typeid of a class instanciated within an enum

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20520 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #5 from

[Issue 19946] In betterC filling an array with a non-zero value fails for types of size > 1 due to missing _memset16/_memset32/etc.

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19946 --- Comment #19 from Dlang Bot --- dlang/dmd pull request #14770 "handle byte, short, and int cases for bug 19946" was merged into master: - afb2a9bbc90edaf7063e073950adb1076ae56c7c by Walter Bright: handle byte, short, and int cases for bug 19946

[Issue 20520] Runtime segfault when taking typeid of a class instanciated within an enum

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20520 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --- Comment #6 from Iai

[Issue 22889] Selective import shadows local variable

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22889 MrSmith33 changed: What|Removed |Added CC||mrsmit...@yandex.ru --

[Issue 22334] TypeInfo is used in inexplicable places

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22334 Dennis changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 21477] TypeInfo errors in betterC are cryptic

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21477 Dennis changed: What|Removed |Added CC||zan77...@nifty.com --- Comment #3 from Dennis ---

[Issue 19946] In betterC filling an array with a non-zero value fails for types of size > 1 due to missing _memset16/_memset32/etc.

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19946 --- Comment #20 from ryuukk_ --- Finally, thanks!! --

[Issue 23595] New: Error: undefined identifier with static if and module/import order

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23595 Issue ID: 23595 Summary: Error: undefined identifier with static if and module/import order Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 23595] Error: undefined identifier with static if and module/import order

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23595 Iain Buclaw changed: What|Removed |Added Keywords||rejects-valid CC|

[Issue 19649] Misleading error message for duplicate constraints

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19649 Nick Treleaven changed: What|Removed |Added Keywords||diagnostic CC|

[Issue 23595] Error: undefined identifier with static if and module/import order

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23595 --- Comment #1 from Iain Buclaw --- Related test. --- module simpleaudio; struct AudioOutputThread { alias Sample = AudioPcmOutThreadImplementation.Sample; } import core.types; class AudioPcmOutThreadImplementation { pthread_t id; stru

[Issue 23595] Error: undefined identifier with static if and module/import order

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23595 --- Comment #2 from Iain Buclaw --- Related test, also has the error: simpleaudio.d(13): Error: class `Thread` is forward referenced --- module simpleaudio; struct AudioOutputThread { alias Sample = AudioPcmOutThreadImplementation.Sample; }

[Issue 19649] Misleading error message for duplicate constraints

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19649 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @ntrel c

[Issue 10594] Shaping the value range for immutable variables

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10594 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org --- Comment #1 from Nick Tre

[Issue 13656] clarify error message upon trying to declare a variable of type ref

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13656 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #3 from Dlang Bot --- @ntrel c

[Issue 23596] New: override deprecated of deprecated base class could work

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23596 Issue ID: 23596 Summary: override deprecated of deprecated base class could work Product: D Version: D2 Hardware: All OS: All Status: NEW Se

[Issue 23464] Pathological compilation slowdown when mixin in large switches

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23464 deadalnix changed: What|Removed |Added See Also||https://issues.dlang.org/sh |

[Issue 21121] Optimizer slowdowns

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21121 deadalnix changed: What|Removed |Added See Also||https://issues.dlang.org/sh |

[Issue 23595] Error: undefined identifier with static if and module/import order

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23595 Adam D. Ruppe changed: What|Removed |Added CC||destructiona...@gmail.com --

[Issue 23597] New: .di files not compatible with -i

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23597 Issue ID: 23597 Summary: .di files not compatible with -i Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement Priority

[Issue 23597] .di files not compatible with -i

2023-01-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23597 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @CyberSh