Thread overview
[Issue 4493] Add sorting capability to toJSON
Apr 24, 2014
Andrej Mitrovic
Apr 24, 2014
Andrej Mitrovic
April 24, 2014
https://issues.dlang.org/show_bug.cgi?id=4493

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                 CC|                            |andrej.mitrovich@gmail.com
           Assignee|nobody@puremagic.com        |andrej.mitrovich@gmail.com
            Summary|std.json unittest is broken |Add sorting capability to
                   |                            |toJSON
           Severity|trivial                     |normal

--- Comment #2 from Andrej Mitrovic <andrej.mitrovich@gmail.com> ---
https://github.com/D-Programming-Language/phobos/pull/2120

--
April 24, 2014
https://issues.dlang.org/show_bug.cgi?id=4493

Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

--
September 09, 2014
https://issues.dlang.org/show_bug.cgi?id=4493

--- Comment #3 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/374b6e03e724fe3da02093aa0665112135df861c Fix Issue 4493 - Add sorting capability to toJSON and add another unittest.

https://github.com/D-Programming-Language/phobos/commit/8b851030f2bd32098e5ae4654e6c2b5082ccee79 Merge pull request #2120 from AndrejMitrovic/Fix4493

Issue 4493 - Add sorting capability to toJSON and add another unittest

--