[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Iain Buclaw changed: What|Removed |Added Priority|P1 |P3 --

[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2021-04-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Issue 17206 depends on issue 18679, which changed state. Issue 18679 Summary: std.complex.opEquals has opEquals but no toHash https://issues.dlang.org/show_bug.cgi?id=18679 What|Removed |Added

[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2018-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Issue 17206 depends on issue 18680, which changed state. Issue 18680 Summary: std.random.LinearCongruentialEngine has opEquals but no toHash https://issues.dlang.org/show_bug.cgi?id=18680 What|Removed |Added

[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2018-11-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Issue 17206 depends on issue 18681, which changed state. Issue 18681 Summary: std.random.XorshiftEngine has opEquals but no toHash https://issues.dlang.org/show_bug.cgi?id=18681 What|Removed |Added

[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2018-10-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Issue 17206 depends on issue 18687, which changed state. Issue 18687 Summary: std.numeric.CustomFloat has opEquals but no toHash https://issues.dlang.org/show_bug.cgi?id=18687 What|Removed |Added

[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2018-09-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Issue 17206 depends on issue 18682, which changed state. Issue 18682 Summary: std.typecons.Nullable has opEquals but no toHash https://issues.dlang.org/show_bug.cgi?id=18682 What|Removed |Added

[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2018-09-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Issue 17206 depends on issue 18675, which changed state. Issue 18675 Summary: std.experimental.checkedint.Checked has opEquals but no toHash https://issues.dlang.org/show_bug.cgi?id=18675 What|Removed |Added

[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2018-09-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Issue 17206 depends on issue 18683, which changed state. Issue 18683 Summary: std.containers.rbtree.RedBlackTree has opEquals but no toHash https://issues.dlang.org/show_bug.cgi?id=18683 What|Removed |Added

[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2018-07-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 --- Comment #4 from Steven Schveighoffer --- (In reply to Steven Schveighoffer from comment #3) > bool[S1!true] aa2; > aa2[S1!true("hello".idup)] = true; > aa2[S1!true("hello".idup)] = true; > assert(aa2.length == 1); // fails > }

[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2018-07-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #3

[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2018-07-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Nathan S. changed: What|Removed |Added CC||n8sh.second...@hotmail.com --- Comment #2 from

[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2018-04-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Jack Stouffer changed: What|Removed |Added Depends on||18742 Referenced

[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Issue 17206 depends on issue 18676, which changed state. Issue 18676 Summary: std.datetime.date.DateTime has opCmp but no toHash https://issues.dlang.org/show_bug.cgi?id=18676 What|Removed |Added

[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Issue 17206 depends on issue 18678, which changed state. Issue 18678 Summary: std.datetime.date.TimeOfDay has opCmp but no toHash https://issues.dlang.org/show_bug.cgi?id=18678 What|Removed |Added

[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2018-03-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Issue 17206 depends on issue 18677, which changed state. Issue 18677 Summary: std.datetime.date.Date has opCmp but no toHash https://issues.dlang.org/show_bug.cgi?id=18677 What|Removed |Added

[Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined

2018-03-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17206 Jack Stouffer changed: What|Removed |Added Depends on||18679, 18680, 18681,