diff options
| author | Emilio Jesus Gallego Arias | 2018-09-27 16:39:39 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-09-27 19:58:54 +0200 |
| commit | f0c7587ea53b855ca58ce73d3e25f7e81215a722 (patch) | |
| tree | 18fd5983cf0ac2f23c35e5b31e43b1ff1f0d215a /dune-workspace | |
| parent | 64a8f3cbb2fa278ed9d7bf2e5567d4e2b9bfa9dc (diff) | |
[dune] [merlin] Fix some usability issues.
As suggested on Gitter by @maximedenes we improve documentation and
update Kernel's `.merlin` so it actually reports on the stricter set
of warnings.
We also set the language version to the proper one so users will get a
better error message [the fact that we can use `(env_var ...)` with
the wrong Dune version is a Dune bug indeed].
Diffstat (limited to 'dune-workspace')
| -rw-r--r-- | dune-workspace | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dune-workspace b/dune-workspace index 682631e7dc..aae70e598b 100644 --- a/dune-workspace +++ b/dune-workspace @@ -1,4 +1,4 @@ -(lang dune 1.1) +(lang dune 1.2) ; Add custom flags here. Default developer profile is `dev` (env |
