Bug 19005 – [REG2.081-b1] object.hashOf no longer works for std.datetime.date.Date

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
druntime
Product
D
Version
D2
Platform
All
OS
All
Creation time
2018-06-19T01:48:42Z
Last change time
2018-06-25T18:33:17Z
Assigned to
No Owner
Creator
Seb

Comments

Comment #0 by greensunny12 — 2018-06-19T01:48:42Z
void main() { import std.datetime.date : Date; Date date; auto hash = date.hashOf; }
Comment #1 by greensunny12 — 2018-06-19T02:13:31Z
Comment #2 by n8sh.secondary — 2018-06-19T12:16:08Z
Comment #3 by github-bugzilla — 2018-06-25T18:33:16Z
Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/416d1dd1afc43ff423becca63801f5807e8efdb9 Fix Issue 19005 - [REG2.081-b1] object.hashOf no longer works for std.datetime.date.Date https://github.com/dlang/druntime/commit/c2b856c9d6b37d54a41bf10dc85dad761777a0ff Merge pull request #2227 from n8sh/hash-19005 Fix Issue 19005 - [REG2.081-b1] object.hashOf no longer works for std.datetime.date.Date