changed
hex_metadata.config
|
@@ -1,5 1,5 @@
|
1
1
|
{<<"name">>,<<"jiffy">>}.
|
2
|
- {<<"version">>,<<"1.0.7">>}.
|
2
|
{<<"version">>,<<"1.0.8">>}.
|
3
3
|
{<<"requirements">>,#{}}.
|
4
4
|
{<<"app">>,<<"jiffy">>}.
|
5
5
|
{<<"maintainers">>,[<<"Paul J. Davis">>]}.
|
changed
src/jiffy.app.src
|
@@ -1,6 1,6 @@
|
1
1
|
{application,jiffy,
|
2
2
|
[{description,"JSON Decoder/Encoder."},
|
3
|
- {vsn,"1.0.7"},
|
3
|
{vsn,"1.0.8"},
|
4
4
|
{registered,[]},
|
5
5
|
{applications,[kernel,stdlib,xmerl]},
|
6
6
|
{maintainers,["Paul J. Davis"]},
|
changed
src/jiffy.erl
|
@@ -137,7 137,7 @@ finish_decode({Pairs}) when is_list(Pairs) ->
|
137
137
|
finish_decode(Vals) when is_list(Vals) ->
|
138
138
|
finish_decode_arr(Vals, []);
|
139
139
|
finish_decode({has_trailer, Value, Rest}) ->
|
140
|
- {has_trailer, maybe_map(finish_decode(Value)), Rest};
|
140
|
{has_trailer, finish_decode(Value), Rest};
|
141
141
|
finish_decode(Val) ->
|
142
142
|
maybe_map(Val).
|
unknown
test/cases/short-doubles.txt
CANNOT RENDER FILES LARGER THAN 1MB