Thread overview
[Issue 20511] Can't format JSONValue to OutputRange due to @safe
Jan 16, 2020
FeepingCreature
Jan 16, 2020
Dlang Bot
Jan 17, 2020
Dlang Bot
January 16, 2020
https://issues.dlang.org/show_bug.cgi?id=20511

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |regression

--
January 16, 2020
https://issues.dlang.org/show_bug.cgi?id=20511

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 #7354 "Fix issue 20511: make toJSON determine safeness based on output range safeness." fixing this issue:

- Fix issue 20511: make toJSON infer safeness based on output range safeness.

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

--
January 17, 2020
https://issues.dlang.org/show_bug.cgi?id=20511

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 #7354 "Fix issue 20511: make toJSON determine safeness based on output range safeness." was merged into stable:

- 3e26069a4f7383e02e12df35f4b92cfa4ac113a4 by Mathis Beer:
  Fix issue 20511: make toJSON infer safeness based on output range safeness.

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

--