May 20, 2022
https://issues.dlang.org/show_bug.cgi?id=23129

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@kinke updated dlang/druntime pull request #3821 "Don't re-initialize D class instances in destroy!false()" fixing this issue:

- Fix Issue 23129 - Don't re-initialize D class instances in destroy!false()

  When it's explicitly *not* requested.

https://github.com/dlang/druntime/pull/3821

--
May 20, 2022
https://issues.dlang.org/show_bug.cgi?id=23129

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 #3821 "Don't re-initialize D class instances in destroy!false()" was merged into master:

- 98d2b76a2cf6643083da96f3a0bb59c330152fa0 by Martin Kinkelin:
  Fix Issue 23129 - Don't re-initialize D class instances in destroy!false()

  When it's explicitly *not* requested.

https://github.com/dlang/druntime/pull/3821

--