[phobos] [D-Programming-Language/phobos] f2bc85: std.json: Fixed issue 12969. opIndexAssign operato...
GitHub via phobos
phobos at puremagic.com
Fri Oct 31 13:17:38 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: f2bc851d7c16bfc242dff4c680cf5a24f47cf020
https://github.com/D-Programming-Language/phobos/commit/f2bc851d7c16bfc242dff4c680cf5a24f47cf020
Author: Uranuz <neuranuz at gmail.com>
Date: 2014-10-22 (Wed, 22 Oct 2014)
Changed paths:
M std/json.d
Log Message:
-----------
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 at gmail.com>
Commit: 66ea9dfedd24bdd4fd295305e4c6d6d09a3e345b
https://github.com/D-Programming-Language/phobos/commit/66ea9dfedd24bdd4fd295305e4c6d6d09a3e345b
Author: Uranuz <neuranuz at gmail.com>
Date: 2014-10-22 (Wed, 22 Oct 2014)
Changed paths:
M std/json.d
Log Message:
-----------
Deleted leading and trailing spaces inside *if* to match code style
Commit: e6bf3cdcfb12729b8c1cc5e59a7f06bf9b2825e2
https://github.com/D-Programming-Language/phobos/commit/e6bf3cdcfb12729b8c1cc5e59a7f06bf9b2825e2
Author: Dicebot <public at dicebot.lv>
Date: 2014-10-23 (Thu, 23 Oct 2014)
Changed paths:
M std/json.d
Log Message:
-----------
Remove non `auto ref` opAssign overload
It conflicts with new one and should be completely covered by the nature
of auto ref.
Commit: 7dfe2885763801a1d8339243cdc61b3caf9d0cdf
https://github.com/D-Programming-Language/phobos/commit/7dfe2885763801a1d8339243cdc61b3caf9d0cdf
Author: Dmitry Olshansky <dmitry.olsh at gmail.com>
Date: 2014-10-31 (Fri, 31 Oct 2014)
Changed paths:
M std/json.d
Log Message:
-----------
Merge pull request #2607 from Dicebot/uranuz_issue_12969
Fix issue 12969 : opIndexAssign operator for JSONValue
Compare: https://github.com/D-Programming-Language/phobos/compare/2e58214d1d3f...7dfe28857638
More information about the phobos
mailing list