mte/unikernel/duniverse/dune_/test/blackbox-tests/test-cases/deprecated-fields/d-allow-approx-merlin.t
2025-11-11 02:07:51 +01:00

18 lines
500 B
Raku

$ cat >dune-project <<EOF
> (lang dune 2.7)
> (allow_approximate_merlin true)
> EOF
$ dune build @all
$ cat >dune-project <<EOF
> (lang dune 2.8)
> (allow_approximate_merlin true)
> EOF
$ dune build @all
File "dune-project", line 2, characters 0-31:
2 | (allow_approximate_merlin true)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Warning: This field was deprecated in version 2.8 of the dune language. It is
useless since the Merlin configurations are not ambiguous anymore.