Skip to content

Commit f4cc962

Browse files
committed
fix
1 parent 8256f44 commit f4cc962

File tree

5 files changed

+1193
-1184
lines changed

5 files changed

+1193
-1184
lines changed

compiler/lib/magic_number.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ let current_exe =
7777
| `V5_00 -> 32
7878
| `V5_01 -> 33
7979
| `V5_02 -> 34
80-
| `V5_03 -> 33
80+
| `V5_03 -> 35
8181
in
8282
"Caml1999X", v
8383

@@ -94,7 +94,7 @@ let current_cmo =
9494
| `V5_00 -> 32
9595
| `V5_01 -> 33
9696
| `V5_02 -> 34
97-
| `V5_03 -> 33
97+
| `V5_03 -> 35
9898
in
9999
"Caml1999O", v
100100

@@ -111,7 +111,7 @@ let current_cma =
111111
| `V5_00 -> 32
112112
| `V5_01 -> 33
113113
| `V5_02 -> 34
114-
| `V5_03 -> 33
114+
| `V5_03 -> 35
115115
in
116116
"Caml1999A", v
117117

compiler/tests-check-prim/main.output5

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ caml_dynlink_close_lib
1010
caml_dynlink_get_current_libs
1111
caml_dynlink_lookup_symbol
1212
caml_dynlink_open_lib
13-
caml_int64_add_native
14-
caml_int64_and_native
15-
caml_int64_div_native
16-
caml_int64_mod_native
17-
caml_int64_mul_native
18-
caml_int64_neg_native
19-
caml_int64_or_native
20-
caml_int64_sub_native
21-
caml_int64_xor_native
2213
caml_int_as_pointer
2314
caml_reset_afl_instrumentation
2415
caml_signbit
@@ -44,7 +35,6 @@ caml_bigstring_memcmp
4435
caml_hash_mix_bigstring
4536

4637
From +domain.js:
47-
caml_atomic_make_contended
4838
caml_ml_domain_set_name
4939

5040
From +effect.js:
@@ -63,7 +53,6 @@ caml_eventlog_resume
6353
caml_gc_huge_fallback_count
6454
caml_get_major_bucket
6555
caml_get_major_credit
66-
caml_memprof_discard
6756
caml_memprof_set
6857

6958
From +graphics.js:
@@ -119,10 +108,6 @@ From +ints.js:
119108
caml_div
120109
caml_mod
121110

122-
From +io.js:
123-
caml_ml_input_bigarray
124-
caml_ml_output_bigarray
125-
126111
From +jslib.js:
127112
caml_is_js
128113
caml_trampoline
@@ -154,12 +139,10 @@ caml_obj_set_tag
154139
caml_obj_truncate
155140

156141
From +runtime_events.js:
157-
caml_ml_runtime_events_pause
158-
caml_ml_runtime_events_resume
159-
caml_ml_runtime_events_start
160142
caml_runtime_events_create_cursor
161143
caml_runtime_events_free_cursor
162144
caml_runtime_events_read_poll
145+
caml_runtime_events_user_resolve
163146

164147
From +stdlib.js:
165148
caml_build_symbols
@@ -187,7 +170,6 @@ caml_spacetime_only_works_for_native_code
187170
caml_sys_const_naked_pointers_checked
188171

189172
From +toplevel.js:
190-
caml_dynlink_get_bytecode_sections
191173
caml_static_alloc
192174
caml_static_free
193175
caml_terminfo_backup

compiler/tests-check-prim/unix-unix.output5

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ caml_dynlink_close_lib
1010
caml_dynlink_get_current_libs
1111
caml_dynlink_lookup_symbol
1212
caml_dynlink_open_lib
13-
caml_int64_add_native
14-
caml_int64_and_native
15-
caml_int64_div_native
16-
caml_int64_mod_native
17-
caml_int64_mul_native
18-
caml_int64_neg_native
19-
caml_int64_or_native
20-
caml_int64_sub_native
21-
caml_int64_xor_native
2213
caml_int_as_pointer
2314
caml_reset_afl_instrumentation
2415
caml_signbit
@@ -92,6 +83,7 @@ caml_unix_outchannel_of_filedescr
9283
caml_unix_pipe
9384
caml_unix_putenv
9485
caml_unix_read
86+
caml_unix_read_bigarray
9587
caml_unix_realpath
9688
caml_unix_recv
9789
caml_unix_recvfrom
@@ -131,6 +123,7 @@ caml_unix_utimes
131123
caml_unix_wait
132124
caml_unix_waitpid
133125
caml_unix_write
126+
caml_unix_write_bigarray
134127
debugger
135128
is_digit_normalized
136129

@@ -153,7 +146,6 @@ caml_bigstring_memcmp
153146
caml_hash_mix_bigstring
154147

155148
From +domain.js:
156-
caml_atomic_make_contended
157149
caml_ml_domain_set_name
158150

159151
From +effect.js:
@@ -172,7 +164,6 @@ caml_eventlog_resume
172164
caml_gc_huge_fallback_count
173165
caml_get_major_bucket
174166
caml_get_major_credit
175-
caml_memprof_discard
176167
caml_memprof_set
177168

178169
From +graphics.js:
@@ -228,10 +219,6 @@ From +ints.js:
228219
caml_div
229220
caml_mod
230221

231-
From +io.js:
232-
caml_ml_input_bigarray
233-
caml_ml_output_bigarray
234-
235222
From +jslib.js:
236223
caml_is_js
237224
caml_trampoline
@@ -263,12 +250,10 @@ caml_obj_set_tag
263250
caml_obj_truncate
264251

265252
From +runtime_events.js:
266-
caml_ml_runtime_events_pause
267-
caml_ml_runtime_events_resume
268-
caml_ml_runtime_events_start
269253
caml_runtime_events_create_cursor
270254
caml_runtime_events_free_cursor
271255
caml_runtime_events_read_poll
256+
caml_runtime_events_user_resolve
272257

273258
From +stdlib.js:
274259
caml_build_symbols
@@ -296,7 +281,6 @@ caml_spacetime_only_works_for_native_code
296281
caml_sys_const_naked_pointers_checked
297282

298283
From +toplevel.js:
299-
caml_dynlink_get_bytecode_sections
300284
caml_static_alloc
301285
caml_static_free
302286
caml_terminfo_backup

0 commit comments

Comments
 (0)