You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These means that we depend on "sexplib0" {with-test}, but only if the solution also includes ocaml >= 4.04.1. Similarly for bisect_ppx.
File "odoc.opam", line 1, characters 0-0:
Error: Expected formula to be a conjunction of atoms but encountered non-atom
term 'ocaml {< "4.04.1" & with-test} | sexplib0 {with-test}'
Expected Behavior
Dune works differently than Opam for some advanced formula, is here any way to achieve this with the newest Dune ?
Actual Behavior
Odoc's opam file has dependencies like these:
These means that we depend on
"sexplib0" {with-test}
, but only if the solution also includesocaml >= 4.04.1
. Similarly for bisect_ppx.Reproduction
Running
dune pkg lock
in https://github.com/ocaml/odoc shows the bug.Specifications
17071ec
The text was updated successfully, but these errors were encountered: