Build:
  1. 0
2026-06-16 18:10.56: New job: build orpie.1.6.1 (c5edce54a9a5)
2026-06-16 18:10.56: Waiting for resource in pool day11-builds
2026-06-16 18:31.59: Got resource from pool day11-builds
2026-06-16 18:31.59: [profile full] build orpie.1.6.1
2026-06-16 18:31.59: build orpie.1.6.1 (c5edce54a9a5)
=== DEPENDENCIES (44 transitive) ===
  astring.0.8.5                                      156e7cc742dd
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bos.0.3.0                                          c4f7c1954a6b
  camlp-streams.5.0.1                                76b76cc9fe05
  camlp5.8.05.01                                     8dc5199798c5
  camlp5-buildscripts.0.07                           99f5442e3f64
  conf-bash.1                                        e53fa0fe5f26
  conf-gsl.2                                         026d1b23d115
  conf-libpcre2-8.2                                  b59cdeb3bb90
  conf-m4.1                                          16c0f2e0bd7c
  conf-ncurses.1                                     6373a69bc405
  conf-perl.2                                        9ee1ae5f2bf1
  conf-pkg-config.5                                  64c6b37d622b
  conf-which.1                                       9799649fc020
  csexp.1.5.2                                        ec63db2dab31
  cstruct.6.2.0                                      b14be91c9825
  curses.1.0.12                                      1091140d9310
  dune.3.23.1                                        5402470d931c
  dune-compiledb.0.6.0                               90f780ee0f94
  dune-configurator.3.23.1                           58f4a3f92083
  ezjsonm.1.3.0                                      7cdf7464a07e
  fmt.0.11.0                                         fb25837707ac
  fpath.0.7.3                                        d991925a5b6c
  gsl.1.25.1                                         da13fe1de07c
  hex.1.5.0                                          59eb090201f6
  jsonm.1.0.2                                        ca365e0a8c1a
  logs.0.10.0                                        a7cdcdcb1947
  not-ocamlfind.0.14                                 ccc3d7bf633f
  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
  ocamlfind.1.9.8                                    6025f4a8e98e
  ocamlgraph.2.2.0                                   ffe2e581e49b
  parsexp.v0.16.0                                    75d2c6ce6b44
  pcre2.8.0.4                                        427460eecbcf
  re.1.14.0                                          8d7c1999492d
  rresult.0.7.0                                      66e2b7baf32c
  sexplib.v0.16.0                                    c758cedeb83d
  sexplib0.v0.16.0                                   3e198ce31e44
  topkg.1.1.1                                        ab549298f3fc
  uutf.1.0.4                                         80688944c06d
