Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Feb 10, 2024
1 parent 8256f44 commit f4cc962
Show file tree
Hide file tree
Showing 5 changed files with 1,193 additions and 1,184 deletions.
6 changes: 3 additions & 3 deletions compiler/lib/magic_number.ml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ let current_exe =
| `V5_00 -> 32
| `V5_01 -> 33
| `V5_02 -> 34
| `V5_03 -> 33
| `V5_03 -> 35
in
"Caml1999X", v

Expand All @@ -94,7 +94,7 @@ let current_cmo =
| `V5_00 -> 32
| `V5_01 -> 33
| `V5_02 -> 34
| `V5_03 -> 33
| `V5_03 -> 35
in
"Caml1999O", v

Expand All @@ -111,7 +111,7 @@ let current_cma =
| `V5_00 -> 32
| `V5_01 -> 33
| `V5_02 -> 34
| `V5_03 -> 33
| `V5_03 -> 35
in
"Caml1999A", v

Expand Down
20 changes: 1 addition & 19 deletions compiler/tests-check-prim/main.output5
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ caml_dynlink_close_lib
caml_dynlink_get_current_libs
caml_dynlink_lookup_symbol
caml_dynlink_open_lib
caml_int64_add_native
caml_int64_and_native
caml_int64_div_native
caml_int64_mod_native
caml_int64_mul_native
caml_int64_neg_native
caml_int64_or_native
caml_int64_sub_native
caml_int64_xor_native
caml_int_as_pointer
caml_reset_afl_instrumentation
caml_signbit
Expand All @@ -44,7 +35,6 @@ caml_bigstring_memcmp
caml_hash_mix_bigstring

From +domain.js:
caml_atomic_make_contended
caml_ml_domain_set_name

From +effect.js:
Expand All @@ -63,7 +53,6 @@ caml_eventlog_resume
caml_gc_huge_fallback_count
caml_get_major_bucket
caml_get_major_credit
caml_memprof_discard
caml_memprof_set

From +graphics.js:
Expand Down Expand Up @@ -119,10 +108,6 @@ From +ints.js:
caml_div
caml_mod

From +io.js:
caml_ml_input_bigarray
caml_ml_output_bigarray

From +jslib.js:
caml_is_js
caml_trampoline
Expand Down Expand Up @@ -154,12 +139,10 @@ caml_obj_set_tag
caml_obj_truncate

From +runtime_events.js:
caml_ml_runtime_events_pause
caml_ml_runtime_events_resume
caml_ml_runtime_events_start
caml_runtime_events_create_cursor
caml_runtime_events_free_cursor
caml_runtime_events_read_poll
caml_runtime_events_user_resolve

From +stdlib.js:
caml_build_symbols
Expand Down Expand Up @@ -187,7 +170,6 @@ caml_spacetime_only_works_for_native_code
caml_sys_const_naked_pointers_checked

From +toplevel.js:
caml_dynlink_get_bytecode_sections
caml_static_alloc
caml_static_free
caml_terminfo_backup
Expand Down
22 changes: 3 additions & 19 deletions compiler/tests-check-prim/unix-unix.output5
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@ caml_dynlink_close_lib
caml_dynlink_get_current_libs
caml_dynlink_lookup_symbol
caml_dynlink_open_lib
caml_int64_add_native
caml_int64_and_native
caml_int64_div_native
caml_int64_mod_native
caml_int64_mul_native
caml_int64_neg_native
caml_int64_or_native
caml_int64_sub_native
caml_int64_xor_native
caml_int_as_pointer
caml_reset_afl_instrumentation
caml_signbit
Expand Down Expand Up @@ -92,6 +83,7 @@ caml_unix_outchannel_of_filedescr
caml_unix_pipe
caml_unix_putenv
caml_unix_read
caml_unix_read_bigarray
caml_unix_realpath
caml_unix_recv
caml_unix_recvfrom
Expand Down Expand Up @@ -131,6 +123,7 @@ caml_unix_utimes
caml_unix_wait
caml_unix_waitpid
caml_unix_write
caml_unix_write_bigarray
debugger
is_digit_normalized

Expand All @@ -153,7 +146,6 @@ caml_bigstring_memcmp
caml_hash_mix_bigstring

From +domain.js:
caml_atomic_make_contended
caml_ml_domain_set_name

From +effect.js:
Expand All @@ -172,7 +164,6 @@ caml_eventlog_resume
caml_gc_huge_fallback_count
caml_get_major_bucket
caml_get_major_credit
caml_memprof_discard
caml_memprof_set

From +graphics.js:
Expand Down Expand Up @@ -228,10 +219,6 @@ From +ints.js:
caml_div
caml_mod

From +io.js:
caml_ml_input_bigarray
caml_ml_output_bigarray

From +jslib.js:
caml_is_js
caml_trampoline
Expand Down Expand Up @@ -263,12 +250,10 @@ caml_obj_set_tag
caml_obj_truncate

From +runtime_events.js:
caml_ml_runtime_events_pause
caml_ml_runtime_events_resume
caml_ml_runtime_events_start
caml_runtime_events_create_cursor
caml_runtime_events_free_cursor
caml_runtime_events_read_poll
caml_runtime_events_user_resolve

From +stdlib.js:
caml_build_symbols
Expand Down Expand Up @@ -296,7 +281,6 @@ caml_spacetime_only_works_for_native_code
caml_sys_const_naked_pointers_checked

From +toplevel.js:
caml_dynlink_get_bytecode_sections
caml_static_alloc
caml_static_free
caml_terminfo_backup
Expand Down
Loading

0 comments on commit f4cc962

Please sign in to comment.