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
$ make
./scripts/before.sh build
opam exec -- dune build @install
File "dune-project", lines 4-46, characters 0-742:
4 | (cram enable)
5 | (name columns)
6 | (allow_approximate_merlin)
....
44 | ocamlformat
45 | )
46 | )
Warning: This field was deprecated in version 2.8 of the dune language. It is
useless since the Merlin configurations are not ambiguous anymore.
The text was updated successfully, but these errors were encountered:
How did you get this message? I tried to reproduce it but I got it only if I change the minimum version of dune language in dune-project for 2.8. My version of dune is 3.16.0.
... when using a recent dune.
The text was updated successfully, but these errors were encountered: