January 02, 2020
https://issues.dlang.org/show_bug.cgi?id=20476

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@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

--
January 03, 2020
https://issues.dlang.org/show_bug.cgi?id=20476

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #2892 "Fix Issue 20476 - chainTogether leaks exception with -dip1008" was merged into master:

- d97216f442c62f52649600ef380b6b5b71d5b4c6 by MoonlightSentinel:
  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

--