Thread overview
[Issue 18920] core.internal.hash of array of scalars should be `@safe`
May 30, 2018
Nathan S.
Jul 02, 2018
Nathan S.
May 30, 2018
https://issues.dlang.org/show_bug.cgi?id=18920

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

--
May 31, 2018
https://issues.dlang.org/show_bug.cgi?id=18920

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

https://github.com/dlang/druntime/commit/cb88e333c6d4989a2284c55f48c79dee74cf2457 Fix Issue 18920 - core.internal.hash of array of scalars should be `@safe`

https://github.com/dlang/druntime/commit/335cd2e44c230a170394cbebb5269beba0eb4964 Merge pull request #2197 from n8sh/core-hash-18920

Fix Issue 18920 - core.internal.hash of array of scalars should be `@safe` merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>

--
May 31, 2018
https://issues.dlang.org/show_bug.cgi?id=18920

github-bugzilla@puremagic.com changed:

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

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jack@jackstouffer.com

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

--