File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1761,6 +1761,9 @@ let compil_to_json c =
17611761 (Loc. string_annoted_to_json ~filenames )
17621762 (JsonUtil. of_list (Loc. string_annoted_to_json ~filenames )))
17631763 c.configurations );
1764+ ( " working_set_values" ,
1765+ Mods.IntMap. to_json JsonUtil. of_int JsonUtil. of_bool
1766+ c.working_set_values );
17641767 ( " guard_param_values" ,
17651768 Mods.StringMap. to_json JsonUtil. of_string JsonUtil. of_bool
17661769 c.guard_param_values );
@@ -1781,7 +1784,7 @@ let compil_to_json c =
17811784 ]
17821785
17831786let compil_of_json = function
1784- | `Assoc l as x when List. length l = 12 ->
1787+ | `Assoc l as x when List. length l = 13 ->
17851788 let var_of_json = JsonUtil. to_string ?error_msg:None in
17861789 (try
17871790 let filenames =
You can’t perform that action at this time.
0 commit comments