Skip to content

Commit

Permalink
toplevel_expect_test.v0.15.0: use ocaml < 5
Browse files Browse the repository at this point in the history
See ocaml#23989

    #=== ERROR while compiling toplevel_expect_test.v0.15.0 =======================#
    # context              2.2.0~alpha~dev | linux/x86_64 | ocaml-base-compiler.5.0.0 | file:///home/opam/opam-repository
    # path                 ~/.opam/5.0/.opam-switch/build/toplevel_expect_test.v0.15.0
    # command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p toplevel_expect_test -j 47
    # exit-code            1
    # env-file             ~/.opam/log/toplevel_expect_test-7-8679e0.env
    # output-file          ~/.opam/log/toplevel_expect_test-7-8679e0.out
    ### output ###
    [...]
    # File "src/main.ml", line 526, characters 2-23:
    # 526 |   Clflags.unsafe_string   := Toplevel_backend.unsafe_string ();
    #         ^^^^^^^^^^^^^^^^^^^^^
    # Error: Unbound value Clflags.unsafe_string
  • Loading branch information
emillon committed Jun 26, 2023
1 parent 1e66508 commit 0fdfe92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.08.0"}
"ocaml" {>= "4.08.0" & < "5.0.0"}
"core" {>= "v0.15" & < "v0.16"}
"core_unix" {>= "v0.15" & < "v0.16"}
"mlt_parser" {>= "v0.15" & < "v0.16"}
Expand Down

0 comments on commit 0fdfe92

Please sign in to comment.