Thread overview
[Issue 21642] [REG 2.084] hashOf will fail to compile for some structs/unions that recursively contain shared enums
Feb 17, 2021
Dlang Bot
Mar 03, 2021
Dlang Bot
Mar 05, 2021
Dlang Bot
February 17, 2021
https://issues.dlang.org/show_bug.cgi?id=21642

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 #3376 "[REG 2.084] hashOf will fail to compile for some structs/unions that recursively contain shared enums" fixing this issue:

- Fix Issue 21642 - [REG 2.084] hashOf will fail to compile for some structs/unions that recursively contain shared enums

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

--
March 03, 2021
https://issues.dlang.org/show_bug.cgi?id=21642

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 #3376 "[REG 2.084] hashOf will fail to compile for some structs/unions that recursively contain shared enums" was merged into stable:

- 1256439d8782412b5dfc00b6a828ac5971065f1e by Nathan Sashihara:
  Fix Issue 21642 - [REG 2.084] hashOf will fail to compile for some
structs/unions that recursively contain shared enums

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

--
March 05, 2021
https://issues.dlang.org/show_bug.cgi?id=21642

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

- 150823db4d2504172a3e84b50487f52cb1210e2b by Nathan Sashihara:
  Fix Issue 21642 - [REG 2.084] hashOf will fail to compile for some
structs/unions that recursively contain shared enums

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

--