-
Notifications
You must be signed in to change notification settings - Fork 469
Running make dev-deps depends on OCaml 4 #8891
Copy link
Copy link
Closed
Description
The development dependency ppx_expect.v0.15.0 is incompatible with OCaml 5.
Expected Behavior
Running make dev-deps should install dev dependencies when OCaml 5 is installed.
Actual Behavior
Running make dev-deps with OCaml 5 installed will downgrade the compiler to version 4.something:
downgrade ocaml 5.1.0 to 4.13.0
Alternatively if the switch invariant requires OCaml 5, the package ppx_expect.v0.15.0 will fail to install, as it depends on OCaml < 5.
Reproduction
- Make an opam switch with OCaml 5
- Run
make dev-depsfrom the dune repo
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels