Thread overview
[Issue 12969] std.json: Lack of opIndexAssign operator for JSONValue may become a source of runtime errors
Jul 11, 2014
Justin Whear
July 11, 2014
https://issues.dlang.org/show_bug.cgi?id=12969

Justin Whear <justin@economicmodeling.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |justin@economicmodeling.com

--- Comment #1 from Justin Whear <justin@economicmodeling.com> ---
https://github.com/D-Programming-Language/phobos/pull/2269

--
October 31, 2014
https://issues.dlang.org/show_bug.cgi?id=12969

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/f2bc851d7c16bfc242dff4c680cf5a24f47cf020
std.json: Fixed issue 12969. opIndexAssign operator for JSONValue added.
Changed order of elements in enum JSON_TYPE so NULL is a default type when
JSONValue is not initialized

Signed-off-by: Uranuz <neuranuz@gmail.com>

https://github.com/D-Programming-Language/phobos/commit/7dfe2885763801a1d8339243cdc61b3caf9d0cdf Merge pull request #2607 from Dicebot/uranuz_issue_12969

Fix issue 12969 : opIndexAssign operator for JSONValue

--
October 31, 2014
https://issues.dlang.org/show_bug.cgi?id=12969

github-bugzilla@puremagic.com changed:

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

--
February 18, 2015
https://issues.dlang.org/show_bug.cgi?id=12969

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/f2bc851d7c16bfc242dff4c680cf5a24f47cf020
std.json: Fixed issue 12969. opIndexAssign operator for JSONValue added.
Changed order of elements in enum JSON_TYPE so NULL is a default type when
JSONValue is not initialized

https://github.com/D-Programming-Language/phobos/commit/7dfe2885763801a1d8339243cdc61b3caf9d0cdf Merge pull request #2607 from Dicebot/uranuz_issue_12969

--