This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,18 @@
|
|||
$ 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue