flycheck / flycheck-ocaml

OCaml support for Flycheck using Merlin
GNU General Public License v3.0
22 stars 6 forks source link

Don’t require that a .merlin exists #14

Closed lthms closed 1 year ago

lthms commented 1 year ago
Merlin now uses 'dune' instead of .merlin files, and as a consequence,
this check disables 'flycheck-ocaml' on recent projects.
bbatsov commented 1 year ago

Ops, it seems I forgot to remove this here. Still, shouldn't we do at least a check for a dune-project instead? It seems Merlin is useless without one.

lthms commented 1 year ago

Makes sense. Pushed an amended commit!

bbatsov commented 1 year ago

Thanks and sorry for my oversight that caused this problem!

lthms commented 1 year ago

No problem. Thanks for maintaining flycheck-ocaml :)