Thread overview
[Issue 19799] templated string formatting fails with const Nullable!string
Apr 10, 2019
Dlang Bot
Apr 10, 2019
FeepingCreature
Apr 12, 2019
Dlang Bot
April 10, 2019
https://issues.dlang.org/show_bug.cgi?id=19799

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@FeepingCreature created dlang/phobos pull request #6954 "Fix issue 19799: add const toString to Nullable" fixing this issue:

- Fix issue 19799: add const toString to Nullable to avoid miscompilation in Nullable!string due to attempted implicit .get conversion to string

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

--
April 10, 2019
https://issues.dlang.org/show_bug.cgi?id=19799

FeepingCreature <default_357-line@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |major

--
April 12, 2019
https://issues.dlang.org/show_bug.cgi?id=19799

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #6954 "Fix issue 19799: add const toString to Nullable" was merged into master:

- 4bc95f0fcaecfee4cf683fb3e8784e89f4b1fed4 by Mathis Beer:
  Fix issue 19799: add const toString to Nullable to avoid miscompilation in
Nullable!string due to attempted implicit .get conversion to string

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

--