Thread overview
[Issue 21441] TypeInfo_Enum.destroy and TypeInfo_Enum.postblit not calling destroy and postblit of base type
Dec 01, 2020
Dlang Bot
Dec 01, 2020
Dlang Bot
Dec 21, 2020
Dlang Bot
December 01, 2020
https://issues.dlang.org/show_bug.cgi?id=21441

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/druntime pull request #3297 "Fix TypeInfo_Enum.destroy and TypeInfo_Enum.postblit not calling destroy and postblit of base type" fixing this issue:

- Fix Issue 21441 - TypeInfo_Enum.destroy and TypeInfo_Enum.postblit not calling destroy and postblit of base type

  Also offTi but as that does not seem to be implemented yet mentioning it
  in the change log would be confusing.

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

--
December 01, 2020
https://issues.dlang.org/show_bug.cgi?id=21441

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 #3297 "Fix TypeInfo_Enum.destroy and TypeInfo_Enum.postblit not calling destroy and postblit of base type" was merged into stable:

- e3c8d0f77601e24f00720a4eef811c94d2b78198 by Nathan Sashihara:
  Fix Issue 21441 - TypeInfo_Enum.destroy and TypeInfo_Enum.postblit not
calling destroy and postblit of base type

  Also offTi but as that does not seem to be implemented yet mentioning it
  in the change log would be confusing.

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

--
December 21, 2020
https://issues.dlang.org/show_bug.cgi?id=21441

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/druntime pull request #3315 "merge stable" was merged into master:

- 8180486492a1763366dc48083ac14063a9db4f95 by Nathan Sashihara:
  Fix Issue 21441 - TypeInfo_Enum.destroy and TypeInfo_Enum.postblit not
calling destroy and postblit of base type

  Also offTi but as that does not seem to be implemented yet mentioning it
  in the change log would be confusing.

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

--