[Issue 18675] std.experimental.checkedint.Checked has opEquals but no toHash

2018-09-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18675 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/f21833ff154cfd1a405115f2bf79dca55151721c Fix Issue 18675 - Missing toHash in

[Issue 18675] std.experimental.checkedint.Checked has opEquals but no toHash

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

[Issue 18675] std.experimental.checkedint.Checked has opEquals but no toHash

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18675 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #3 from Seb ---

[Issue 18675] std.experimental.checkedint.Checked has opEquals but no toHash

2018-04-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18675 --- Comment #2 from Jack Stouffer --- (In reply to vladvitan from comment #1) > I want to work on this. Could you please give me a starting point for this? > Should I use the toHash() functionality from druntime? Yes, or you

[Issue 18675] std.experimental.checkedint.Checked has opEquals but no toHash

2018-04-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18675 --- Comment #1 from vladvi...@gmail.com --- I want to work on this. Could you please give me a starting point for this? Should I use the toHash() functionality from druntime? --

[Issue 18675] std.experimental.checkedint.Checked has opEquals but no toHash

2018-04-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18675 vladvi...@gmail.com changed: What|Removed |Added Assignee|nob...@puremagic.com|vladvi...@gmail.com --

[Issue 18675] std.experimental.checkedint.Checked has opEquals but no toHash

2018-04-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18675 vladvi...@gmail.com changed: What|Removed |Added CC||vladvi...@gmail.com

[Issue 18675] std.experimental.checkedint.Checked has opEquals but no toHash

2018-03-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18675 Jack Stouffer changed: What|Removed |Added Blocks||17206 Referenced