Thread overview
[Issue 19226] std.typecons.Nullable(T, T nullValue) doesn't fully handle non-self-equal nullValue
Sep 05, 2018
Nathan S.
Dec 15, 2018
Nathan S.
Feb 23, 2019
Dlang Bot
May 09, 2019
Dlang Bot
September 05, 2018
https://issues.dlang.org/show_bug.cgi?id=19226

--- Comment #1 from Nathan S. <n8sh.secondary@hotmail.com> ---
Pull request: https://github.com/dlang/phobos/pull/6693

--
December 15, 2018
https://issues.dlang.org/show_bug.cgi?id=19226

--- Comment #2 from Nathan S. <n8sh.secondary@hotmail.com> ---
*** Issue 19488 has been marked as a duplicate of this issue. ***

--
February 23, 2019
https://issues.dlang.org/show_bug.cgi?id=19226

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh updated dlang/phobos pull request #6693 "Fix Issue 19226 - std.typecons.Nullable(T, T nullValue) doesn't fully handle non-self-equal nullValue" fixing this issue:

- Fix Issue 19226 - std.typecons.Nullable(T, T nullValue) doesn't fully handle non-self-equal nullValue

https://github.com/dlang/phobos/pull/6693

--
May 09, 2019
https://issues.dlang.org/show_bug.cgi?id=19226

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #6693 "Fix Issue 19226 - std.typecons.Nullable(T, T nullValue) doesn't fully handle non-self-equal nullValue" was merged into master:

- aba8660d757e12c3982c8c6427c8e04b6b634ecd by Nathan Sashihara:
  Fix Issue 19226 - std.typecons.Nullable(T, T nullValue) doesn't fully handle
non-self-equal nullValue

https://github.com/dlang/phobos/pull/6693

--