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 /kernel/.merlin.in | |
| 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 'kernel/.merlin.in')
| -rw-r--r-- | kernel/.merlin.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/.merlin.in b/kernel/.merlin.in new file mode 100644 index 0000000000..912ff61496 --- /dev/null +++ b/kernel/.merlin.in @@ -0,0 +1,8 @@ +FLG -rectypes -thread -safe-string -w +a-4-44-50 + +S ../clib +B ../clib +S ../config +B ../config +S ../lib +B ../lib |