=== STDOUT ===
Processing: [default: loading data]
[orpie.1.6.1: dl]
[orpie.1.6.1: extract]
-> retrieved orpie.1.6.1  (https://opam.ocaml.org/cache)
[orpie: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "orpie" (CWD=/home/opam/.opam/default/.opam-switch/build/orpie.1.6.1)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w -27-35-52 -thread -g -bin-annot -I src/orpie/.main.eobjs/byte -I /home/opam/.opam/default/lib/curses -I /home/opam/.opam/default/lib/gsl -I /home/opam/.opam/default/lib/num -I /home/opam/.opam/default/lib/ocaml/threads -no-alias-deps -o src/orpie/.main.eobjs/byte/rcfile.cmo -c -impl src/orpie/rcfile.pp.ml)
- File "_none_", line 1:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 588-841, characters 3-59:
- 588 | ...match line_stream with parser
- 589 |    | [< 'Kwd "include" >] ->
- 590 |       begin match line_stream with parser
- 591 |       | [< 'String include_file >] ->
- 592 |          included_rcfiles := include_file :: !included_rcfiles
- ...
- 838 |    | [< 'Kwd "#" >] ->
- 839 |       ()
- 840 |    | [< >] ->
- 841 |       config_failwith "Expected a keyword at start of line"..
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 588-841, characters 3-59:
- 588 | ...match line_stream with parser
- 589 |    | [< 'Kwd "include" >] ->
- 590 |       begin match line_stream with parser
- 591 |       | [< 'String include_file >] ->
- 592 |          included_rcfiles := include_file :: !included_rcfiles
- ...
- 838 |    | [< 'Kwd "#" >] ->
- 839 |       ()
- 840 |    | [< >] ->
- 841 |       config_failwith "Expected a keyword at start of line"..
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 589, characters 8-22:
- 589 |    | [< 'Kwd "include" >] ->
-               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 590-594, characters 12-73:
- 590 | ............match line_stream with parser
- 591 |       | [< 'String include_file >] ->
- 592 |          included_rcfiles := include_file :: !included_rcfiles
- 593 |       | [< >] ->
- 594 |          config_failwith ("Expected a filename string after \"include\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 590-594, characters 12-73:
- 590 | ............match line_stream with parser
- 591 |       | [< 'String include_file >] ->
- 592 |          included_rcfiles := include_file :: !included_rcfiles
- 593 |       | [< >] ->
- 594 |          config_failwith ("Expected a filename string after \"include\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 591, characters 11-31:
- 591 |       | [< 'String include_file >] ->
-                  ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 596, characters 8-19:
- 596 |    | [< 'Kwd "bind" >] -> 
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 598-603, characters 15-84:
- 598 | ...............match line_stream with parser
- 599 |          | [< 'Ident command_str >] ->
- 600 |             let command = operation_of_string command_str in
- 601 |             register_binding key command
- 602 |          | [< >] ->
- 603 |             config_failwith ("Expected a command name after \"bind \"" ^ key ^ "\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 598-603, characters 15-84:
- 598 | ...............match line_stream with parser
- 599 |          | [< 'Ident command_str >] ->
- 600 |             let command = operation_of_string command_str in
- 601 |             register_binding key command
- 602 |          | [< >] ->
- 603 |             config_failwith ("Expected a command name after \"bind \"" ^ key ^ "\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 599, characters 14-32:
- 599 |          | [< 'Ident command_str >] ->
-                     ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 606-623, characters 12-71:
- 606 | ............match line_stream with parser
- 607 |       | [< 'String k >] -> 
- 608 |          bind_key k
- 609 |       | [< 'Ident "\\" >] ->
- 610 |          begin match line_stream with parser
- ...
- 620 |             config_failwith "Expected octal digits after \"\\\""
- 621 |          end
- 622 |       | [< >] ->
- 623 |          config_failwith "Expected a key string after keyword \"bind\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 606-623, characters 12-71:
- 606 | ............match line_stream with parser
- 607 |       | [< 'String k >] -> 
- 608 |          bind_key k
- 609 |       | [< 'Ident "\\" >] ->
- 610 |          begin match line_stream with parser
- ...
- 620 |             config_failwith "Expected octal digits after \"\\\""
- 621 |          end
- 622 |       | [< >] ->
- 623 |          config_failwith "Expected a key string after keyword \"bind\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 607, characters 11-20:
- 607 |       | [< 'String k >] -> 
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 609, characters 11-22:
- 609 |       | [< 'Ident "\\" >] ->
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 610-620, characters 15-64:
- 610 | ...............match line_stream with parser
- 611 |          | [< 'Int octal_int >] ->
- 612 |             begin
- 613 |                try
- 614 |                   let octal_digits = "0o" ^ (string_of_int octal_int) in
- ...
- 617 |                   (Failure "int_of_string") -> config_failwith "Expected octal digits after \"\\\""
- 618 |             end
- 619 |          | [< >]  ->
- 620 |             config_failwith "Expected octal digits after \"\\\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 610-620, characters 15-64:
- 610 | ...............match line_stream with parser
- 611 |          | [< 'Int octal_int >] ->
- 612 |             begin
- 613 |                try
- 614 |                   let octal_digits = "0o" ^ (string_of_int octal_int) in
- ...
- 617 |                   (Failure "int_of_string") -> config_failwith "Expected octal digits after \"\\\""
- 618 |             end
- 619 |          | [< >]  ->
- 620 |             config_failwith "Expected octal digits after \"\\\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 611, characters 14-28:
- 611 |          | [< 'Int octal_int >] ->
-                     ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 625, characters 8-30:
- 625 |    | [< 'Kwd "unbind_function" >] ->
-               ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 626-630, characters 12-84:
- 626 | ............match line_stream with parser
- 627 |       | [< 'String k >] ->
- 628 |          unregister_function_binding k
- 629 |       | [< >] ->
- 630 |          config_failwith ("Expected a key string after keyword \"unbind_function\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 626-630, characters 12-84:
- 626 | ............match line_stream with parser
- 627 |       | [< 'String k >] ->
- 628 |          unregister_function_binding k
- 629 |       | [< >] ->
- 630 |          config_failwith ("Expected a key string after keyword \"unbind_function\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 627, characters 11-20:
- 627 |       | [< 'String k >] ->
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 632, characters 8-29:
- 632 |    | [< 'Kwd "unbind_command" >] ->
-               ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 633-637, characters 12-83:
- 633 | ............match line_stream with parser
- 634 |       | [< 'String k >] ->
- 635 |          unregister_command_binding k
- 636 |       | [< >] ->
- 637 |          config_failwith ("Expected a key string after keyword \"unbind_command\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 633-637, characters 12-83:
- 633 | ............match line_stream with parser
- 634 |       | [< 'String k >] ->
- 635 |          unregister_command_binding k
- 636 |       | [< >] ->
- 637 |          config_failwith ("Expected a key string after keyword \"unbind_command\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 634, characters 11-20:
- 634 |       | [< 'String k >] ->
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 639, characters 8-26:
- 639 |    | [< 'Kwd "unbind_edit" >] ->
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 640-644, characters 12-80:
- 640 | ............match line_stream with parser
- 641 |       | [< 'String k >] ->
- 642 |          unregister_edit_binding k
- 643 |       | [< >] ->
- 644 |          config_failwith ("Expected a key string after keyword \"unbind_edit\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 640-644, characters 12-80:
- 640 | ............match line_stream with parser
- 641 |       | [< 'String k >] ->
- 642 |          unregister_edit_binding k
- 643 |       | [< >] ->
- 644 |          config_failwith ("Expected a key string after keyword \"unbind_edit\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 641, characters 11-20:
- 641 |       | [< 'String k >] ->
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 646, characters 8-28:
- 646 |    | [< 'Kwd "unbind_browse" >] ->
-               ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 647-651, characters 12-82:
- 647 | ............match line_stream with parser
- 648 |       | [< 'String k >] ->
- 649 |          unregister_browse_binding k
- 650 |       | [< >] ->
- 651 |          config_failwith ("Expected a key string after keyword \"unbind_browse\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 647-651, characters 12-82:
- 647 | ............match line_stream with parser
- 648 |       | [< 'String k >] ->
- 649 |          unregister_browse_binding k
- 650 |       | [< >] ->
- 651 |          config_failwith ("Expected a key string after keyword \"unbind_browse\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 648, characters 11-20:
- 648 |       | [< 'String k >] ->
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 653, characters 8-28:
- 653 |    | [< 'Kwd "unbind_abbrev" >] ->
-               ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 654-658, characters 12-82:
- 654 | ............match line_stream with parser
- 655 |       | [< 'String k >] ->
- 656 |          unregister_abbrev_binding k
- 657 |       | [< >] ->
- 658 |          config_failwith ("Expected a key string after keyword \"unbind_abbrev\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 654-658, characters 12-82:
- 654 | ............match line_stream with parser
- 655 |       | [< 'String k >] ->
- 656 |          unregister_abbrev_binding k
- 657 |       | [< >] ->
- 658 |          config_failwith ("Expected a key string after keyword \"unbind_abbrev\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 655, characters 11-20:
- 655 |       | [< 'String k >] ->
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 660, characters 8-29:
- 660 |    | [< 'Kwd "unbind_integer" >] ->
-               ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 661-665, characters 12-83:
- 661 | ............match line_stream with parser
- 662 |       | [< 'String k >] ->
- 663 |          unregister_intedit_binding k
- 664 |       | [< >] ->
- 665 |          config_failwith ("Expected a key string after keyword \"unbind_integer\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 661-665, characters 12-83:
- 661 | ............match line_stream with parser
- 662 |       | [< 'String k >] ->
- 663 |          unregister_intedit_binding k
- 664 |       | [< >] ->
- 665 |          config_failwith ("Expected a key string after keyword \"unbind_integer\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 662, characters 11-20:
- 662 |       | [< 'String k >] ->
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 667, characters 8-30:
- 667 |    | [< 'Kwd "unbind_variable" >] ->
-               ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 668-672, characters 12-84:
- 668 | ............match line_stream with parser
- 669 |       | [< 'String k >] ->
- 670 |          unregister_varedit_binding k
- 671 |       | [< >] ->
- 672 |          config_failwith ("Expected a key string after keyword \"unbind_variable\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 668-672, characters 12-84:
- 668 | ............match line_stream with parser
- 669 |       | [< 'String k >] ->
- 670 |          unregister_varedit_binding k
- 671 |       | [< >] ->
- 672 |          config_failwith ("Expected a key string after keyword \"unbind_variable\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 669, characters 11-20:
- 669 |       | [< 'String k >] ->
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 674, characters 8-23:
- 674 |    | [< 'Kwd "autobind" >] ->
-               ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 675-694, characters 12-71:
- 675 | ............match line_stream with parser
- 676 |       | [< 'String k >] -> 
- 677 |          let key, key_string = decode_single_key_string k in
- 678 |          autobind_keys_list := (key, key_string, None, 1) :: !autobind_keys_list
- 679 |       | [< 'Ident "\\" >] ->
- ...
- 691 |             config_failwith "Expected octal digits after \"\\\""
- 692 |          end
- 693 |       | [< >] ->
- 694 |          config_failwith "Expected a key string after keyword \"bind\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 675-694, characters 12-71:
- 675 | ............match line_stream with parser
- 676 |       | [< 'String k >] -> 
- 677 |          let key, key_string = decode_single_key_string k in
- 678 |          autobind_keys_list := (key, key_string, None, 1) :: !autobind_keys_list
- 679 |       | [< 'Ident "\\" >] ->
- ...
- 691 |             config_failwith "Expected octal digits after \"\\\""
- 692 |          end
- 693 |       | [< >] ->
- 694 |          config_failwith "Expected a key string after keyword \"bind\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 676, characters 11-20:
- 676 |       | [< 'String k >] -> 
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 679, characters 11-22:
- 679 |       | [< 'Ident "\\" >] ->
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 680-691, characters 15-64:
- 680 | ...............match line_stream with parser
- 681 |          | [< 'Int octal_int >] ->
- 682 |             begin
- 683 |                try
- 684 |                   let octal_digits = "0o" ^ (string_of_int octal_int) in
- ...
- 688 |                   (Failure "int_of_string") -> config_failwith "Expected octal digits after \"\\\""
- 689 |             end
- 690 |          | [< >]  ->
- 691 |             config_failwith "Expected octal digits after \"\\\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 680-691, characters 15-64:
- 680 | ...............match line_stream with parser
- 681 |          | [< 'Int octal_int >] ->
- 682 |             begin
- 683 |                try
- 684 |                   let octal_digits = "0o" ^ (string_of_int octal_int) in
- ...
- 688 |                   (Failure "int_of_string") -> config_failwith "Expected octal digits after \"\\\""
- 689 |             end
- 690 |          | [< >]  ->
- 691 |             config_failwith "Expected octal digits after \"\\\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 681, characters 14-28:
- 681 |          | [< 'Int octal_int >] ->
-                     ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 696, characters 8-20:
- 696 |    | [< 'Kwd "macro" >] ->
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 697-706, characters 12-72:
- 697 | ............match line_stream with parser
- 698 |       | [< 'String key >] ->
- 699 |          begin match line_stream with parser
- 700 |          | [< 'String generated_keys >] ->
- 701 |             register_macro key generated_keys
- 702 |          | [< >] ->
- 703 |             config_failwith ("Expected a key string after \"macro \"" ^ key ^ "\"")
- 704 |          end
- 705 |       | [< >] ->
- 706 |          config_failwith "Expected a key string after keyword \"macro\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 697-706, characters 12-72:
- 697 | ............match line_stream with parser
- 698 |       | [< 'String key >] ->
- 699 |          begin match line_stream with parser
- 700 |          | [< 'String generated_keys >] ->
- 701 |             register_macro key generated_keys
- 702 |          | [< >] ->
- 703 |             config_failwith ("Expected a key string after \"macro \"" ^ key ^ "\"")
- 704 |          end
- 705 |       | [< >] ->
- 706 |          config_failwith "Expected a key string after keyword \"macro\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 698, characters 11-22:
- 698 |       | [< 'String key >] ->
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 699-703, characters 15-83:
- 699 | ...............match line_stream with parser
- 700 |          | [< 'String generated_keys >] ->
- 701 |             register_macro key generated_keys
- 702 |          | [< >] ->
- 703 |             config_failwith ("Expected a key string after \"macro \"" ^ key ^ "\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 699-703, characters 15-83:
- 699 | ...............match line_stream with parser
- 700 |          | [< 'String generated_keys >] ->
- 701 |             register_macro key generated_keys
- 702 |          | [< >] ->
- 703 |             config_failwith ("Expected a key string after \"macro \"" ^ key ^ "\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 700, characters 14-36:
- 700 |          | [< 'String generated_keys >] ->
-                     ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 708, characters 8-21:
- 708 |    | [< 'Kwd "abbrev" >] ->
-               ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 709-719, characters 12-77:
- 709 | ............match line_stream with parser
- 710 |       | [< 'String abbr >] ->
- 711 |          begin match line_stream with parser
- 712 |          | [< 'Ident command_str >] ->
- 713 |             let command = operation_of_string command_str in
- ...
- 716 |             config_failwith ("Expected a command name after \"abbrev \"" ^ abbr ^ "\"")
- 717 |          end
- 718 |       | [< >] ->
- 719 |          config_failwith ("Expected an abbreviation string after \"abbrev\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 709-719, characters 12-77:
- 709 | ............match line_stream with parser
- 710 |       | [< 'String abbr >] ->
- 711 |          begin match line_stream with parser
- 712 |          | [< 'Ident command_str >] ->
- 713 |             let command = operation_of_string command_str in
- ...
- 716 |             config_failwith ("Expected a command name after \"abbrev \"" ^ abbr ^ "\"")
- 717 |          end
- 718 |       | [< >] ->
- 719 |          config_failwith ("Expected an abbreviation string after \"abbrev\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 710, characters 11-23:
- 710 |       | [< 'String abbr >] ->
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 711-716, characters 15-87:
- 711 | ...............match line_stream with parser
- 712 |          | [< 'Ident command_str >] ->
- 713 |             let command = operation_of_string command_str in
- 714 |             register_abbrev abbr command
- 715 |          | [< >] ->
- 716 |             config_failwith ("Expected a command name after \"abbrev \"" ^ abbr ^ "\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 711-716, characters 15-87:
- 711 | ...............match line_stream with parser
- 712 |          | [< 'Ident command_str >] ->
- 713 |             let command = operation_of_string command_str in
- 714 |             register_abbrev abbr command
- 715 |          | [< >] ->
- 716 |             config_failwith ("Expected a command name after \"abbrev \"" ^ abbr ^ "\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 712, characters 14-32:
- 712 |          | [< 'Ident command_str >] ->
-                     ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 721, characters 8-23:
- 721 |    | [< 'Kwd "unabbrev" >] ->
-               ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 722-726, characters 12-79:
- 722 | ............match line_stream with parser
- 723 |       | [< 'String abbr >] ->
- 724 |          unregister_abbrev abbr
- 725 |       | [< >] ->
- 726 |          config_failwith ("Expected an abbreviation string after \"unabbrev\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 722-726, characters 12-79:
- 722 | ............match line_stream with parser
- 723 |       | [< 'String abbr >] ->
- 724 |          unregister_abbrev abbr
- 725 |       | [< >] ->
- 726 |          config_failwith ("Expected an abbreviation string after \"unabbrev\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 723, characters 11-23:
- 723 |       | [< 'String abbr >] ->
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 728, characters 8-18:
- 728 |    | [< 'Kwd "set" >] ->
-               ^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 729-796, characters 12-66:
- 729 | ............match line_stream with parser
- 730 |       | [< 'Ident "datadir" >] ->
- 731 |          begin match line_stream with parser
- 732 |          | [< 'Ident "=" >] ->
- 733 |             begin match line_stream with parser
- ...
- 793 |             config_failwith ("Expected \"=\" after \"set conserve_memory\"")
- 794 |          end
- 795 |       | [< >] ->
- 796 |          config_failwith ("Unmatched variable name after \"set\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 729-796, characters 12-66:
- 729 | ............match line_stream with parser
- 730 |       | [< 'Ident "datadir" >] ->
- 731 |          begin match line_stream with parser
- 732 |          | [< 'Ident "=" >] ->
- 733 |             begin match line_stream with parser
- ...
- 793 |             config_failwith ("Expected \"=\" after \"set conserve_memory\"")
- 794 |          end
- 795 |       | [< >] ->
- 796 |          config_failwith ("Unmatched variable name after \"set\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 730, characters 11-27:
- 730 |       | [< 'Ident "datadir" >] ->
-                  ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 731-741, characters 15-68:
- 731 | ...............match line_stream with parser
- 732 |          | [< 'Ident "=" >] ->
- 733 |             begin match line_stream with parser
- 734 |             | [< 'String dir >] ->
- 735 |                datadir := dir
- ...
- 738 |                "\"set datadir = \"")
- 739 |             end
- 740 |          | [< >] ->
- 741 |             config_failwith ("Expected \"=\" after \"set datadir\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 731-741, characters 15-68:
- 731 | ...............match line_stream with parser
- 732 |          | [< 'Ident "=" >] ->
- 733 |             begin match line_stream with parser
- 734 |             | [< 'String dir >] ->
- 735 |                datadir := dir
- ...
- 738 |                "\"set datadir = \"")
- 739 |             end
- 740 |          | [< >] ->
- 741 |             config_failwith ("Expected \"=\" after \"set datadir\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 732, characters 14-24:
- 732 |          | [< 'Ident "=" >] ->
-                     ^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 733-738, characters 18-36:
- 733 | ..................match line_stream with parser
- 734 |             | [< 'String dir >] ->
- 735 |                datadir := dir
- 736 |             | [< >] ->
- 737 |                config_failwith ("Expected a directory string after " ^
- 738 |                "\"set datadir = \"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 733-738, characters 18-36:
- 733 | ..................match line_stream with parser
- 734 |             | [< 'String dir >] ->
- 735 |                datadir := dir
- 736 |             | [< >] ->
- 737 |                config_failwith ("Expected a directory string after " ^
- 738 |                "\"set datadir = \"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 734, characters 17-28:
- 734 |             | [< 'String dir >] ->
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 743, characters 11-26:
- 743 |       | [< 'Ident "editor" >] ->
-                  ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 744-755, characters 15-67:
- 744 | ...............match line_stream with parser
- 745 |          | [< 'Ident "=" >] ->
- 746 |             begin match line_stream with parser
- 747 |             | [< 'String executable >] ->
- 748 |                ( (* Printf.fprintf stderr "using editor \"%s\"\n" executable; *)
- ...
- 752 |                "\"set editor = \"")
- 753 |             end
- 754 |          | [< >] ->
- 755 |             config_failwith ("Expected \"=\" after \"set editor\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 744-755, characters 15-67:
- 744 | ...............match line_stream with parser
- 745 |          | [< 'Ident "=" >] ->
- 746 |             begin match line_stream with parser
- 747 |             | [< 'String executable >] ->
- 748 |                ( (* Printf.fprintf stderr "using editor \"%s\"\n" executable; *)
- ...
- 752 |                "\"set editor = \"")
- 753 |             end
- 754 |          | [< >] ->
- 755 |             config_failwith ("Expected \"=\" after \"set editor\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 745, characters 14-24:
- 745 |          | [< 'Ident "=" >] ->
-                     ^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 746-752, characters 18-35:
- 746 | ..................match line_stream with parser
- 747 |             | [< 'String executable >] ->
- 748 |                ( (* Printf.fprintf stderr "using editor \"%s\"\n" executable; *)
- 749 |                editor := executable)
- 750 |             | [< >] ->
- 751 |                config_failwith ("Expected an executable filename string after " ^
- 752 |                "\"set editor = \"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 746-752, characters 18-35:
- 746 | ..................match line_stream with parser
- 747 |             | [< 'String executable >] ->
- 748 |                ( (* Printf.fprintf stderr "using editor \"%s\"\n" executable; *)
- 749 |                editor := executable)
- 750 |             | [< >] ->
- 751 |                config_failwith ("Expected an executable filename string after " ^
- 752 |                "\"set editor = \"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 747, characters 17-35:
- 747 |             | [< 'String executable >] ->
-                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 757, characters 11-29:
- 757 |       | [< 'Ident "hide_help" >] ->
-                  ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 758-774, characters 15-70:
- 758 | ...............match line_stream with parser
- 759 |          | [< 'Ident "=" >] ->
- 760 |             begin match line_stream with parser
- 761 |             | [< 'String setting >] ->
- 762 |                if setting = "true" then
- ...
- 771 |                "\"set hide_help = \"")
- 772 |             end
- 773 |          | [< >] ->
- 774 |             config_failwith ("Expected \"=\" after \"set hide_help\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 758-774, characters 15-70:
- 758 | ...............match line_stream with parser
- 759 |          | [< 'Ident "=" >] ->
- 760 |             begin match line_stream with parser
- 761 |             | [< 'String setting >] ->
- 762 |                if setting = "true" then
- ...
- 771 |                "\"set hide_help = \"")
- 772 |             end
- 773 |          | [< >] ->
- 774 |             config_failwith ("Expected \"=\" after \"set hide_help\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 759, characters 14-24:
- 759 |          | [< 'Ident "=" >] ->
-                     ^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 760-771, characters 18-38:
- 760 | ..................match line_stream with parser
- 761 |             | [< 'String setting >] ->
- 762 |                if setting = "true" then
- 763 |                   hide_help := true
- 764 |                else if setting = "false" then
- ...
- 768 |                   "\"set hide_help = \"")
- 769 |             | [< >] ->
- 770 |                config_failwith ("Expected a boolean argument after " ^
- 771 |                "\"set hide_help = \"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 760-771, characters 18-38:
- 760 | ..................match line_stream with parser
- 761 |             | [< 'String setting >] ->
- 762 |                if setting = "true" then
- 763 |                   hide_help := true
- 764 |                else if setting = "false" then
- ...
- 768 |                   "\"set hide_help = \"")
- 769 |             | [< >] ->
- 770 |                config_failwith ("Expected a boolean argument after " ^
- 771 |                "\"set hide_help = \"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 761, characters 17-32:
- 761 |             | [< 'String setting >] ->
-                        ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 776, characters 11-35:
- 776 |       | [< 'Ident "conserve_memory" >] ->
-                  ^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 777-793, characters 15-76:
- 777 | ...............match line_stream with parser
- 778 |          | [< 'Ident "=" >] ->
- 779 |             begin match line_stream with parser
- 780 |             | [< 'String setting >] ->
- 781 |                if setting = "true" then
- ...
- 790 |                "\"set conserve_memory = \"")
- 791 |             end
- 792 |          | [< >] ->
- 793 |             config_failwith ("Expected \"=\" after \"set conserve_memory\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 777-793, characters 15-76:
- 777 | ...............match line_stream with parser
- 778 |          | [< 'Ident "=" >] ->
- 779 |             begin match line_stream with parser
- 780 |             | [< 'String setting >] ->
- 781 |                if setting = "true" then
- ...
- 790 |                "\"set conserve_memory = \"")
- 791 |             end
- 792 |          | [< >] ->
- 793 |             config_failwith ("Expected \"=\" after \"set conserve_memory\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 778, characters 14-24:
- 778 |          | [< 'Ident "=" >] ->
-                     ^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 779-790, characters 18-44:
- 779 | ..................match line_stream with parser
- 780 |             | [< 'String setting >] ->
- 781 |                if setting = "true" then
- 782 |                   conserve_memory := true
- 783 |                else if setting = "false" then
- ...
- 787 |                   "\"set conserve_memory = \"")
- 788 |             | [< >] ->
- 789 |                config_failwith ("Expected a boolean argument after " ^
- 790 |                "\"set conserve_memory = \"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 779-790, characters 18-44:
- 779 | ..................match line_stream with parser
- 780 |             | [< 'String setting >] ->
- 781 |                if setting = "true" then
- 782 |                   conserve_memory := true
- 783 |                else if setting = "false" then
- ...
- 787 |                   "\"set conserve_memory = \"")
- 788 |             | [< >] ->
- 789 |                config_failwith ("Expected a boolean argument after " ^
- 790 |                "\"set conserve_memory = \"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 780, characters 17-32:
- 780 |             | [< 'String setting >] ->
-                        ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 798, characters 8-24:
- 798 |    | [< 'Kwd "base_unit" >] ->
-               ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 799-810, characters 12-89:
- 799 | ............match line_stream with parser
- 800 |       | [< 'String base_u; 'String prefix_s >] ->
- 801 |          begin try
- 802 |             let prefix = Units.prefix_of_string prefix_s in
- 803 |             unit_table := Units.add_base_unit base_u prefix !unit_table
- ...
- 807 |             base_u ^ "\"")
- 808 |          end
- 809 |       | [< >] ->
- 810 |          config_failwith ("Expected a unit string and prefix string after \"base_unit\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 799-810, characters 12-89:
- 799 | ............match line_stream with parser
- 800 |       | [< 'String base_u; 'String prefix_s >] ->
- 801 |          begin try
- 802 |             let prefix = Units.prefix_of_string prefix_s in
- 803 |             unit_table := Units.add_base_unit base_u prefix !unit_table
- ...
- 807 |             base_u ^ "\"")
- 808 |          end
- 809 |       | [< >] ->
- 810 |          config_failwith ("Expected a unit string and prefix string after \"base_unit\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 800, characters 11-25:
- 800 |       | [< 'String base_u; 'String prefix_s >] ->
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 800, characters 27-43:
- 800 |       | [< 'String base_u; 'String prefix_s >] ->
-                                  ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 800, characters 27-43:
- 800 |       | [< 'String base_u; 'String prefix_s >] ->
-                                  ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 800, characters 11-25:
- 800 |       | [< 'String base_u; 'String prefix_s >] ->
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 812, characters 8-19:
- 812 |    | [< 'Kwd "unit" >] ->
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 813-823, characters 12-81:
- 813 | ............match line_stream with parser
- 814 |       | [< 'String unit_str; 'String unit_def_str >] ->
- 815 |          begin try
- 816 |             let unit_def = Units.unit_def_of_string unit_def_str !unit_table in
- 817 |             unit_table := Units.add_unit unit_str unit_def !unit_table
- ...
- 820 |             unit_str ^ "\" \"" ^ unit_def_str ^ "\"; " ^ s)
- 821 |          end
- 822 |       | [< >] ->
- 823 |          config_failwith ("Expected a unit string and definition after \"unit\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 813-823, characters 12-81:
- 813 | ............match line_stream with parser
- 814 |       | [< 'String unit_str; 'String unit_def_str >] ->
- 815 |          begin try
- 816 |             let unit_def = Units.unit_def_of_string unit_def_str !unit_table in
- 817 |             unit_table := Units.add_unit unit_str unit_def !unit_table
- ...
- 820 |             unit_str ^ "\" \"" ^ unit_def_str ^ "\"; " ^ s)
- 821 |          end
- 822 |       | [< >] ->
- 823 |          config_failwith ("Expected a unit string and definition after \"unit\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 814, characters 11-27:
- 814 |       | [< 'String unit_str; 'String unit_def_str >] ->
-                  ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 814, characters 29-49:
- 814 |       | [< 'String unit_str; 'String unit_def_str >] ->
-                                    ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 814, characters 29-49:
- 814 |       | [< 'String unit_str; 'String unit_def_str >] ->
-                                    ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 814, characters 11-27:
- 814 |       | [< 'String unit_str; 'String unit_def_str >] ->
-                  ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 825, characters 8-23:
- 825 |    | [< 'Kwd "constant" >] ->
-               ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 826-836, characters 12-87:
- 826 | ............match line_stream with parser
- 827 |       | [< 'String const_str; 'String unit_def_str >] ->
- 828 |          begin try
- 829 |             let unit_def = Units.unit_def_of_string unit_def_str !unit_table in
- 830 |             register_constant const_str unit_def
- ...
- 833 |             const_str ^ "\" \"" ^ unit_def_str ^ "\"; " ^ s)
- 834 |          end
- 835 |       | [< >] ->
- 836 |          config_failwith ("Expected a constant name and definition after \"constant\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 826-836, characters 12-87:
- 826 | ............match line_stream with parser
- 827 |       | [< 'String const_str; 'String unit_def_str >] ->
- 828 |          begin try
- 829 |             let unit_def = Units.unit_def_of_string unit_def_str !unit_table in
- 830 |             register_constant const_str unit_def
- ...
- 833 |             const_str ^ "\" \"" ^ unit_def_str ^ "\"; " ^ s)
- 834 |          end
- 835 |       | [< >] ->
- 836 |          config_failwith ("Expected a constant name and definition after \"constant\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 827, characters 11-28:
- 827 |       | [< 'String const_str; 'String unit_def_str >] ->
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 827, characters 30-50:
- 827 |       | [< 'String const_str; 'String unit_def_str >] ->
-                                     ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 827, characters 30-50:
- 827 |       | [< 'String const_str; 'String unit_def_str >] ->
-                                     ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 827, characters 11-28:
- 827 |       | [< 'String const_str; 'String unit_def_str >] ->
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 838, characters 8-16:
- 838 |    | [< 'Kwd "#" >] ->
-               ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 946, characters 7-23:
- 946 |       (Stream.of_string line)
-              ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 976, characters 16-30:
- 976 |                |Stream.Failure ->
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -w -27-35-52 -thread -g -I src/orpie/.main.eobjs/byte -I src/orpie/.main.eobjs/native -I /home/opam/.opam/default/lib/curses -I /home/opam/.opam/default/lib/gsl -I /home/opam/.opam/default/lib/num -I /home/opam/.opam/default/lib/ocaml/threads -intf-suffix .ml -no-alias-deps -o src/orpie/.main.eobjs/native/rcfile.cmx -c -impl src/orpie/rcfile.pp.ml)
- File "_none_", line 1:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 588-841, characters 3-59:
- 588 | ...match line_stream with parser
- 589 |    | [< 'Kwd "include" >] ->
- 590 |       begin match line_stream with parser
- 591 |       | [< 'String include_file >] ->
- 592 |          included_rcfiles := include_file :: !included_rcfiles
- ...
- 838 |    | [< 'Kwd "#" >] ->
- 839 |       ()
- 840 |    | [< >] ->
- 841 |       config_failwith "Expected a keyword at start of line"..
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 588-841, characters 3-59:
- 588 | ...match line_stream with parser
- 589 |    | [< 'Kwd "include" >] ->
- 590 |       begin match line_stream with parser
- 591 |       | [< 'String include_file >] ->
- 592 |          included_rcfiles := include_file :: !included_rcfiles
- ...
- 838 |    | [< 'Kwd "#" >] ->
- 839 |       ()
- 840 |    | [< >] ->
- 841 |       config_failwith "Expected a keyword at start of line"..
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 589, characters 8-22:
- 589 |    | [< 'Kwd "include" >] ->
-               ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 590-594, characters 12-73:
- 590 | ............match line_stream with parser
- 591 |       | [< 'String include_file >] ->
- 592 |          included_rcfiles := include_file :: !included_rcfiles
- 593 |       | [< >] ->
- 594 |          config_failwith ("Expected a filename string after \"include\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 590-594, characters 12-73:
- 590 | ............match line_stream with parser
- 591 |       | [< 'String include_file >] ->
- 592 |          included_rcfiles := include_file :: !included_rcfiles
- 593 |       | [< >] ->
- 594 |          config_failwith ("Expected a filename string after \"include\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 591, characters 11-31:
- 591 |       | [< 'String include_file >] ->
-                  ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 596, characters 8-19:
- 596 |    | [< 'Kwd "bind" >] -> 
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 598-603, characters 15-84:
- 598 | ...............match line_stream with parser
- 599 |          | [< 'Ident command_str >] ->
- 600 |             let command = operation_of_string command_str in
- 601 |             register_binding key command
- 602 |          | [< >] ->
- 603 |             config_failwith ("Expected a command name after \"bind \"" ^ key ^ "\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 598-603, characters 15-84:
- 598 | ...............match line_stream with parser
- 599 |          | [< 'Ident command_str >] ->
- 600 |             let command = operation_of_string command_str in
- 601 |             register_binding key command
- 602 |          | [< >] ->
- 603 |             config_failwith ("Expected a command name after \"bind \"" ^ key ^ "\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 599, characters 14-32:
- 599 |          | [< 'Ident command_str >] ->
-                     ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 606-623, characters 12-71:
- 606 | ............match line_stream with parser
- 607 |       | [< 'String k >] -> 
- 608 |          bind_key k
- 609 |       | [< 'Ident "\\" >] ->
- 610 |          begin match line_stream with parser
- ...
- 620 |             config_failwith "Expected octal digits after \"\\\""
- 621 |          end
- 622 |       | [< >] ->
- 623 |          config_failwith "Expected a key string after keyword \"bind\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 606-623, characters 12-71:
- 606 | ............match line_stream with parser
- 607 |       | [< 'String k >] -> 
- 608 |          bind_key k
- 609 |       | [< 'Ident "\\" >] ->
- 610 |          begin match line_stream with parser
- ...
- 620 |             config_failwith "Expected octal digits after \"\\\""
- 621 |          end
- 622 |       | [< >] ->
- 623 |          config_failwith "Expected a key string after keyword \"bind\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 607, characters 11-20:
- 607 |       | [< 'String k >] -> 
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 609, characters 11-22:
- 609 |       | [< 'Ident "\\" >] ->
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 610-620, characters 15-64:
- 610 | ...............match line_stream with parser
- 611 |          | [< 'Int octal_int >] ->
- 612 |             begin
- 613 |                try
- 614 |                   let octal_digits = "0o" ^ (string_of_int octal_int) in
- ...
- 617 |                   (Failure "int_of_string") -> config_failwith "Expected octal digits after \"\\\""
- 618 |             end
- 619 |          | [< >]  ->
- 620 |             config_failwith "Expected octal digits after \"\\\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 610-620, characters 15-64:
- 610 | ...............match line_stream with parser
- 611 |          | [< 'Int octal_int >] ->
- 612 |             begin
- 613 |                try
- 614 |                   let octal_digits = "0o" ^ (string_of_int octal_int) in
- ...
- 617 |                   (Failure "int_of_string") -> config_failwith "Expected octal digits after \"\\\""
- 618 |             end
- 619 |          | [< >]  ->
- 620 |             config_failwith "Expected octal digits after \"\\\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 611, characters 14-28:
- 611 |          | [< 'Int octal_int >] ->
-                     ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 625, characters 8-30:
- 625 |    | [< 'Kwd "unbind_function" >] ->
-               ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 626-630, characters 12-84:
- 626 | ............match line_stream with parser
- 627 |       | [< 'String k >] ->
- 628 |          unregister_function_binding k
- 629 |       | [< >] ->
- 630 |          config_failwith ("Expected a key string after keyword \"unbind_function\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 626-630, characters 12-84:
- 626 | ............match line_stream with parser
- 627 |       | [< 'String k >] ->
- 628 |          unregister_function_binding k
- 629 |       | [< >] ->
- 630 |          config_failwith ("Expected a key string after keyword \"unbind_function\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 627, characters 11-20:
- 627 |       | [< 'String k >] ->
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 632, characters 8-29:
- 632 |    | [< 'Kwd "unbind_command" >] ->
-               ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 633-637, characters 12-83:
- 633 | ............match line_stream with parser
- 634 |       | [< 'String k >] ->
- 635 |          unregister_command_binding k
- 636 |       | [< >] ->
- 637 |          config_failwith ("Expected a key string after keyword \"unbind_command\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 633-637, characters 12-83:
- 633 | ............match line_stream with parser
- 634 |       | [< 'String k >] ->
- 635 |          unregister_command_binding k
- 636 |       | [< >] ->
- 637 |          config_failwith ("Expected a key string after keyword \"unbind_command\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 634, characters 11-20:
- 634 |       | [< 'String k >] ->
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 639, characters 8-26:
- 639 |    | [< 'Kwd "unbind_edit" >] ->
-               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 640-644, characters 12-80:
- 640 | ............match line_stream with parser
- 641 |       | [< 'String k >] ->
- 642 |          unregister_edit_binding k
- 643 |       | [< >] ->
- 644 |          config_failwith ("Expected a key string after keyword \"unbind_edit\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 640-644, characters 12-80:
- 640 | ............match line_stream with parser
- 641 |       | [< 'String k >] ->
- 642 |          unregister_edit_binding k
- 643 |       | [< >] ->
- 644 |          config_failwith ("Expected a key string after keyword \"unbind_edit\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 641, characters 11-20:
- 641 |       | [< 'String k >] ->
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 646, characters 8-28:
- 646 |    | [< 'Kwd "unbind_browse" >] ->
-               ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 647-651, characters 12-82:
- 647 | ............match line_stream with parser
- 648 |       | [< 'String k >] ->
- 649 |          unregister_browse_binding k
- 650 |       | [< >] ->
- 651 |          config_failwith ("Expected a key string after keyword \"unbind_browse\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 647-651, characters 12-82:
- 647 | ............match line_stream with parser
- 648 |       | [< 'String k >] ->
- 649 |          unregister_browse_binding k
- 650 |       | [< >] ->
- 651 |          config_failwith ("Expected a key string after keyword \"unbind_browse\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 648, characters 11-20:
- 648 |       | [< 'String k >] ->
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 653, characters 8-28:
- 653 |    | [< 'Kwd "unbind_abbrev" >] ->
-               ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 654-658, characters 12-82:
- 654 | ............match line_stream with parser
- 655 |       | [< 'String k >] ->
- 656 |          unregister_abbrev_binding k
- 657 |       | [< >] ->
- 658 |          config_failwith ("Expected a key string after keyword \"unbind_abbrev\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 654-658, characters 12-82:
- 654 | ............match line_stream with parser
- 655 |       | [< 'String k >] ->
- 656 |          unregister_abbrev_binding k
- 657 |       | [< >] ->
- 658 |          config_failwith ("Expected a key string after keyword \"unbind_abbrev\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 655, characters 11-20:
- 655 |       | [< 'String k >] ->
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 660, characters 8-29:
- 660 |    | [< 'Kwd "unbind_integer" >] ->
-               ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 661-665, characters 12-83:
- 661 | ............match line_stream with parser
- 662 |       | [< 'String k >] ->
- 663 |          unregister_intedit_binding k
- 664 |       | [< >] ->
- 665 |          config_failwith ("Expected a key string after keyword \"unbind_integer\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 661-665, characters 12-83:
- 661 | ............match line_stream with parser
- 662 |       | [< 'String k >] ->
- 663 |          unregister_intedit_binding k
- 664 |       | [< >] ->
- 665 |          config_failwith ("Expected a key string after keyword \"unbind_integer\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 662, characters 11-20:
- 662 |       | [< 'String k >] ->
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 667, characters 8-30:
- 667 |    | [< 'Kwd "unbind_variable" >] ->
-               ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 668-672, characters 12-84:
- 668 | ............match line_stream with parser
- 669 |       | [< 'String k >] ->
- 670 |          unregister_varedit_binding k
- 671 |       | [< >] ->
- 672 |          config_failwith ("Expected a key string after keyword \"unbind_variable\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 668-672, characters 12-84:
- 668 | ............match line_stream with parser
- 669 |       | [< 'String k >] ->
- 670 |          unregister_varedit_binding k
- 671 |       | [< >] ->
- 672 |          config_failwith ("Expected a key string after keyword \"unbind_variable\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 669, characters 11-20:
- 669 |       | [< 'String k >] ->
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 674, characters 8-23:
- 674 |    | [< 'Kwd "autobind" >] ->
-               ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 675-694, characters 12-71:
- 675 | ............match line_stream with parser
- 676 |       | [< 'String k >] -> 
- 677 |          let key, key_string = decode_single_key_string k in
- 678 |          autobind_keys_list := (key, key_string, None, 1) :: !autobind_keys_list
- 679 |       | [< 'Ident "\\" >] ->
- ...
- 691 |             config_failwith "Expected octal digits after \"\\\""
- 692 |          end
- 693 |       | [< >] ->
- 694 |          config_failwith "Expected a key string after keyword \"bind\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 675-694, characters 12-71:
- 675 | ............match line_stream with parser
- 676 |       | [< 'String k >] -> 
- 677 |          let key, key_string = decode_single_key_string k in
- 678 |          autobind_keys_list := (key, key_string, None, 1) :: !autobind_keys_list
- 679 |       | [< 'Ident "\\" >] ->
- ...
- 691 |             config_failwith "Expected octal digits after \"\\\""
- 692 |          end
- 693 |       | [< >] ->
- 694 |          config_failwith "Expected a key string after keyword \"bind\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 676, characters 11-20:
- 676 |       | [< 'String k >] -> 
-                  ^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 679, characters 11-22:
- 679 |       | [< 'Ident "\\" >] ->
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 680-691, characters 15-64:
- 680 | ...............match line_stream with parser
- 681 |          | [< 'Int octal_int >] ->
- 682 |             begin
- 683 |                try
- 684 |                   let octal_digits = "0o" ^ (string_of_int octal_int) in
- ...
- 688 |                   (Failure "int_of_string") -> config_failwith "Expected octal digits after \"\\\""
- 689 |             end
- 690 |          | [< >]  ->
- 691 |             config_failwith "Expected octal digits after \"\\\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 680-691, characters 15-64:
- 680 | ...............match line_stream with parser
- 681 |          | [< 'Int octal_int >] ->
- 682 |             begin
- 683 |                try
- 684 |                   let octal_digits = "0o" ^ (string_of_int octal_int) in
- ...
- 688 |                   (Failure "int_of_string") -> config_failwith "Expected octal digits after \"\\\""
- 689 |             end
- 690 |          | [< >]  ->
- 691 |             config_failwith "Expected octal digits after \"\\\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 681, characters 14-28:
- 681 |          | [< 'Int octal_int >] ->
-                     ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 696, characters 8-20:
- 696 |    | [< 'Kwd "macro" >] ->
-               ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 697-706, characters 12-72:
- 697 | ............match line_stream with parser
- 698 |       | [< 'String key >] ->
- 699 |          begin match line_stream with parser
- 700 |          | [< 'String generated_keys >] ->
- 701 |             register_macro key generated_keys
- 702 |          | [< >] ->
- 703 |             config_failwith ("Expected a key string after \"macro \"" ^ key ^ "\"")
- 704 |          end
- 705 |       | [< >] ->
- 706 |          config_failwith "Expected a key string after keyword \"macro\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 697-706, characters 12-72:
- 697 | ............match line_stream with parser
- 698 |       | [< 'String key >] ->
- 699 |          begin match line_stream with parser
- 700 |          | [< 'String generated_keys >] ->
- 701 |             register_macro key generated_keys
- 702 |          | [< >] ->
- 703 |             config_failwith ("Expected a key string after \"macro \"" ^ key ^ "\"")
- 704 |          end
- 705 |       | [< >] ->
- 706 |          config_failwith "Expected a key string after keyword \"macro\""
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 698, characters 11-22:
- 698 |       | [< 'String key >] ->
-                  ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 699-703, characters 15-83:
- 699 | ...............match line_stream with parser
- 700 |          | [< 'String generated_keys >] ->
- 701 |             register_macro key generated_keys
- 702 |          | [< >] ->
- 703 |             config_failwith ("Expected a key string after \"macro \"" ^ key ^ "\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 699-703, characters 15-83:
- 699 | ...............match line_stream with parser
- 700 |          | [< 'String generated_keys >] ->
- 701 |             register_macro key generated_keys
- 702 |          | [< >] ->
- 703 |             config_failwith ("Expected a key string after \"macro \"" ^ key ^ "\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 700, characters 14-36:
- 700 |          | [< 'String generated_keys >] ->
-                     ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 708, characters 8-21:
- 708 |    | [< 'Kwd "abbrev" >] ->
-               ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 709-719, characters 12-77:
- 709 | ............match line_stream with parser
- 710 |       | [< 'String abbr >] ->
- 711 |          begin match line_stream with parser
- 712 |          | [< 'Ident command_str >] ->
- 713 |             let command = operation_of_string command_str in
- ...
- 716 |             config_failwith ("Expected a command name after \"abbrev \"" ^ abbr ^ "\"")
- 717 |          end
- 718 |       | [< >] ->
- 719 |          config_failwith ("Expected an abbreviation string after \"abbrev\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 709-719, characters 12-77:
- 709 | ............match line_stream with parser
- 710 |       | [< 'String abbr >] ->
- 711 |          begin match line_stream with parser
- 712 |          | [< 'Ident command_str >] ->
- 713 |             let command = operation_of_string command_str in
- ...
- 716 |             config_failwith ("Expected a command name after \"abbrev \"" ^ abbr ^ "\"")
- 717 |          end
- 718 |       | [< >] ->
- 719 |          config_failwith ("Expected an abbreviation string after \"abbrev\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 710, characters 11-23:
- 710 |       | [< 'String abbr >] ->
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 711-716, characters 15-87:
- 711 | ...............match line_stream with parser
- 712 |          | [< 'Ident command_str >] ->
- 713 |             let command = operation_of_string command_str in
- 714 |             register_abbrev abbr command
- 715 |          | [< >] ->
- 716 |             config_failwith ("Expected a command name after \"abbrev \"" ^ abbr ^ "\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 711-716, characters 15-87:
- 711 | ...............match line_stream with parser
- 712 |          | [< 'Ident command_str >] ->
- 713 |             let command = operation_of_string command_str in
- 714 |             register_abbrev abbr command
- 715 |          | [< >] ->
- 716 |             config_failwith ("Expected a command name after \"abbrev \"" ^ abbr ^ "\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 712, characters 14-32:
- 712 |          | [< 'Ident command_str >] ->
-                     ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 721, characters 8-23:
- 721 |    | [< 'Kwd "unabbrev" >] ->
-               ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 722-726, characters 12-79:
- 722 | ............match line_stream with parser
- 723 |       | [< 'String abbr >] ->
- 724 |          unregister_abbrev abbr
- 725 |       | [< >] ->
- 726 |          config_failwith ("Expected an abbreviation string after \"unabbrev\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 722-726, characters 12-79:
- 722 | ............match line_stream with parser
- 723 |       | [< 'String abbr >] ->
- 724 |          unregister_abbrev abbr
- 725 |       | [< >] ->
- 726 |          config_failwith ("Expected an abbreviation string after \"unabbrev\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 723, characters 11-23:
- 723 |       | [< 'String abbr >] ->
-                  ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 728, characters 8-18:
- 728 |    | [< 'Kwd "set" >] ->
-               ^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 729-796, characters 12-66:
- 729 | ............match line_stream with parser
- 730 |       | [< 'Ident "datadir" >] ->
- 731 |          begin match line_stream with parser
- 732 |          | [< 'Ident "=" >] ->
- 733 |             begin match line_stream with parser
- ...
- 793 |             config_failwith ("Expected \"=\" after \"set conserve_memory\"")
- 794 |          end
- 795 |       | [< >] ->
- 796 |          config_failwith ("Unmatched variable name after \"set\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 729-796, characters 12-66:
- 729 | ............match line_stream with parser
- 730 |       | [< 'Ident "datadir" >] ->
- 731 |          begin match line_stream with parser
- 732 |          | [< 'Ident "=" >] ->
- 733 |             begin match line_stream with parser
- ...
- 793 |             config_failwith ("Expected \"=\" after \"set conserve_memory\"")
- 794 |          end
- 795 |       | [< >] ->
- 796 |          config_failwith ("Unmatched variable name after \"set\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 730, characters 11-27:
- 730 |       | [< 'Ident "datadir" >] ->
-                  ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 731-741, characters 15-68:
- 731 | ...............match line_stream with parser
- 732 |          | [< 'Ident "=" >] ->
- 733 |             begin match line_stream with parser
- 734 |             | [< 'String dir >] ->
- 735 |                datadir := dir
- ...
- 738 |                "\"set datadir = \"")
- 739 |             end
- 740 |          | [< >] ->
- 741 |             config_failwith ("Expected \"=\" after \"set datadir\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 731-741, characters 15-68:
- 731 | ...............match line_stream with parser
- 732 |          | [< 'Ident "=" >] ->
- 733 |             begin match line_stream with parser
- 734 |             | [< 'String dir >] ->
- 735 |                datadir := dir
- ...
- 738 |                "\"set datadir = \"")
- 739 |             end
- 740 |          | [< >] ->
- 741 |             config_failwith ("Expected \"=\" after \"set datadir\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 732, characters 14-24:
- 732 |          | [< 'Ident "=" >] ->
-                     ^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 733-738, characters 18-36:
- 733 | ..................match line_stream with parser
- 734 |             | [< 'String dir >] ->
- 735 |                datadir := dir
- 736 |             | [< >] ->
- 737 |                config_failwith ("Expected a directory string after " ^
- 738 |                "\"set datadir = \"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 733-738, characters 18-36:
- 733 | ..................match line_stream with parser
- 734 |             | [< 'String dir >] ->
- 735 |                datadir := dir
- 736 |             | [< >] ->
- 737 |                config_failwith ("Expected a directory string after " ^
- 738 |                "\"set datadir = \"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 734, characters 17-28:
- 734 |             | [< 'String dir >] ->
-                        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 743, characters 11-26:
- 743 |       | [< 'Ident "editor" >] ->
-                  ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 744-755, characters 15-67:
- 744 | ...............match line_stream with parser
- 745 |          | [< 'Ident "=" >] ->
- 746 |             begin match line_stream with parser
- 747 |             | [< 'String executable >] ->
- 748 |                ( (* Printf.fprintf stderr "using editor \"%s\"\n" executable; *)
- ...
- 752 |                "\"set editor = \"")
- 753 |             end
- 754 |          | [< >] ->
- 755 |             config_failwith ("Expected \"=\" after \"set editor\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 744-755, characters 15-67:
- 744 | ...............match line_stream with parser
- 745 |          | [< 'Ident "=" >] ->
- 746 |             begin match line_stream with parser
- 747 |             | [< 'String executable >] ->
- 748 |                ( (* Printf.fprintf stderr "using editor \"%s\"\n" executable; *)
- ...
- 752 |                "\"set editor = \"")
- 753 |             end
- 754 |          | [< >] ->
- 755 |             config_failwith ("Expected \"=\" after \"set editor\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 745, characters 14-24:
- 745 |          | [< 'Ident "=" >] ->
-                     ^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 746-752, characters 18-35:
- 746 | ..................match line_stream with parser
- 747 |             | [< 'String executable >] ->
- 748 |                ( (* Printf.fprintf stderr "using editor \"%s\"\n" executable; *)
- 749 |                editor := executable)
- 750 |             | [< >] ->
- 751 |                config_failwith ("Expected an executable filename string after " ^
- 752 |                "\"set editor = \"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 746-752, characters 18-35:
- 746 | ..................match line_stream with parser
- 747 |             | [< 'String executable >] ->
- 748 |                ( (* Printf.fprintf stderr "using editor \"%s\"\n" executable; *)
- 749 |                editor := executable)
- 750 |             | [< >] ->
- 751 |                config_failwith ("Expected an executable filename string after " ^
- 752 |                "\"set editor = \"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 747, characters 17-35:
- 747 |             | [< 'String executable >] ->
-                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 757, characters 11-29:
- 757 |       | [< 'Ident "hide_help" >] ->
-                  ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 758-774, characters 15-70:
- 758 | ...............match line_stream with parser
- 759 |          | [< 'Ident "=" >] ->
- 760 |             begin match line_stream with parser
- 761 |             | [< 'String setting >] ->
- 762 |                if setting = "true" then
- ...
- 771 |                "\"set hide_help = \"")
- 772 |             end
- 773 |          | [< >] ->
- 774 |             config_failwith ("Expected \"=\" after \"set hide_help\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 758-774, characters 15-70:
- 758 | ...............match line_stream with parser
- 759 |          | [< 'Ident "=" >] ->
- 760 |             begin match line_stream with parser
- 761 |             | [< 'String setting >] ->
- 762 |                if setting = "true" then
- ...
- 771 |                "\"set hide_help = \"")
- 772 |             end
- 773 |          | [< >] ->
- 774 |             config_failwith ("Expected \"=\" after \"set hide_help\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 759, characters 14-24:
- 759 |          | [< 'Ident "=" >] ->
-                     ^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 760-771, characters 18-38:
- 760 | ..................match line_stream with parser
- 761 |             | [< 'String setting >] ->
- 762 |                if setting = "true" then
- 763 |                   hide_help := true
- 764 |                else if setting = "false" then
- ...
- 768 |                   "\"set hide_help = \"")
- 769 |             | [< >] ->
- 770 |                config_failwith ("Expected a boolean argument after " ^
- 771 |                "\"set hide_help = \"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 760-771, characters 18-38:
- 760 | ..................match line_stream with parser
- 761 |             | [< 'String setting >] ->
- 762 |                if setting = "true" then
- 763 |                   hide_help := true
- 764 |                else if setting = "false" then
- ...
- 768 |                   "\"set hide_help = \"")
- 769 |             | [< >] ->
- 770 |                config_failwith ("Expected a boolean argument after " ^
- 771 |                "\"set hide_help = \"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 761, characters 17-32:
- 761 |             | [< 'String setting >] ->
-                        ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 776, characters 11-35:
- 776 |       | [< 'Ident "conserve_memory" >] ->
-                  ^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 777-793, characters 15-76:
- 777 | ...............match line_stream with parser
- 778 |          | [< 'Ident "=" >] ->
- 779 |             begin match line_stream with parser
- 780 |             | [< 'String setting >] ->
- 781 |                if setting = "true" then
- ...
- 790 |                "\"set conserve_memory = \"")
- 791 |             end
- 792 |          | [< >] ->
- 793 |             config_failwith ("Expected \"=\" after \"set conserve_memory\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 777-793, characters 15-76:
- 777 | ...............match line_stream with parser
- 778 |          | [< 'Ident "=" >] ->
- 779 |             begin match line_stream with parser
- 780 |             | [< 'String setting >] ->
- 781 |                if setting = "true" then
- ...
- 790 |                "\"set conserve_memory = \"")
- 791 |             end
- 792 |          | [< >] ->
- 793 |             config_failwith ("Expected \"=\" after \"set conserve_memory\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 778, characters 14-24:
- 778 |          | [< 'Ident "=" >] ->
-                     ^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 779-790, characters 18-44:
- 779 | ..................match line_stream with parser
- 780 |             | [< 'String setting >] ->
- 781 |                if setting = "true" then
- 782 |                   conserve_memory := true
- 783 |                else if setting = "false" then
- ...
- 787 |                   "\"set conserve_memory = \"")
- 788 |             | [< >] ->
- 789 |                config_failwith ("Expected a boolean argument after " ^
- 790 |                "\"set conserve_memory = \"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 779-790, characters 18-44:
- 779 | ..................match line_stream with parser
- 780 |             | [< 'String setting >] ->
- 781 |                if setting = "true" then
- 782 |                   conserve_memory := true
- 783 |                else if setting = "false" then
- ...
- 787 |                   "\"set conserve_memory = \"")
- 788 |             | [< >] ->
- 789 |                config_failwith ("Expected a boolean argument after " ^
- 790 |                "\"set conserve_memory = \"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 780, characters 17-32:
- 780 |             | [< 'String setting >] ->
-                        ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 798, characters 8-24:
- 798 |    | [< 'Kwd "base_unit" >] ->
-               ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 799-810, characters 12-89:
- 799 | ............match line_stream with parser
- 800 |       | [< 'String base_u; 'String prefix_s >] ->
- 801 |          begin try
- 802 |             let prefix = Units.prefix_of_string prefix_s in
- 803 |             unit_table := Units.add_base_unit base_u prefix !unit_table
- ...
- 807 |             base_u ^ "\"")
- 808 |          end
- 809 |       | [< >] ->
- 810 |          config_failwith ("Expected a unit string and prefix string after \"base_unit\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 799-810, characters 12-89:
- 799 | ............match line_stream with parser
- 800 |       | [< 'String base_u; 'String prefix_s >] ->
- 801 |          begin try
- 802 |             let prefix = Units.prefix_of_string prefix_s in
- 803 |             unit_table := Units.add_base_unit base_u prefix !unit_table
- ...
- 807 |             base_u ^ "\"")
- 808 |          end
- 809 |       | [< >] ->
- 810 |          config_failwith ("Expected a unit string and prefix string after \"base_unit\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 800, characters 11-25:
- 800 |       | [< 'String base_u; 'String prefix_s >] ->
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 800, characters 27-43:
- 800 |       | [< 'String base_u; 'String prefix_s >] ->
-                                  ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 800, characters 27-43:
- 800 |       | [< 'String base_u; 'String prefix_s >] ->
-                                  ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 800, characters 11-25:
- 800 |       | [< 'String base_u; 'String prefix_s >] ->
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 812, characters 8-19:
- 812 |    | [< 'Kwd "unit" >] ->
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 813-823, characters 12-81:
- 813 | ............match line_stream with parser
- 814 |       | [< 'String unit_str; 'String unit_def_str >] ->
- 815 |          begin try
- 816 |             let unit_def = Units.unit_def_of_string unit_def_str !unit_table in
- 817 |             unit_table := Units.add_unit unit_str unit_def !unit_table
- ...
- 820 |             unit_str ^ "\" \"" ^ unit_def_str ^ "\"; " ^ s)
- 821 |          end
- 822 |       | [< >] ->
- 823 |          config_failwith ("Expected a unit string and definition after \"unit\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 813-823, characters 12-81:
- 813 | ............match line_stream with parser
- 814 |       | [< 'String unit_str; 'String unit_def_str >] ->
- 815 |          begin try
- 816 |             let unit_def = Units.unit_def_of_string unit_def_str !unit_table in
- 817 |             unit_table := Units.add_unit unit_str unit_def !unit_table
- ...
- 820 |             unit_str ^ "\" \"" ^ unit_def_str ^ "\"; " ^ s)
- 821 |          end
- 822 |       | [< >] ->
- 823 |          config_failwith ("Expected a unit string and definition after \"unit\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 814, characters 11-27:
- 814 |       | [< 'String unit_str; 'String unit_def_str >] ->
-                  ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 814, characters 29-49:
- 814 |       | [< 'String unit_str; 'String unit_def_str >] ->
-                                    ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 814, characters 29-49:
- 814 |       | [< 'String unit_str; 'String unit_def_str >] ->
-                                    ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 814, characters 11-27:
- 814 |       | [< 'String unit_str; 'String unit_def_str >] ->
-                  ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 825, characters 8-23:
- 825 |    | [< 'Kwd "constant" >] ->
-               ^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 826-836, characters 12-87:
- 826 | ............match line_stream with parser
- 827 |       | [< 'String const_str; 'String unit_def_str >] ->
- 828 |          begin try
- 829 |             let unit_def = Units.unit_def_of_string unit_def_str !unit_table in
- 830 |             register_constant const_str unit_def
- ...
- 833 |             const_str ^ "\" \"" ^ unit_def_str ^ "\"; " ^ s)
- 834 |          end
- 835 |       | [< >] ->
- 836 |          config_failwith ("Expected a constant name and definition after \"constant\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", lines 826-836, characters 12-87:
- 826 | ............match line_stream with parser
- 827 |       | [< 'String const_str; 'String unit_def_str >] ->
- 828 |          begin try
- 829 |             let unit_def = Units.unit_def_of_string unit_def_str !unit_table in
- 830 |             register_constant const_str unit_def
- ...
- 833 |             const_str ^ "\" \"" ^ unit_def_str ^ "\"; " ^ s)
- 834 |          end
- 835 |       | [< >] ->
- 836 |          config_failwith ("Expected a constant name and definition after \"constant\"")
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 827, characters 11-28:
- 827 |       | [< 'String const_str; 'String unit_def_str >] ->
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 827, characters 30-50:
- 827 |       | [< 'String const_str; 'String unit_def_str >] ->
-                                     ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 827, characters 30-50:
- 827 |       | [< 'String const_str; 'String unit_def_str >] ->
-                                     ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 827, characters 11-28:
- 827 |       | [< 'String const_str; 'String unit_def_str >] ->
-                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 838, characters 8-16:
- 838 |    | [< 'Kwd "#" >] ->
-               ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 946, characters 7-23:
- 946 |       (Stream.of_string line)
-              ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/orpie/rcfile.ml", line 976, characters 16-30:
- 976 |                |Stream.Failure ->
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
-> compiled  orpie.1.6.1
-> installed orpie.1.6.1
[WARNING] Opam packages conf-gsl.2, conf-libpcre2-8.2, conf-ncurses.1, conf-pkg-config.5 and not-ocamlfind.0.14 depend on the following system packages that are no longer installed: libgsl-dev libpcre2-dev ncurses-dev pkg-config xdot
  - conf-gsl.2: depends on libgsl-dev
  - conf-libpcre2-8.2: depends on libpcre2-dev
  - conf-ncurses.1: depends on ncurses-dev
  - conf-pkg-config.5: depends on pkg-config
  - not-ocamlfind.0.14: depends on xdot

=== STDERR ===

2026-06-16 18:32.25: OK: build orpie.1.6.1 (runc: 9.1s, disk: 101KB)
2026-06-16 18:32.25: Job succeeded