[phobos] [D-Programming-Language/phobos] 5440ea: fix Issue 11527 - JSONValue cannot set values thro...
GitHub
noreply at github.com
Wed Nov 20 09:50:25 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 5440ea8fbce0cb1147713c2538621f3cf180cd79
https://github.com/D-Programming-Language/phobos/commit/5440ea8fbce0cb1147713c2538621f3cf180cd79
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-11-20 (Wed, 20 Nov 2013)
Changed paths:
M std/json.d
Log Message:
-----------
fix Issue 11527 - JSONValue cannot set values through named fields
Commit: 20b9d60c24c79160f7fb0527949aea51495f63ca
https://github.com/D-Programming-Language/phobos/commit/20b9d60c24c79160f7fb0527949aea51495f63ca
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-11-20 (Wed, 20 Nov 2013)
Changed paths:
M std/json.d
Log Message:
-----------
Make type field to read-only property, then make store and type_tag private
Commit: 6b21137ebeb03d5e11eb14c655cb330f53889403
https://github.com/D-Programming-Language/phobos/commit/6b21137ebeb03d5e11eb14c655cb330f53889403
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-11-20 (Wed, 20 Nov 2013)
Changed paths:
M std/json.d
Log Message:
-----------
Update ddoc comment
Commit: 38068aa53c59572a0d84eab9dcbb4c90d233e7cc
https://github.com/D-Programming-Language/phobos/commit/38068aa53c59572a0d84eab9dcbb4c90d233e7cc
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-11-20 (Wed, 20 Nov 2013)
Changed paths:
M std/typecons.d
Log Message:
-----------
Fix unittest for issue 10268.
Commit: dc4bd532d03a93a4957d3f968a059bfe704be463
https://github.com/D-Programming-Language/phobos/commit/dc4bd532d03a93a4957d3f968a059bfe704be463
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2013-11-20 (Wed, 20 Nov 2013)
Changed paths:
M std/json.d
M std/typecons.d
Log Message:
-----------
Merge pull request #1693 from 9rnsr/fix11527
[REG2.065a] Issue 11527 - JSONValue cannot set values through named fields
Compare: https://github.com/D-Programming-Language/phobos/compare/8ed28645af23...dc4bd532d03a
More information about the phobos
mailing list