https://issues.dlang.org/show_bug.cgi?id=20476
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @MoonlightSentinel created dlang/druntime pull request #2892 "Fix Issue 20476 - chainTogether leaks exception with -dip1008" fixing this issue: - Fix Issue 20476 - chainTogether leaks exception with -dip1008 chainTogether unconditionally incremented the refcount of the second throwable, even if it was returned without being chained to the first https://github.com/dlang/druntime/pull/2892 --
