Thread overview
[Issue 22024] hashOf does not work on enum types whose base type is a SIMD vector
Jun 14, 2021
Dlang Bot
Jun 15, 2021
Dlang Bot
Jul 24, 2021
Dlang Bot
June 14, 2021
https://issues.dlang.org/show_bug.cgi?id=22024

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 #3497 "[stable] hashOf does not work on enum types whose base type is a SIMD vector" fixing this issue:

- Fix Issue 22024 - hashOf does not work on enum types whose base type is a SIMD vector

  Also incidentally do not pass vector by ref to toHash

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

--
June 15, 2021
https://issues.dlang.org/show_bug.cgi?id=22024

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 #3497 "[stable] hashOf does not work on enum types whose base type is a SIMD vector" was merged into stable:

- 4aa8c47d8fee3f2389dcb4408412a307d15b0393 by Nathan Sashihara:
  Fix Issue 22024 - hashOf does not work on enum types whose base type is a
SIMD vector

  Also incidentally do not pass vector by ref to toHash

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

--
July 24, 2021
https://issues.dlang.org/show_bug.cgi?id=22024

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

- 4aa8c47d8fee3f2389dcb4408412a307d15b0393 by Nathan Sashihara:
  Fix Issue 22024 - hashOf does not work on enum types whose base type is a
SIMD vector

  Also incidentally do not pass vector by ref to toHash

- 324dca6924266be7415c50744d8a4dc74d43d407 by Nathan Sashihara:
  Fix Issue 22024 - hashOf does not work on enum types whose base type is a
SIMD vector

  Also incidentally do not pass vector by ref to toHash

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

--