File tree Expand file tree Collapse file tree 9 files changed +4371
-3749
lines changed
Expand file tree Collapse file tree 9 files changed +4371
-3749
lines changed Original file line number Diff line number Diff line change 2525 - " 4.13"
2626 - " 5.0"
2727 - " 5.1"
28+ - " 5.2"
2829 skip-test :
2930 - true
3031 skip-doc :
@@ -48,17 +49,17 @@ jobs:
4849 skip-test : false
4950 skip-doc : true
5051 - os : ubuntu-latest
51- ocaml-compiler : " 5.2 "
52+ ocaml-compiler : " ocaml-variants.5.3.0~alpha1 "
5253 skip-effects : false
5354 skip-test : false
5455 skip-doc : false
5556 - os : macos-latest
56- ocaml-compiler : " 5.2 "
57+ ocaml-compiler : " ocaml-variants.5.3.0~alpha1 "
5758 skip-effects : true
5859 skip-test : false
5960 skip-doc : true
6061 - os : windows-latest
61- ocaml-compiler : " 5.2 "
62+ ocaml-compiler : " ocaml-variants.5.3.0~alpha1 "
6263 skip-effects : false
6364 skip-test : false
6465 skip-doc : true
9192 - run : opam install conf-pkg-config
9293 if : runner.os == 'Windows'
9394
95+ - run : opam pin add ppxlib --dev --no-action
96+ if : ${{ matrix.ocaml-compiler == 'ocaml-variants.5.3.0~alpha1' }}
97+ - run : opam pin add ppxlib_jane git+https://github.com/hhugo/ppxlib_jane.git#trunk-support-503 --no-action
98+ if : ${{ matrix.ocaml-compiler == 'ocaml-variants.5.3.0~alpha1' }}
99+
100+ - run : opam pin add ./ --no-action
101+
94102 - run : opam install . --best-effort
95103 if : ${{ matrix.skip-test }}
96104
Original file line number Diff line number Diff line change 44From main.bc:
55caml_alloc_dummy_function
66caml_continuation_use
7- caml_drop_continuation
87caml_dynlink_add_primitive
98caml_dynlink_close_lib
109caml_dynlink_get_current_libs
@@ -171,7 +170,6 @@ caml_spacetime_only_works_for_native_code
171170caml_sys_const_naked_pointers_checked
172171
173172From +toplevel.js:
174- caml_get_section_table
175173caml_static_alloc
176174caml_static_free
177175caml_terminfo_backup
Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ Unused
136136-------
137137
138138From +array.js:
139+ caml_array_create_float
139140caml_check_bound
140141
141142From +bigarray.js:
Original file line number Diff line number Diff line change 44From unix.bc:
55caml_alloc_dummy_function
66caml_continuation_use
7- caml_drop_continuation
87caml_dynlink_add_primitive
98caml_dynlink_close_lib
109caml_dynlink_get_current_libs
@@ -282,7 +281,6 @@ caml_spacetime_only_works_for_native_code
282281caml_sys_const_naked_pointers_checked
283282
284283From +toplevel.js:
285- caml_get_section_table
286284caml_static_alloc
287285caml_static_free
288286caml_terminfo_backup
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ Unused
101101-------
102102
103103From +array.js:
104+ caml_array_create_float
104105caml_check_bound
105106
106107From +bigarray.js:
Original file line number Diff line number Diff line change 11(rule
22 (targets stdlib.cma.js)
33 (enabled_if
4- (= %{ocaml_version} "5.2.0"))
4+ (> %{ocaml_version} "5.2.0"))
55 (action
66 (run
77 %{bin:js_of_ocaml}
1414(rule
1515 (targets stdlib.cma.output.js)
1616 (enabled_if
17- (= %{ocaml_version} "5.2.0"))
17+ (> %{ocaml_version} "5.2.0"))
1818 (action
1919 (with-stdout-to
2020 %{targets}
2323(rule
2424 (alias runtest)
2525 (enabled_if
26- (= %{ocaml_version} "5.2.0"))
26+ (> %{ocaml_version} "5.2.0"))
2727 (action
2828 (diff stdlib.cma.expected.js stdlib.cma.output.js)))
2929
You can’t perform that action at this time.
0 commit comments