Build:
- 0
2026-06-16 11:34.41: New job: build rml.1.09.05 (e09c9e723627) 2026-06-16 11:34.41: Waiting for resource in pool day11-builds 2026-06-16 11:48.15: Got resource from pool day11-builds 2026-06-16 11:48.15: [profile full] build rml.1.09.05 2026-06-16 11:48.15: build rml.1.09.05 (e09c9e723627) === DEPENDENCIES (5 transitive) === num.1.6 480227ca99db ocaml.4.14.4 cb826ea44eb2 ocaml-base-compiler.4.14.4 d2f775f983d7 ocaml-config.2 669e0fcf9e4d ocamlbuild.0.16.1 8f6c52e6fce8 === STDOUT === Processing: [default: loading data] [rml.1.09.05: dl] [rml.1.09.05: extract] -> retrieved rml.1.09.05 (https://opam.ocaml.org/cache) [rml: ./configure] + /home/opam/.opam/default/.opam-switch/build/rml.1.09.05/./configure "--prefix" "/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/rml.1.09.05) - creating compiler/global/rzi.ml - checking for install... install - checking for ocaml... ocaml - checking for ocamlc... ocamlc - ocaml version is 4.14.4 - ocaml library path is /home/opam/.opam/default/lib/ocaml - checking for ocamlopt... ocamlopt - ocaml version is 4.14.4 - ocaml library path is /home/opam/.opam/default/lib/ocaml - checking for ocamldep... ocamldep - checking for ocamllex... ocamllex - checking for ocamlyacc... ocamlyacc - checking for ocamlcp... ocamlcp - checking for ocamlbuild... ocamlbuild - - patching file compiler/reac/annot.ml (read from patch/compiler/reac/annot.ml) - patching file compiler/global/asttypes.ml (read from patch/compiler/global/asttypes.ml) - patching file compiler/main/errors.ml (read from patch/compiler/main/errors.ml) - patching file compiler/global/global.ml (read from patch/compiler/global/global.ml) - patching file compiler/parsing/lexer.mll (read from patch/compiler/parsing/lexer.mll) - patching file compiler/parsing/linenum.mll (read from patch/compiler/parsing/linenum.mll) - patching file compiler/parsing/location.ml (read from patch/compiler/parsing/location.ml) - patching file compiler/global/modules.ml (read from patch/compiler/global/modules.ml) - patching file compiler/parsing/parse_ast.ml (read from patch/compiler/parsing/parse_ast.ml) - patching file compiler/parsing/parse.ml (read from patch/compiler/parsing/parse.ml) - patching file compiler/parsing/parse_printer.ml (read from patch/compiler/parsing/parse_printer.ml) - patching file compiler/parsing/parser.mly (read from patch/compiler/parsing/parser.mly) - patching file compiler/reac/reac_ast.ml (read from patch/compiler/reac/reac_ast.ml) - patching file compiler/parsing/syntaxerr.ml (read from patch/compiler/parsing/syntaxerr.ml) - patching file compiler/global/warnings.ml (read from patch/compiler/global/warnings.ml) - Patch OK - - ** Configuration summary ** - - Directories where ReactiveML will be installed: - binaries.................. /home/opam/.opam/default/bin - standard library.......... /home/opam/.opam/default/lib/rml - manual pages.............. /home/opam/.opam/default/man (with extension .1) - - creating config - - ** ReactiveML configuration completed successfully ** - [rml: make] + /usr/bin/make (CWD=/home/opam/.opam/default/.opam-switch/build/rml.1.09.05) - (cd compiler; touch .depend; /usr/bin/make depend; /usr/bin/make opt) - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/compiler' - echo "(* This file is generated *)" > global/version.ml - echo "let version = \"1.09.05\"" >> global/version.ml - echo "let stdlib = \""/home/opam/.opam/default/lib/rml"\"" >> global/version.ml - ocamlyacc -v parsing/parser.mly - ocamllex parsing/lexer.mll - 167 states, 2981 transitions, table size 12926 bytes - 2216 additional bytes used for bindings - ocamllex parsing/linenum.mll - 12 states, 323 transitions, table size 1364 bytes - (for d in global parsing external static typing other_analysis reac lco lk caml optimization main; \ - do ocamldep -slash -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main $d/*.mli $d/*.ml; \ - done) > .depend - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/compiler' - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/compiler' - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/version.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/asttypes.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/warnings.ml - File "global/warnings.ml", line 156, characters 4-48: - 156 | Format.pp_get_all_formatter_output_functions ppf () - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_get_all_formatter_output_functions - Use Format.pp_get_formatter_out_functions instead. - File "global/warnings.ml", line 159, characters 2-46: - 159 | Format.pp_set_all_formatter_output_functions ppf out flush countnewline space; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_set_all_formatter_output_functions - Use Format.pp_set_formatter_out_functions instead. - File "global/warnings.ml", line 159, characters 2-46: - 159 | Format.pp_set_all_formatter_output_functions ppf out flush countnewline space; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: labels out, flush, newline, spaces were omitted in the application of this function. - File "global/warnings.ml", line 162, characters 2-46: - 162 | Format.pp_set_all_formatter_output_functions ppf out flush newline space; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_set_all_formatter_output_functions - Use Format.pp_set_formatter_out_functions instead. - File "global/warnings.ml", line 162, characters 2-46: - 162 | Format.pp_set_all_formatter_output_functions ppf out flush newline space; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: labels out, flush, newline, spaces were omitted in the application of this function. - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/linenum.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/location.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/misc.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/ident.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/global_ident.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/global.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main static/def_static.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main typing/def_types.ml - ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/rzi.mli - ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/version.ml - ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/warnings.ml - File "global/warnings.ml", line 156, characters 4-48: - 156 | Format.pp_get_all_formatter_output_functions ppf () - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_get_all_formatter_output_functions - Use Format.pp_get_formatter_out_functions instead. - File "global/warnings.ml", line 159, characters 2-46: - 159 | Format.pp_set_all_formatter_output_functions ppf out flush countnewline space; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_set_all_formatter_output_functions - Use Format.pp_set_formatter_out_functions instead. - File "global/warnings.ml", line 159, characters 2-46: - 159 | Format.pp_set_all_formatter_output_functions ppf out flush countnewline space; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: labels out, flush, newline, spaces were omitted in the application of this function. - File "global/warnings.ml", line 162, characters 2-46: - 162 | Format.pp_set_all_formatter_output_functions ppf out flush newline space; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_set_all_formatter_output_functions - Use Format.pp_set_formatter_out_functions instead. - File "global/warnings.ml", line 162, characters 2-46: - 162 | Format.pp_set_all_formatter_output_functions ppf out flush newline space; - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Warning 6 [labels-omitted]: labels out, flush, newline, spaces were omitted in the application of this function. - ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/linenum.ml - ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/location.ml - ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/misc.ml - ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/ident.ml - ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/global_ident.ml - ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/global.ml - ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main static/def_static.ml - ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/asttypes.ml - ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main typing/def_types.ml - ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/def_modules.ml - ocaml -I global global/def_modules.cmo ../configure-tools/embedrzi.ml "../" - File "../configure-tools/embedrzi.ml", line 22, characters 37-56: - 22 | let modname = Filename.basename (String.uncapitalize (Filename.chop_suffix file ".rzi")) in - ^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.uncapitalize - Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/rzi.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/def_modules.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/parse_ident.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/modules.ml - File "global/modules.ml", line 76, characters 13-32: - 76 | let name = String.uncapitalize modname in - ^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.uncapitalize - Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/symbol_table.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/syntaxerr.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/parse_ast.ml - ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/parse_ident.ml - ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/parse_ast.ml - ocamlc -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/parser.mli - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/parser.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/lexer.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main main/errors.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main main/configure.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main main/options.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/parse.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main parsing/parse_printer.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main external/lucky_errors.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main external/lucky.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main external/external.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main reac/reac_ast.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main reac/binding_errors.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main typing/types_printer.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main typing/reactivity_effects.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main typing/types.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main reac/reac_misc.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main reac/reac2reac.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main typing/reactivity_check.ml - File "typing/reactivity_check.ml", line 75, characters 20-38: - 75 | let compare = Pervasives.compare - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main reac/parse2reac.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/initialization.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main static/static_printer.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main static/static_errors.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main static/static.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main other_analysis/wf_rec.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main other_analysis/instantaneous_loop.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main reac/annot.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main typing/typing_errors.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main typing/typing.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main lco/lco_ast.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main lco/lco_misc.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main lco/reac2lco.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main lk/lk_ast.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main lk/lk_misc.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main lk/reac2lk.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main caml/caml_ast.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main caml/caml_misc.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main caml/lco2caml.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main caml/lk2caml.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main caml/caml2caml.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main caml/print_caml_src.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main optimization/reac_optimization.ml - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main main/compiler.ml - File "main/compiler.ml", line 241, characters 20-37: - 241 | and module_name = String.capitalize (Filename.basename filename) in - ^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.capitalize - Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. - File "main/compiler.ml", line 428, characters 20-37: - 428 | and module_name = String.capitalize (Filename.basename filename) in - ^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.capitalize - Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main main/interactive.ml - File "main/interactive.ml", line 39, characters 21-38: - 39 | let module_name () = String.capitalize filename - ^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.capitalize - Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. - ocamlopt -for-pack Rmlcompiler -c -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main main/main.ml - File "main/main.ml", line 43, characters 28-45: - 43 | compile_implementation (String.capitalize modname) filename; - ^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.capitalize - Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. - File "main/main.ml", line 48, characters 23-40: - 48 | compile_interface (String.capitalize (Filename.basename filename)) filename - ^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.capitalize - Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. - File "main/main.ml", line 53, characters 7-24: - 53 | (String.capitalize (Filename.basename filename)) filename - ^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.capitalize - Use String.capitalize_ascii/StringLabels.capitalize_ascii instead. - ocamlopt -for-pack Rmlcompiler -I global -I parsing -I external -I static -I typing -I other_analysis -I reac -I lco -I lk -I caml -I optimization -I main global/version.cmx global/asttypes.cmx global/warnings.cmx parsing/linenum.cmx parsing/location.cmx global/misc.cmx global/ident.cmx global/global_ident.cmx global/global.cmx static/def_static.cmx typing/def_types.cmx global/rzi.cmx global/def_modules.cmx global/modules.cmx global/symbol_table.cmx parsing/lexer.cmx parsing/syntaxerr.cmx main/errors.cmx main/configure.cmx main/options.cmx parsing/parse_ast.cmx parsing/parse_ident.cmx parsing/parser.cmx parsing/parse.cmx parsing/parse_printer.cmx external/lucky_errors.cmx external/lucky.cmx external/external.cmx reac/reac_ast.cmx reac/binding_errors.cmx typing/types_printer.cmx typing/reactivity_effects.cmx typing/types.cmx reac/reac_misc.cmx reac/reac2reac.cmx typing/reactivity_check.cmx reac/parse2reac.cmx global/initialization.cmx static/static_printer.cmx static/static_errors.cmx static/static.cmx other_analysis/wf_rec.cmx other_analysis/instantaneous_loop.cmx reac/annot.cmx typing/typing_errors.cmx typing/typing.cmx lco/lco_ast.cmx lco/lco_misc.cmx lco/reac2lco.cmx lk/lk_ast.cmx lk/lk_misc.cmx lk/reac2lk.cmx caml/caml_ast.cmx caml/caml_misc.cmx caml/lco2caml.cmx caml/lk2caml.cmx caml/caml2caml.cmx caml/print_caml_src.cmx optimization/reac_optimization.cmx main/compiler.cmx main/interactive.cmx main/main.cmx -o rmlc.opt - ln -sf rmlc.opt rmlc - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/compiler' - (cd stdlib; /usr/bin/make all) - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/stdlib' - ../compiler/rmlc -c pervasives.rmli - ../compiler/rmlc -c arg.rmli - ../compiler/rmlc -c array.rmli - ../compiler/rmlc -c buffer.rmli - ../compiler/rmlc -c bytes.rmli - ../compiler/rmlc -c callback.rmli - ../compiler/rmlc -c camlinternalBigarray.rmli - ../compiler/rmlc -c char.rmli - ../compiler/rmlc -c complex.rmli - ../compiler/rmlc -c digest.rmli - ../compiler/rmlc -c filename.rmli - ../compiler/rmlc -c format.rmli - ../compiler/rmlc -c gc.rmli - ../compiler/rmlc -c stream.rmli - ../compiler/rmlc -c genlex.rmli - ../compiler/rmlc -c graphics.rmli - ../compiler/rmlc -c hashtbl.rmli - ../compiler/rmlc -c int32.rmli - ../compiler/rmlc -c nativeint.rmli - ../compiler/rmlc -c int64.rmli - ../compiler/rmlc -c lazy.rmli - ../compiler/rmlc -c lexing.rmli - ../compiler/rmlc -c list.rmli - ../compiler/rmlc -c luc4ocaml.rmli - ../compiler/rmlc -c luc4ocaml_nolbl.rmli - ../compiler/rmlc -c marshal.rmli - ../compiler/rmlc -c obj.rmli - ../compiler/rmlc -c parsing.rmli - ../compiler/rmlc -c printexc.rmli - ../compiler/rmlc -c printf.rmli - ../compiler/rmlc -c queue.rmli - ../compiler/rmlc -c random.rmli - ../compiler/rmlc -c sort.rmli - ../compiler/rmlc -c stack.rmli - ../compiler/rmlc -c str.rmli - ../compiler/rmlc -c string.rmli - ../compiler/rmlc -c sys.rmli - ../compiler/rmlc -c unix.rmli - ../compiler/rmlc -c weak.rmli - ../compiler/rmlc -c rml_list.rmli - ../compiler/rmlc -c rml_process_manager.rmli - ../compiler/rmlc -c thread/rml_async_body.rmli - ../compiler/rmlc -c thread/rml_async.rmli - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/stdlib' - (cd interpreter; touch .depend; /usr/bin/make depend; /usr/bin/make all) - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - ocamldep -slash *.mli *.ml > .depend - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - /usr/bin/make -f Makefile-lco all - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - ocamlc -c sig_env.ml - ocamlc -c lco_interpreter.mli - ocamlc -c lco_ctrl_tree.ml - ocamlc -c rml_machine.ml - ocamlc -c implem_lco_ctrl_tree_record.ml - ../compiler/rmlc -I ../stdlib -d lco -no_reactivity_warning -runtime Lco ../stdlib/rml_list.rml - ocamlc -c -I lco -o lco/rml_list.cmo lco/rml_list.ml - File "lco/rml_list.ml", line 78, characters 51-73: - 78 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 163, characters 51-73: - 163 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 277, characters 51-73: - 277 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 422, characters 68-90: - 422 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 462, characters 47-61: - 462 | ((Pervasives.ref None), - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 463, characters 47-61: - 463 | (Pervasives.ref None)) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 481, characters 65-80: - 481 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 500, characters 65-80: - 500 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 509, characters 64-78: - 509 | (match ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 511, characters 64-78: - 511 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 565, characters 53-67: - 565 | ((Pervasives.ref None), - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 566, characters 53-67: - 566 | (Pervasives.ref None)) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 587, characters 68-83: - 587 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 608, characters 68-83: - 608 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 617, characters 70-84: - 617 | (match ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 619, characters 69-83: - 619 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 650, characters 51-73: - 650 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 757, characters 57-79: - 757 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 866, characters 57-79: - 866 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - cp ../stdlib/thread/rml_async_body.ml lco/rml_async_body.ml - ocamlc -thread -c -I lco -o lco/rml_async_body.cmo lco/rml_async_body.ml - ../compiler/rmlc -I ../stdlib -I ../stdlib/thread -d lco -no_reactivity_warning -runtime Lco ../stdlib/thread/rml_async.rml - ocamlc -c -I lco -o lco/rml_async.cmo lco/rml_async.ml - ocamlc -a -o lco/rmllib.cma sig_env.cmo lco_ctrl_tree.cmo rml_machine.cmo implem_lco_ctrl_tree_record.cmo lco/rml_list.cmo lco/rml_async_body.cmo lco/rml_async.cmo - ocamlopt -c sig_env.ml - ocamlopt -c lco_ctrl_tree.ml - ocamlopt -c rml_machine.ml - ocamlopt -c implem_lco_ctrl_tree_record.ml - ocamlopt -c -I lco -o lco/rml_list.cmx lco/rml_list.ml - File "lco/rml_list.ml", line 78, characters 51-73: - 78 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 163, characters 51-73: - 163 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 277, characters 51-73: - 277 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 422, characters 68-90: - 422 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 462, characters 47-61: - 462 | ((Pervasives.ref None), - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 463, characters 47-61: - 463 | (Pervasives.ref None)) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 481, characters 65-80: - 481 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 500, characters 65-80: - 500 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 509, characters 64-78: - 509 | (match ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 511, characters 64-78: - 511 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 565, characters 53-67: - 565 | ((Pervasives.ref None), - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 566, characters 53-67: - 566 | (Pervasives.ref None)) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 587, characters 68-83: - 587 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 608, characters 68-83: - 608 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 617, characters 70-84: - 617 | (match ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 619, characters 69-83: - 619 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 650, characters 51-73: - 650 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 757, characters 57-79: - 757 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco/rml_list.ml", line 866, characters 57-79: - 866 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlopt -thread -c -I lco -o lco/rml_async_body.cmx lco/rml_async_body.ml - ocamlopt -c -I lco -o lco/rml_async.cmx lco/rml_async.ml - ocamlopt -a -o lco/rmllib.cmxa sig_env.cmx lco_ctrl_tree.cmx rml_machine.cmx implem_lco_ctrl_tree_record.cmx lco/rml_list.cmx lco/rml_async_body.cmx lco/rml_async.cmx - rm lco/rml_async_body.ml lco/rml_async.ml lco/rml_list.ml - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - /usr/bin/make -f Makefile-lco_n all - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - ocamlc -c lco_ctrl_tree_n.ml - ocamlc -c implem_lco_ctrl_tree_n_record.ml - ../compiler/rmlc -I ../stdlib -d lco_n -no_reactivity_warning -runtime Lco_n ../stdlib/rml_list.rml - ocamlc -c -I lco_n -o lco_n/rml_list.cmo lco_n/rml_list.ml - File "lco_n/rml_list.ml", line 78, characters 51-73: - 78 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 163, characters 51-73: - 163 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 277, characters 51-73: - 277 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 422, characters 68-90: - 422 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 462, characters 47-61: - 462 | ((Pervasives.ref None), - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 463, characters 47-61: - 463 | (Pervasives.ref None)) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 481, characters 65-80: - 481 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 500, characters 65-80: - 500 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 509, characters 64-78: - 509 | (match ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 511, characters 64-78: - 511 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 565, characters 53-67: - 565 | ((Pervasives.ref None), - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 566, characters 53-67: - 566 | (Pervasives.ref None)) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 587, characters 68-83: - 587 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 608, characters 68-83: - 608 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 617, characters 70-84: - 617 | (match ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 619, characters 69-83: - 619 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 650, characters 51-73: - 650 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 757, characters 57-79: - 757 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 866, characters 57-79: - 866 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - cp ../stdlib/thread/rml_async_body.ml lco_n/rml_async_body.ml - ocamlc -thread -c -I lco_n -o lco_n/rml_async_body.cmo lco_n/rml_async_body.ml - ../compiler/rmlc -I ../stdlib -I ../stdlib/thread -d lco_n -no_reactivity_warning -runtime Lco_n ../stdlib/thread/rml_async.rml - ocamlc -c -I lco_n -o lco_n/rml_async.cmo lco_n/rml_async.ml - ocamlc -a -o lco_n/rmllib.cma sig_env.cmo lco_ctrl_tree_n.cmo rml_machine.cmo implem_lco_ctrl_tree_n_record.cmo lco_n/rml_list.cmo lco_n/rml_async_body.cmo lco_n/rml_async.cmo - ocamlopt -c lco_ctrl_tree_n.ml - ocamlopt -c implem_lco_ctrl_tree_n_record.ml - ocamlopt -c -I lco_n -o lco_n/rml_list.cmx lco_n/rml_list.ml - File "lco_n/rml_list.ml", line 78, characters 51-73: - 78 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 163, characters 51-73: - 163 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 277, characters 51-73: - 277 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 422, characters 68-90: - 422 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 462, characters 47-61: - 462 | ((Pervasives.ref None), - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 463, characters 47-61: - 463 | (Pervasives.ref None)) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 481, characters 65-80: - 481 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 500, characters 65-80: - 500 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 509, characters 64-78: - 509 | (match ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 511, characters 64-78: - 511 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 565, characters 53-67: - 565 | ((Pervasives.ref None), - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 566, characters 53-67: - 566 | (Pervasives.ref None)) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 587, characters 68-83: - 587 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 608, characters 68-83: - 608 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 617, characters 70-84: - 617 | (match ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 619, characters 69-83: - 619 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 650, characters 51-73: - 650 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 757, characters 57-79: - 757 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_n/rml_list.ml", line 866, characters 57-79: - 866 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlopt -thread -c -I lco_n -o lco_n/rml_async_body.cmx lco_n/rml_async_body.ml - ocamlopt -c -I lco_n -o lco_n/rml_async.cmx lco_n/rml_async.ml - ocamlopt -a -o lco_n/rmllib.cmxa sig_env.cmx lco_ctrl_tree_n.cmx rml_machine.cmx implem_lco_ctrl_tree_n_record.cmx lco_n/rml_list.cmx lco_n/rml_async_body.cmx lco_n/rml_async.cmx - rm lco_n/rml_list.ml lco_n/rml_async.ml lco_n/rml_async_body.ml - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - /usr/bin/make -f Makefile-lco_class all - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - ocamlc -c implem_lco_ctrl_tree_class.ml - ../compiler/rmlc -I ../stdlib -d lco_class -no_reactivity_warning -runtime Lco_class ../stdlib/rml_list.rml - ocamlc -c -I lco_class -o lco_class/rml_list.cmo lco_class/rml_list.ml - File "lco_class/rml_list.ml", line 78, characters 51-73: - 78 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 163, characters 51-73: - 163 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 277, characters 51-73: - 277 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 422, characters 68-90: - 422 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 462, characters 47-61: - 462 | ((Pervasives.ref None), - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 463, characters 47-61: - 463 | (Pervasives.ref None)) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 481, characters 65-80: - 481 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 500, characters 65-80: - 500 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 509, characters 64-78: - 509 | (match ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 511, characters 64-78: - 511 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 565, characters 53-67: - 565 | ((Pervasives.ref None), - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 566, characters 53-67: - 566 | (Pervasives.ref None)) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 587, characters 68-83: - 587 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 608, characters 68-83: - 608 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 617, characters 70-84: - 617 | (match ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 619, characters 69-83: - 619 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 650, characters 51-73: - 650 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 757, characters 57-79: - 757 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 866, characters 57-79: - 866 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - cp ../stdlib/thread/rml_async_body.ml lco_class/rml_async_body.ml - ocamlc -thread -c -I lco_class -o lco_class/rml_async_body.cmo lco_class/rml_async_body.ml - ../compiler/rmlc -I ../stdlib -I ../stdlib/thread -d lco_class -no_reactivity_warning -runtime Lco_class ../stdlib/thread/rml_async.rml - ocamlc -c -I lco_class -o lco_class/rml_async.cmo lco_class/rml_async.ml - ocamlc -a -o lco_class/rmllib.cma sig_env.cmo lco_ctrl_tree.cmo rml_machine.cmo implem_lco_ctrl_tree_class.cmo lco_class/rml_list.cmo lco_class/rml_async_body.cmo lco_class/rml_async.cmo - ocamlopt -c implem_lco_ctrl_tree_class.ml - ocamlopt -c -I lco_class -o lco_class/rml_list.cmx lco_class/rml_list.ml - File "lco_class/rml_list.ml", line 78, characters 51-73: - 78 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 163, characters 51-73: - 163 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 277, characters 51-73: - 277 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 422, characters 68-90: - 422 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 462, characters 47-61: - 462 | ((Pervasives.ref None), - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 463, characters 47-61: - 463 | (Pervasives.ref None)) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 481, characters 65-80: - 481 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 500, characters 65-80: - 500 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 509, characters 64-78: - 509 | (match ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 511, characters 64-78: - 511 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 565, characters 53-67: - 565 | ((Pervasives.ref None), - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 566, characters 53-67: - 566 | (Pervasives.ref None)) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 587, characters 68-83: - 587 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 608, characters 68-83: - 608 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 617, characters 70-84: - 617 | (match ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 619, characters 69-83: - 619 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 650, characters 51-73: - 650 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 757, characters 57-79: - 757 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_class/rml_list.ml", line 866, characters 57-79: - 866 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlopt -thread -c -I lco_class -o lco_class/rml_async_body.cmx lco_class/rml_async_body.ml - ocamlopt -c -I lco_class -o lco_class/rml_async.cmx lco_class/rml_async.ml - ocamlopt -a -o lco_class/rmllib.cmxa sig_env.cmx lco_ctrl_tree.cmx rml_machine.cmx implem_lco_ctrl_tree_class.cmx lco_class/rml_list.cmx lco_class/rml_async_body.cmx lco_class/rml_async.cmx - rm lco_class/rml_async_body.ml lco_class/rml_async.ml lco_class/rml_list.ml - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - /usr/bin/make -f Makefile-lco_rewrite all - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - ocamlc -rectypes -c lco_rewrite.ml - ocamlc -rectypes -c implem_lco_rewrite_record.ml - ../compiler/rmlc -I ../stdlib -d lco_rewrite -no_reactivity_warning -runtime Lco_rewrite ../stdlib/rml_list.rml - ocamlc -rectypes -c -I lco_rewrite -o lco_rewrite/rml_list.cmo lco_rewrite/rml_list.ml - File "lco_rewrite/rml_list.ml", line 78, characters 51-73: - 78 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 163, characters 51-73: - 163 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 277, characters 51-73: - 277 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 422, characters 68-90: - 422 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 462, characters 47-61: - 462 | ((Pervasives.ref None), - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 463, characters 47-61: - 463 | (Pervasives.ref None)) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 481, characters 65-80: - 481 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 500, characters 65-80: - 500 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 509, characters 64-78: - 509 | (match ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 511, characters 64-78: - 511 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 565, characters 53-67: - 565 | ((Pervasives.ref None), - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 566, characters 53-67: - 566 | (Pervasives.ref None)) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 587, characters 68-83: - 587 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 608, characters 68-83: - 608 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 617, characters 70-84: - 617 | (match ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 619, characters 69-83: - 619 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 650, characters 51-73: - 650 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 757, characters 57-79: - 757 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 866, characters 57-79: - 866 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - cp ../stdlib/thread/rml_async_body.ml lco_rewrite/rml_async_body.ml - ocamlc -rectypes -thread -c -I lco_rewrite -o lco_rewrite/rml_async_body.cmo lco_rewrite/rml_async_body.ml - ../compiler/rmlc -I ../stdlib -I ../stdlib/thread -d lco_rewrite -no_reactivity_warning -runtime Lco_rewrite ../stdlib/thread/rml_async.rml - ocamlc -rectypes -c -I lco_rewrite -o lco_rewrite/rml_async.cmo lco_rewrite/rml_async.ml - ocamlc -a -o lco_rewrite/rmllib.cma sig_env.cmo lco_rewrite.cmo rml_machine.cmo implem_lco_rewrite_record.cmo lco_rewrite/rml_list.cmo lco_rewrite/rml_async_body.cmo lco_rewrite/rml_async.cmo - ocamlopt -rectypes -c lco_rewrite.ml - ocamlopt -rectypes -c implem_lco_rewrite_record.ml - ocamlopt -rectypes -c -I lco_rewrite -o lco_rewrite/rml_list.cmx lco_rewrite/rml_list.ml - File "lco_rewrite/rml_list.ml", line 78, characters 51-73: - 78 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 163, characters 51-73: - 163 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 277, characters 51-73: - 277 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 422, characters 68-90: - 422 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 462, characters 47-61: - 462 | ((Pervasives.ref None), - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 463, characters 47-61: - 463 | (Pervasives.ref None)) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 481, characters 65-80: - 481 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 500, characters 65-80: - 500 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 509, characters 64-78: - 509 | (match ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 511, characters 64-78: - 511 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 565, characters 53-67: - 565 | ((Pervasives.ref None), - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 566, characters 53-67: - 566 | (Pervasives.ref None)) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 587, characters 68-83: - 587 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 608, characters 68-83: - 608 | Pervasives.(:=) - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 617, characters 70-84: - 617 | (match ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 619, characters 69-83: - 619 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 650, characters 51-73: - 650 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 757, characters 57-79: - 757 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lco_rewrite/rml_list.ml", line 866, characters 57-79: - 866 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlopt -rectypes -thread -c -I lco_rewrite -o lco_rewrite/rml_async_body.cmx lco_rewrite/rml_async_body.ml - ocamlopt -rectypes -c -I lco_rewrite -o lco_rewrite/rml_async.cmx lco_rewrite/rml_async.ml - ocamlopt -a -o lco_rewrite/rmllib.cmxa sig_env.cmx lco_rewrite.cmx rml_machine.cmx implem_lco_rewrite_record.cmx lco_rewrite/rml_list.cmx lco_rewrite/rml_async_body.cmx lco_rewrite/rml_async.cmx - rm lco_rewrite/rml_list.ml lco_rewrite/rml_async_body.ml lco_rewrite/rml_async.ml - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - /usr/bin/make -f Makefile-lk all - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - ocamlc -c lk_interpreter.mli - ocamlc -c lk_implem.ml - ocamlc -c implem_lk_record.ml - ../compiler/rmlc -I ../stdlib -d lk -no_reactivity_warning -runtime Lk ../stdlib/rml_list.rml - ocamlc -c -I lk -o lk/rml_list.cmo lk/rml_list.ml - File "lk/rml_list.ml", line 65, characters 46-68: - 65 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 156, characters 46-68: - 156 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 237, characters 46-68: - 237 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 365, characters 68-90: - 365 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 410, characters 44-58: - 410 | Pervasives.ref (Obj.magic ()) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 413, characters 44-58: - 413 | Pervasives.ref ([]) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 418, characters 54-68: - 418 | ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 420, characters 54-68: - 420 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 481, characters 50-64: - 481 | Pervasives.ref - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 485, characters 50-64: - 485 | Pervasives.ref ([]) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 490, characters 60-74: - 490 | ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 492, characters 60-74: - 492 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 528, characters 46-68: - 528 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 620, characters 52-74: - 620 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 714, characters 52-74: - 714 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - cp ../stdlib/thread/rml_async_body.ml lk/rml_async_body.ml - ocamlc -thread -c -I lk -o lk/rml_async_body.cmo lk/rml_async_body.ml - ../compiler/rmlc -I ../stdlib -I ../stdlib/thread -d lk -no_reactivity_warning -runtime Lk ../stdlib/thread/rml_async.rml - ocamlc -c -I lk -o lk/rml_async.cmo lk/rml_async.ml - ocamlc -a -o lk/rmllib.cma sig_env.cmo lk_implem.cmo rml_machine.cmo implem_lk_record.cmo lk/rml_list.cmo lk/rml_async_body.cmo lk/rml_async.cmo - ocamlopt -c lk_implem.ml - ocamlopt -c implem_lk_record.ml - ocamlopt -c -I lk -o lk/rml_list.cmx lk/rml_list.ml - File "lk/rml_list.ml", line 65, characters 46-68: - 65 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 156, characters 46-68: - 156 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 237, characters 46-68: - 237 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 365, characters 68-90: - 365 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 410, characters 44-58: - 410 | Pervasives.ref (Obj.magic ()) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 413, characters 44-58: - 413 | Pervasives.ref ([]) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 418, characters 54-68: - 418 | ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 420, characters 54-68: - 420 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 481, characters 50-64: - 481 | Pervasives.ref - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 485, characters 50-64: - 485 | Pervasives.ref ([]) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 490, characters 60-74: - 490 | ((Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 492, characters 60-74: - 492 | (Pervasives.(!) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 528, characters 46-68: - 528 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 620, characters 52-74: - 620 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "lk/rml_list.ml", line 714, characters 52-74: - 714 | Pervasives.invalid_arg - ^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlopt -thread -c -I lk -o lk/rml_async_body.cmx lk/rml_async_body.ml - ocamlopt -c -I lk -o lk/rml_async.cmx lk/rml_async.ml - ocamlopt -a -o lk/rmllib.cmxa sig_env.cmx lk_implem.cmx rml_machine.cmx implem_lk_record.cmx lk/rml_list.cmx lk/rml_async_body.cmx lk/rml_async.cmx - rm lk/rml_list.ml lk/rml_async_body.ml lk/rml_async.ml - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - (cd toplevel; /usr/bin/make all) - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/toplevel' - ocamllex rmltop_lexer.mll - 87 states, 656 transitions, table size 3146 bytes - ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop_lexer.ml - ocamlc -I ../stdlib -I ../interpreter -I ../interpreter/lco rmltop_global.mli - ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop_global.ml - ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop_directives.ml - ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop.ml - ocamlc -o rmltop -I +threads -I ../stdlib -I ../interpreter -I ../interpreter/lco unix.cma str.cma \ - threads.cma \ - lco/rmllib.cma \ - rmltop_lexer.cmo \ - rmltop_global.cmo \ - rmltop_directives.cmo \ - rmltop.cmo - ../compiler/rmlc -I ../stdlib -I ../interpreter -I ../interpreter/lco -runtime Lco_ctrl_tree rmltop_machine_body.rml - ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop_machine_body.ml - ../compiler/rmlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco rmltop_global.rmli - ../compiler/rmlc -I ../stdlib -I ../interpreter -I ../interpreter/lco rmltop_reactive_machine.rmli - ocamlc -I ../stdlib -I ../interpreter -I ../interpreter/lco rmltop_reactive_machine.mli - ../compiler/rmlc -I ../stdlib -I ../interpreter -I ../interpreter/lco -runtime Rmltop rmltop_controller.rml - ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop_implem.ml - ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop_controller.ml - File "rmltop_controller.ml", line 25, characters 25-39: - 25 | (match Pervasives.(!) ref_s__val_rml_7 with | None -> () - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "rmltop_controller.ml", line 27, characters 23-38: - 27 | Pervasives.(:=) ref_s__val_rml_7 None; - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "rmltop_controller.ml", line 39, characters 21-35: - 39 | Pervasives.(!) Rmltop_global.to_run - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "rmltop_controller.ml", line 41, characters 16-31: - 41 | Pervasives.(:=) Rmltop_global.to_run ([]); - ^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "rmltop_controller.ml", line 90, characters 33-47: - 90 | Pervasives.(+) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "rmltop_controller.ml", line 91, characters 36-50: - 91 | (Pervasives.(-) n__val_rml_15 1) 1 - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop_reactive_machine.ml - ocamlc -c -I ../stdlib -I ../interpreter -I ../interpreter/lco -thread rmltop_main.ml - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/toplevel' - (cd tools; /usr/bin/make opt) - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/tools' - (for d in rmldep; \ - do (cd $d ; /usr/bin/make opt) ; \ - done) - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/tools/rmldep' - ocamlopt -c -I ../../compiler/global -I ../../compiler/parsing depend.ml - ocamlopt -c -I ../../compiler/global -I ../../compiler/parsing rmldep.ml - File "rmldep.ml", line 88, characters 14-33: - 88 | let uname = String.uncapitalize name in - ^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.String.uncapitalize - Use String.uncapitalize_ascii/StringLabels.uncapitalize_ascii instead. - File "rmldep.ml", line 192, characters 12-29: - 192 | flush Pervasives.stdout; - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlopt -I ../../compiler/global -I ../../compiler/parsing ../../compiler/global/version.cmx ../../compiler/global/misc.cmx ../../compiler/global/warnings.cmx ../../compiler/global/ident.cmx ../../compiler/parsing/linenum.cmx ../../compiler/parsing/parse_ident.cmx ../../compiler/parsing/parse_ast.cmx ../../compiler/parsing/location.cmx ../../compiler/parsing/syntaxerr.cmx ../../compiler/parsing/lexer.cmx ../../compiler/parsing/parser.cmx ../../compiler/parsing/parse.cmx depend.cmx rmldep.cmx -o rmldep.opt - ln -sf rmldep.opt rmldep - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/tools/rmldep' - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/tools' -> compiled rml.1.09.05 [rml: make install] + /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/rml.1.09.05) - (cd compiler; /usr/bin/make install) - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/compiler' - install -d "/home/opam/.opam/default/bin" - install rmlc.opt "/home/opam/.opam/default/bin"/rmlc.opt - cp "/home/opam/.opam/default/bin"/rmlc.opt "/home/opam/.opam/default/bin"/rmlc - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/compiler' - (cd stdlib; /usr/bin/make install) - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/stdlib' - make[1]: Nothing to be done for 'install'. - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/stdlib' - (cd interpreter; /usr/bin/make install) - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - /usr/bin/make -f Makefile-lco install - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - install -d "/home/opam/.opam/default/lib/rml"/lco - install -d "/home/opam/.opam/default/lib/rml"/lco/thread - install -m 644 lco_interpreter.cmi sig_env.cmi lco_ctrl_tree.cmi rml_machine.cmi implem_lco_ctrl_tree_record.cmi lco/rmllib.cma lco/rmllib.cmxa lco/rmllib.a sig_env.cmx lco_ctrl_tree.cmx rml_machine.cmx implem_lco_ctrl_tree_record.cmx "/home/opam/.opam/default/lib/rml"/lco - install -m 644 ../stdlib/pervasives.rzi ../stdlib/arg.rzi ../stdlib/array.rzi ../stdlib/buffer.rzi ../stdlib/bytes.rzi ../stdlib/callback.rzi ../stdlib/camlinternalBigarray.rzi ../stdlib/char.rzi ../stdlib/complex.rzi ../stdlib/digest.rzi ../stdlib/filename.rzi ../stdlib/format.rzi ../stdlib/gc.rzi ../stdlib/stream.rzi ../stdlib/genlex.rzi ../stdlib/graphics.rzi ../stdlib/hashtbl.rzi ../stdlib/int32.rzi ../stdlib/nativeint.rzi ../stdlib/int64.rzi ../stdlib/lazy.rzi ../stdlib/lexing.rzi ../stdlib/list.rzi ../stdlib/luc4ocaml.rzi ../stdlib/luc4ocaml_nolbl.rzi ../stdlib/marshal.rzi ../stdlib/obj.rzi ../stdlib/parsing.rzi ../stdlib/printexc.rzi ../stdlib/printf.rzi ../stdlib/queue.rzi ../stdlib/random.rzi ../stdlib/sort.rzi ../stdlib/stack.rzi ../stdlib/str.rzi ../stdlib/string.rzi ../stdlib/sys.rzi ../stdlib/unix.rzi ../stdlib/weak.rzi ../stdlib/rml_list.rzi ../stdlib/rml_process_manager.rzi lco/rml_list.cmi lco/rml_async_body.cmi lco/rml_async.cmi "/home/opam/.opam/default/lib/rml"/lco - install -m 644 ../stdlib/thread/rml_async_body.rzi ../stdlib/thread/rml_async.rzi "/home/opam/.opam/default/lib/rml"/lco/thread - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - /usr/bin/make -f Makefile-lco_n install - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - install -d "/home/opam/.opam/default/lib/rml"/lco_n - install -d "/home/opam/.opam/default/lib/rml"/lco_n/thread - install -m 644 lco_interpreter.cmi sig_env.cmi lco_ctrl_tree_n.cmi rml_machine.cmi implem_lco_ctrl_tree_n_record.cmi lco_n/rmllib.cma lco_n/rmllib.cmxa lco_n/rmllib.a sig_env.cmx lco_ctrl_tree_n.cmx rml_machine.cmx implem_lco_ctrl_tree_n_record.cmx "/home/opam/.opam/default/lib/rml"/lco_n - install -m 644 ../stdlib/pervasives.rzi ../stdlib/arg.rzi ../stdlib/array.rzi ../stdlib/buffer.rzi ../stdlib/bytes.rzi ../stdlib/callback.rzi ../stdlib/camlinternalBigarray.rzi ../stdlib/char.rzi ../stdlib/complex.rzi ../stdlib/digest.rzi ../stdlib/filename.rzi ../stdlib/format.rzi ../stdlib/gc.rzi ../stdlib/stream.rzi ../stdlib/genlex.rzi ../stdlib/graphics.rzi ../stdlib/hashtbl.rzi ../stdlib/int32.rzi ../stdlib/nativeint.rzi ../stdlib/int64.rzi ../stdlib/lazy.rzi ../stdlib/lexing.rzi ../stdlib/list.rzi ../stdlib/luc4ocaml.rzi ../stdlib/luc4ocaml_nolbl.rzi ../stdlib/marshal.rzi ../stdlib/obj.rzi ../stdlib/parsing.rzi ../stdlib/printexc.rzi ../stdlib/printf.rzi ../stdlib/queue.rzi ../stdlib/random.rzi ../stdlib/sort.rzi ../stdlib/stack.rzi ../stdlib/str.rzi ../stdlib/string.rzi ../stdlib/sys.rzi ../stdlib/unix.rzi ../stdlib/weak.rzi ../stdlib/rml_list.rzi ../stdlib/rml_process_manager.rzi lco_n/rml_list.cmi lco_n/rml_async_body.cmi lco_n/rml_async.cmi "/home/opam/.opam/default/lib/rml"/lco_n - install -m 644 ../stdlib/thread/rml_async_body.rzi ../stdlib/thread/rml_async.rzi "/home/opam/.opam/default/lib/rml"/lco_n/thread - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - /usr/bin/make -f Makefile-lco_class install - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - install -d "/home/opam/.opam/default/lib/rml"/lco_class - install -d "/home/opam/.opam/default/lib/rml"/lco_class/thread - install -m 644 lco_interpreter.cmi sig_env.cmi lco_ctrl_tree.cmi rml_machine.cmi implem_lco_ctrl_tree_class.cmi lco_class/rmllib.cma lco_class/rmllib.cmxa lco_class/rmllib.a sig_env.cmx lco_ctrl_tree.cmx rml_machine.cmx implem_lco_ctrl_tree_class.cmx "/home/opam/.opam/default/lib/rml"/lco_class - install -m 644 ../stdlib/pervasives.rzi ../stdlib/arg.rzi ../stdlib/array.rzi ../stdlib/buffer.rzi ../stdlib/bytes.rzi ../stdlib/callback.rzi ../stdlib/camlinternalBigarray.rzi ../stdlib/char.rzi ../stdlib/complex.rzi ../stdlib/digest.rzi ../stdlib/filename.rzi ../stdlib/format.rzi ../stdlib/gc.rzi ../stdlib/stream.rzi ../stdlib/genlex.rzi ../stdlib/graphics.rzi ../stdlib/hashtbl.rzi ../stdlib/int32.rzi ../stdlib/nativeint.rzi ../stdlib/int64.rzi ../stdlib/lazy.rzi ../stdlib/lexing.rzi ../stdlib/list.rzi ../stdlib/luc4ocaml.rzi ../stdlib/luc4ocaml_nolbl.rzi ../stdlib/marshal.rzi ../stdlib/obj.rzi ../stdlib/parsing.rzi ../stdlib/printexc.rzi ../stdlib/printf.rzi ../stdlib/queue.rzi ../stdlib/random.rzi ../stdlib/sort.rzi ../stdlib/stack.rzi ../stdlib/str.rzi ../stdlib/string.rzi ../stdlib/sys.rzi ../stdlib/unix.rzi ../stdlib/weak.rzi ../stdlib/rml_list.rzi ../stdlib/rml_process_manager.rzi lco_class/rml_list.cmi lco_class/rml_async_body.cmi lco_class/rml_async.cmi "/home/opam/.opam/default/lib/rml"/lco_class - install -m 644 ../stdlib/thread/rml_async_body.rzi ../stdlib/thread/rml_async.rzi "/home/opam/.opam/default/lib/rml"/lco_class/thread - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - /usr/bin/make -f Makefile-lco_rewrite install - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - install -d "/home/opam/.opam/default/lib/rml"/lco_rewrite - install -d "/home/opam/.opam/default/lib/rml"/lco_rewrite/thread - install -m 644 lco_interpreter.cmi sig_env.cmi lco_rewrite.cmi rml_machine.cmi implem_lco_rewrite_record.cmi lco_rewrite/rmllib.cma lco_rewrite/rmllib.cmxa lco_rewrite/rmllib.a sig_env.cmx lco_rewrite.cmx rml_machine.cmx implem_lco_rewrite_record.cmx "/home/opam/.opam/default/lib/rml"/lco_rewrite - install -m 644 ../stdlib/pervasives.rzi ../stdlib/arg.rzi ../stdlib/array.rzi ../stdlib/buffer.rzi ../stdlib/bytes.rzi ../stdlib/callback.rzi ../stdlib/camlinternalBigarray.rzi ../stdlib/char.rzi ../stdlib/complex.rzi ../stdlib/digest.rzi ../stdlib/filename.rzi ../stdlib/format.rzi ../stdlib/gc.rzi ../stdlib/stream.rzi ../stdlib/genlex.rzi ../stdlib/graphics.rzi ../stdlib/hashtbl.rzi ../stdlib/int32.rzi ../stdlib/nativeint.rzi ../stdlib/int64.rzi ../stdlib/lazy.rzi ../stdlib/lexing.rzi ../stdlib/list.rzi ../stdlib/luc4ocaml.rzi ../stdlib/luc4ocaml_nolbl.rzi ../stdlib/marshal.rzi ../stdlib/obj.rzi ../stdlib/parsing.rzi ../stdlib/printexc.rzi ../stdlib/printf.rzi ../stdlib/queue.rzi ../stdlib/random.rzi ../stdlib/sort.rzi ../stdlib/stack.rzi ../stdlib/str.rzi ../stdlib/string.rzi ../stdlib/sys.rzi ../stdlib/unix.rzi ../stdlib/weak.rzi ../stdlib/rml_list.rzi ../stdlib/rml_process_manager.rzi lco_rewrite/rml_list.cmi lco_rewrite/rml_async_body.cmi lco_rewrite/rml_async.cmi "/home/opam/.opam/default/lib/rml"/lco_rewrite - install -m 644 ../stdlib/thread/rml_async_body.rzi ../stdlib/thread/rml_async.rzi "/home/opam/.opam/default/lib/rml"/lco_rewrite/thread - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - /usr/bin/make -f Makefile-lk install - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - install -d "/home/opam/.opam/default/lib/rml"/lk - install -d "/home/opam/.opam/default/lib/rml"/lk/thread - install -m 644 lk_interpreter.cmi sig_env.cmi lk_implem.cmi rml_machine.cmi implem_lk_record.cmi lk/rmllib.cma lk/rmllib.cmxa lk/rmllib.a sig_env.cmx lk_implem.cmx rml_machine.cmx implem_lk_record.cmx "/home/opam/.opam/default/lib/rml"/lk - install -m 644 ../stdlib/pervasives.rzi ../stdlib/arg.rzi ../stdlib/array.rzi ../stdlib/buffer.rzi ../stdlib/bytes.rzi ../stdlib/callback.rzi ../stdlib/camlinternalBigarray.rzi ../stdlib/char.rzi ../stdlib/complex.rzi ../stdlib/digest.rzi ../stdlib/filename.rzi ../stdlib/format.rzi ../stdlib/gc.rzi ../stdlib/stream.rzi ../stdlib/genlex.rzi ../stdlib/graphics.rzi ../stdlib/hashtbl.rzi ../stdlib/int32.rzi ../stdlib/nativeint.rzi ../stdlib/int64.rzi ../stdlib/lazy.rzi ../stdlib/lexing.rzi ../stdlib/list.rzi ../stdlib/luc4ocaml.rzi ../stdlib/luc4ocaml_nolbl.rzi ../stdlib/marshal.rzi ../stdlib/obj.rzi ../stdlib/parsing.rzi ../stdlib/printexc.rzi ../stdlib/printf.rzi ../stdlib/queue.rzi ../stdlib/random.rzi ../stdlib/sort.rzi ../stdlib/stack.rzi ../stdlib/str.rzi ../stdlib/string.rzi ../stdlib/sys.rzi ../stdlib/unix.rzi ../stdlib/weak.rzi ../stdlib/rml_list.rzi ../stdlib/rml_process_manager.rzi lk/rml_list.cmi lk/rml_async_body.cmi lk/rml_async.cmi "/home/opam/.opam/default/lib/rml"/lk - install -m 644 ../stdlib/thread/rml_async_body.rzi ../stdlib/thread/rml_async.rzi "/home/opam/.opam/default/lib/rml"/lk/thread - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/interpreter' - (cd man; /usr/bin/make install) - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/man' - No man page to install - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/man' - (cd emacs; /usr/bin/make install) - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/emacs' - install -d "macsdir" - install INSTALL rml.el rml-font.el rml-process-acc.el rml-xemacs.el rml-emacs.el rml-help.el rml-types.el "macsdir" - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/emacs' - (cd toplevel; /usr/bin/make install) - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/toplevel' - install -d "/home/opam/.opam/default/lib/rml"/lco/toplevel - install -m 644 rmltop.cmi rmltop_global.cmi rmltop_machine_body.cmi rmltop_reactive_machine.cmi rmltop_controller.cmi rmltop_lexer.cmo rmltop.cmo rmltop_global.cmo rmltop_global.rzi rmltop_machine_body.cmo rmltop_reactive_machine.cmo rmltop_controller.cmo rmltop_controller.rzi rmltop_directives.cmi rmltop_implem.cmi rmltop_main.cmi rmltop_directives.cmo rmltop_implem.cmo rmltop_main.cmo "/home/opam/.opam/default/lib/rml"/lco/toplevel - install -d "/home/opam/.opam/default/bin" - install rmltop "/home/opam/.opam/default/bin"/rmltop - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/toplevel' - (cd tools; /usr/bin/make install) - make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/tools' - (for d in rmldep; \ - do (cd $d ; /usr/bin/make install) ; \ - done) - make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/tools/rmldep' - install -d "/home/opam/.opam/default/bin" - install rmldep.opt "/home/opam/.opam/default/bin"/rmldep.opt - cp "/home/opam/.opam/default/bin"/rmldep.opt "/home/opam/.opam/default/bin"/rmldep - make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/tools/rmldep' - make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/rml.1.09.05/tools' -> installed rml.1.09.05 === STDERR === 2026-06-16 11:49.01: OK: build rml.1.09.05 (runc: 14.1s, disk: 133KB) 2026-06-16 11:49.01: Job succeeded