Thread overview
[Issue 22279] std.typecons.Tuple.toString calls get on null Nullable
Sep 04, 2021
Jack Stouffer
[Issue 22279] alias this in Nullable(T, T nullValue) causes Error in writeln
Sep 04, 2021
Jack Stouffer
Dec 17, 2022
Iain Buclaw
September 04, 2021
https://issues.dlang.org/show_bug.cgi?id=22279

--- Comment #1 from Jack Stouffer <jack@jackstouffer.com> ---
Just realized the root cause of this is the alias this. This should be deprecated and removed.

--
September 04, 2021
https://issues.dlang.org/show_bug.cgi?id=22279

Jack Stouffer <jack@jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|std.typecons.Tuple.toString |alias this in Nullable(T, T
                   |calls get on null Nullable  |nullValue) causes Error in
                   |                            |writeln

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=22279

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--