Thread overview
[Issue 19009] core.internal.hash.hashOf default hash (absent `toHash`) should be `@nogc`
Jun 20, 2018
Nathan S.
Jul 02, 2018
Nathan S.
June 20, 2018
https://issues.dlang.org/show_bug.cgi?id=19009

--- Comment #1 from Nathan S. <n8sh.secondary@hotmail.com> ---
PR: https://github.com/dlang/druntime/pull/2228

--
June 21, 2018
https://issues.dlang.org/show_bug.cgi?id=19009

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/4f5b049559d69c9c696c6534302ecbcff30126d5 Fix Issue 19009 - core.internal.hash.hashOf default hash (absent `toHash`) should be `@nogc`

https://github.com/dlang/druntime/commit/753239f81180bee1bbd62cdbaaa7d2564fee3f3f Merge pull request #2228 from n8sh/hash-nogc

Fix Issue 19009 - core.internal.hash.hashOf default hash (absent `toHash`)
should be `@nogc`
merged-on-behalf-of: Steven Schveighoffer <schveiguy@users.noreply.github.com>

--
June 21, 2018
https://issues.dlang.org/show_bug.cgi?id=19009

github-bugzilla@puremagic.com changed:

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

--
July 02, 2018
https://issues.dlang.org/show_bug.cgi?id=19009

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joeyemmons@yahoo.com

--- Comment #3 from Nathan S. <n8sh.secondary@hotmail.com> ---
*** Issue 16293 has been marked as a duplicate of this issue. ***

--