[Freeipa-devel] [freeipa PR#459][comment] [WIP] Faster JSON encoder/decoder

2017-02-14 Thread MartinBasti
  URL: https://github.com/freeipa/freeipa/pull/459
Title: #459: [WIP] Faster JSON encoder/decoder

MartinBasti commented:
"""
LGTM
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/459#issuecomment-279688053
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

[Freeipa-devel] [freeipa PR#459][comment] [WIP] Faster JSON encoder/decoder

2017-02-13 Thread tiran
  URL: https://github.com/freeipa/freeipa/pull/459
Title: #459: [WIP] Faster JSON encoder/decoder

tiran commented:
"""
@pvoborni I have modified the PR and added a pretty_print option. JSON is now 
pretty printed for verbose level 2 and higher.

The old implementation converted all list to tuples. With ```obj_hook```, only 
lists in a JSON objects are converted at the moment. Nested lists are not fully 
converted, which causes a test failure. I wonder why we decided to convert 
lists to tuples in the first place? Can we drop the conversion and just use 
lists here?
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/459#issuecomment-279627304
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

[Freeipa-devel] [freeipa PR#459][comment] [WIP] Faster JSON encoder/decoder

2017-02-13 Thread pvoborni
  URL: https://github.com/freeipa/freeipa/pull/459
Title: #459: [WIP] Faster JSON encoder/decoder

pvoborni commented:
"""
As mention on meeting, if rpcserver prettyprints into output in debug mode then 
it is fine. 
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/459#issuecomment-279466497
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

[Freeipa-devel] [freeipa PR#459][comment] [WIP] Faster JSON encoder/decoder

2017-02-13 Thread tiran
  URL: https://github.com/freeipa/freeipa/pull/459
Title: #459: [WIP] Faster JSON encoder/decoder

tiran commented:
"""
```curl url | python -m json.tool```
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/459#issuecomment-279375693
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

[Freeipa-devel] [freeipa PR#459][comment] [WIP] Faster JSON encoder/decoder

2017-02-13 Thread pvoborni
  URL: https://github.com/freeipa/freeipa/pull/459
Title: #459: [WIP] Faster JSON encoder/decoder

pvoborni commented:
"""
It's usually quicker to read raw response in browser than the folded "preview" 
because everything is visible and no clicking is required. Same for curl 
testing. But for curl I can imagine piping it to some tool. 
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/459#issuecomment-279370915
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

[Freeipa-devel] [freeipa PR#459][comment] [WIP] Faster JSON encoder/decoder

2017-02-13 Thread abbra
  URL: https://github.com/freeipa/freeipa/pull/459
Title: #459: [WIP] Faster JSON encoder/decoder

abbra commented:
"""
Right, as long as ipa CLI is capable to print formatted debug output, that's 
enough.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/459#issuecomment-279369801
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

[Freeipa-devel] [freeipa PR#459][comment] [WIP] Faster JSON encoder/decoder

2017-02-13 Thread tiran
  URL: https://github.com/freeipa/freeipa/pull/459
Title: #459: [WIP] Faster JSON encoder/decoder

tiran commented:
"""
Why would you want to sort or indent the raw output? The extra verbose output 
of ```ipa``` just loads and dumps the output a second time. It's less efficient 
but who cares about minor efficiency issues of a debug feature? For browser 
testing, any web developer tool will give you nicely formatted JSON, too.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/459#issuecomment-279368825
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

[Freeipa-devel] [freeipa PR#459][comment] [WIP] Faster JSON encoder/decoder

2017-02-13 Thread pvoborni
  URL: https://github.com/freeipa/freeipa/pull/459
Title: #459: [WIP] Faster JSON encoder/decoder

pvoborni commented:
"""
Is there a way(I did not read changes thoroughly) to enable sorting and 
indentation, e.g. for testing purposes?
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/459#issuecomment-279365267
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code