git-annex/Messages
Joey Hess d7ea6a5684
drop incremental json object display; clean up code
This gets rid of quite a lot of ugly hacks around json generation.

I doubt that any real-world json parsers can parse incomplete objects, so
while it's not as nice to need to wait for the complete object, especially
for commands like `git annex info` that take a while, it doesn't seem worth
the added complexity.

This also causes the order of fields within the json objects to be
reordered. Since any real json parser shouldn't care, the only possible
problem would be with ad-hoc parsers of the old json output.
2016-09-09 18:13:55 -04:00
..
Concurrent.hs disentangle concurrency and message type 2016-09-09 12:57:42 -04:00
Internal.hs drop incremental json object display; clean up code 2016-09-09 18:13:55 -04:00
JSON.hs drop incremental json object display; clean up code 2016-09-09 18:13:55 -04:00
Progress.hs make --json-progress work for url downloads 2016-09-09 16:15:39 -04:00