[Issue 23346] ImportC: pragma pack is not popped

2022-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23346 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #2 from Dlang Bot --- @WalterB

[Issue 23376] Allow multi-code-point HTML entities

2022-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23376 --- Comment #6 from Dlang Bot --- @dkorpel created dlang/dlang.org pull request #3419 "Issue 23376 - Allow multi-code-point HTML entities" mentioning this issue: - Issue 23376 - Allow multi-code-point HTML entities https://github.com/dlang/dlang.or

[Issue 23346] ImportC: pragma pack is not popped

2022-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23346 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 19812] nested class reference causes dangling reference to out-of-scope struct

2022-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19812 --- Comment #9 from Dlang Bot --- @maxhaton updated dlang/dmd pull request #14482 "Fix Issue 23368 - Don't segfault on throwing null exception" mentioning this issue: - Revert "fix Issue 19812 - nested class reference causes dangling reference to ou

[Issue 10488] Allow template this parameter to work with static functions

2022-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10488 --- Comment #10 from Dlang Bot --- @maxhaton updated dlang/dmd pull request #14482 "Fix Issue 23368 - Don't segfault on throwing null exception" mentioning this issue: - Infer template this parameter when calling static method on instance (#14446)

[Issue 23379] New: Cast of expressions with type noreturn result in ice

2022-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23379 Issue ID: 23379 Summary: Cast of expressions with type noreturn result in ice Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancemen

[Issue 23379] Cast of expressions with type noreturn result in ice

2022-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23379 RazvanN changed: What|Removed |Added Severity|enhancement |critical --