File tree Expand file tree Collapse file tree 4 files changed +4672
-3498
lines changed
Expand file tree Collapse file tree 4 files changed +4672
-3498
lines changed Original file line number Diff line number Diff line change @@ -214,6 +214,5 @@ caml_unix_time
214214caml_unix_unlink
215215
216216From +zstd.js:
217- caml_compression_available
218217caml_zstd_initialize
219218
Original file line number Diff line number Diff line change @@ -302,6 +302,5 @@ caml_unix_findnext
302302caml_unix_startup
303303
304304From +zstd.js:
305- caml_compression_available
306305caml_zstd_initialize
307306
Original file line number Diff line number Diff line change 33 (mode
44 (promote (until-clean)))
55 (enabled_if
6- (= %{ocaml_version} "5.1 .0"))
6+ (> = %{ocaml_version} "5.2 .0"))
77 (action
88 (run
99 %{bin:js_of_ocaml}
1616(rule
1717 (targets stdlib.cma.output.js)
1818 (enabled_if
19- (= %{ocaml_version} "5.1 .0"))
19+ (> = %{ocaml_version} "5.2 .0"))
2020 (action
2121 (with-stdout-to
2222 %{targets}
2525(rule
2626 (alias runtest)
2727 (enabled_if
28- (= %{ocaml_version} "5.1 .0"))
28+ (> = %{ocaml_version} "5.2 .0"))
2929 (action
3030 (diff stdlib.cma.expected.js stdlib.cma.output.js)))
You can’t perform that action at this time.
0 commit comments