Thread overview
[Issue 20874] std.json.assign requires '@safe' and 'pure'
May 28, 2020
Dlang Bot
May 31, 2020
Dlang Bot
May 28, 2020
https://issues.dlang.org/show_bug.cgi?id=20874

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |moonlightsentinel@disroot.o
                   |                            |rg
            Summary|std.json.assign requires    |std.json.assign requires
                   |'@safe'                     |'@safe' and 'pure'

--
May 28, 2020
https://issues.dlang.org/show_bug.cgi?id=20874

--- Comment #1 from moonlightsentinel@disroot.org ---
Also applies to pure for some methods

--
May 28, 2020
https://issues.dlang.org/show_bug.cgi?id=20874

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/phobos pull request #7503 "Fix Issue 20874 - std.json.assign requires '@safe' and 'pure'" fixing this issue:

- Fix Issue 20874 - std.json.assign requires '@safe' and 'pure'

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

--
May 31, 2020
https://issues.dlang.org/show_bug.cgi?id=20874

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7503 "Fix Issue 20874 - std.json.assign requires '@safe' and 'pure'" was merged into master:

- d816788da4a01df5f03f477e4e96df00aaa5c64e by MoonlightSentinel:
  Fix Issue 20874 - std.json.assign requires '@safe' and 'pure'

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

--