Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
March 28, 2018 [Issue 18682] std.typecons.Nullable has opEquals but no toHash | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18682 Jack Stouffer <jack@jackstouffer.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |17206 Referenced Issues: https://issues.dlang.org/show_bug.cgi?id=17206 [Issue 17206] [Tracking] Check that opEquals and toHash are both defined or neither are defined -- |
June 15, 2018 [Issue 18682] std.typecons.Nullable has opEquals but no toHash | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18682 Alex <sascha.orlov@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sascha.orlov@gmail.com -- |
August 20, 2018 [Issue 18682] std.typecons.Nullable has opEquals but no toHash | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18682 FeepingCreature <default_357-line@yahoo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |default_357-line@yahoo.de --- Comment #1 from FeepingCreature <default_357-line@yahoo.de> --- This has become urgent with the switch to a transparent union disabling the normal toHash generation mechanism. Fix in a bit. -- |
September 09, 2018 [Issue 18682] std.typecons.Nullable has opEquals but no toHash | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18682 --- Comment #2 from github-bugzilla@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/b16ae5b8a5aa962d3e689d881dd6c52cf2f2df4e Fix Issue 18682: Forward Nullable.toHash to contained value, if non-null. https://github.com/dlang/phobos/commit/a5b1928a6e638cc0d3bcccb27219058e75f46c8d Merge pull request #6674 from FeepingCreature/fix/Issue-18682-implement-Nullable-toHash [stable] Fix Issue 18682: Forward Nullable.toHash to contained value, if non-null. merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com> -- |
September 09, 2018 [Issue 18682] std.typecons.Nullable has opEquals but no toHash | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=18682 github-bugzilla@puremagic.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- |
Copyright © 1999-2021 by the D Language Foundation