[Issue 21415] catch immutable exceptions breaks immutable

2023-05-02 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #5 from Dlang Bot --- dlang/dmd pull request #14707 "Fix Issue 21415 - catch immutable exceptions breaks immutable" was merged into master: - c3920edb59ec4bd8dbac63169bee1d37529e70d9 by Nick Treleaven: Fix Issue 21415 - catch immutable exceptions breaks

[Issue 21415] catch immutable exceptions breaks immutable

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21415 Iain Buclaw changed: What|Removed |Added Priority|P1 |P3 --

[Issue 21415] catch immutable exceptions breaks immutable

2022-12-16 Thread d-bugmail--- via Digitalmars-d-bugs
created dlang/dmd pull request #14707 "Fix Issue 21415 - catch immutable exceptions breaks immutable" fixing this issue: - Fix Issue 21415 - catch immutable exceptions breaks immutable https://github.com/dlang/dmd/pull/14707 --

[Issue 21415] catch immutable exceptions breaks immutable

2022-12-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21415 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org See Also|

[Issue 21415] catch immutable exceptions breaks immutable

2020-11-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21415 --- Comment #3 from Adam D. Ruppe --- Yeah, the immutability being lost destroyed what I was hoping to do with this, so definitely the bigger problem. But it being lost either direction is problematic. Really a "catch-all" would be `catch(const

[Issue 21415] catch immutable exceptions breaks immutable

2020-11-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21415 Daniel Kozak changed: What|Removed |Added CC||kozz...@gmail.com --- Comment #2 from Daniel

[Issue 21415] catch immutable exceptions breaks immutable

2020-11-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21415 --- Comment #1 from Adam D. Ruppe --- this might be a druntime bug instead of dmd. but i suspect it is both due to too many void* in the interface layer. --