[Issue 18918] core.internal.hash should perform memberwise hashing of structs with references

2018-07-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18918

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

https://github.com/dlang/druntime/commit/22a6f7fd5a107040d822c96a2e5725dadb4c1763
Fix Issue 18918 - core.internal.hash should perform memberwise hashing of
structs with references

https://github.com/dlang/druntime/commit/63efdeffb06b5656ff834aaf34e71d30bb989863
Merge pull request #2195 from n8sh/core-hash-18918

Fix Issue 18918 - core.internal.hash should perform memberwise hashing of
structs with references
merged-on-behalf-of: Sebastian Wilzbach 

--


[Issue 18918] core.internal.hash should perform memberwise hashing of structs with references

2018-07-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18918

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 18918] core.internal.hash should perform memberwise hashing of structs with references

2018-05-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18918

--- Comment #1 from Nathan S.  ---
Pull request: https://github.com/dlang/druntime/pull/2195

--