[Issue 18768] object.getArrayHash with custom toHash shouldn't just sum hashes of array elements

2018-05-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18768 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18768] object.getArrayHash with custom toHash shouldn't just sum hashes of array elements

2018-05-18 Thread d-bugmail--- via Digitalmars-d-bugs
toHash shouldn't just sum hashes of array elements https://github.com/dlang/druntime/commit/7605989c06ce07989ac6b601c17537c05645e185 Merge pull request #2166 from n8sh/issue-18768-getArrayHash Fix Issue 18768 - object.getArrayHash with custom toHash shouldn't just sum hashes of array elements

[Issue 18768] object.getArrayHash with custom toHash shouldn't just sum hashes of array elements

2018-04-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18768 --- Comment #1 from Nathan S. --- Pull request: https://github.com/dlang/druntime/pull/2166 --