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

2024-12-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19812 --- Comment #10 from dlangBugzillaToGithub --- THIS ISSUE HAS BEEN MOVED TO GITHUB https://github.com/dlang/dmd/issues/17904 DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB --

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

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

[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 d

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

2022-09-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19812 --- Comment #8 from Iain Buclaw --- Reopening, as reverted due to issue 23354. --

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

2022-09-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19812 Iain Buclaw changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

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

2022-09-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19812 Iain Buclaw changed: What|Removed |Added See Also||https://issues.dlang.org/sh

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

2022-08-31 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |FIXED --- Comment #7 from Dlang Bot --- dlang/dmd pull request #14367 "fix Issue 19812 - nested class reference causes dangling reference to…" was merged into master: - 578432b86766890e7383ffd3f3e1ae51e226c49f by Walter Bright: fix Issue 19812 - nested class reference cause

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

2022-08-14 Thread d-bugmail--- via Digitalmars-d-bugs
--- @WalterBright created dlang/dmd pull request #14367 "fix Issue 19812 - nested class reference causes dangling reference to…" fixing this issue: - fix Issue 19812 - nested class reference causes dangling reference to out-of-scope struct https://github.com/dlang/dmd/pull/14367 --

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

2022-08-14 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19812 Walter Bright changed: What|Removed |Added Summary|Lambda over struct member |nested class reference |ca