Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Dec 10, 2023
1 parent 8e743d2 commit 24fd1f7
Show file tree
Hide file tree
Showing 4 changed files with 4,672 additions and 3,498 deletions.
1 change: 0 additions & 1 deletion compiler/tests-check-prim/main.output5
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,5 @@ caml_unix_time
caml_unix_unlink

From +zstd.js:
caml_compression_available
caml_zstd_initialize

1 change: 0 additions & 1 deletion compiler/tests-check-prim/unix-unix.output5
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,5 @@ caml_unix_findnext
caml_unix_startup

From +zstd.js:
caml_compression_available
caml_zstd_initialize

6 changes: 3 additions & 3 deletions compiler/tests-full/dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(mode
(promote (until-clean)))
(enabled_if
(= %{ocaml_version} "5.1.0"))
(>= %{ocaml_version} "5.2.0"))
(action
(run
%{bin:js_of_ocaml}
Expand All @@ -16,7 +16,7 @@
(rule
(targets stdlib.cma.output.js)
(enabled_if
(= %{ocaml_version} "5.1.0"))
(>= %{ocaml_version} "5.2.0"))
(action
(with-stdout-to
%{targets}
Expand All @@ -25,6 +25,6 @@
(rule
(alias runtest)
(enabled_if
(= %{ocaml_version} "5.1.0"))
(>= %{ocaml_version} "5.2.0"))
(action
(diff stdlib.cma.expected.js stdlib.cma.output.js)))
Loading

0 comments on commit 24fd1f7

Please sign in to comment.