flycheck-ocaml icon indicating copy to clipboard operation
flycheck-ocaml copied to clipboard

OCaml support for Flycheck using Merlin

Results 4 flycheck-ocaml issues
Sort by recently updated
recently updated
newest added

I believe this is a newer error. ⛔ Error (use-package): Cannot load clean-aindent-mode ⛔ Error (use-package): Cannot load column-enforce-mode ⛔ Warning (evil-collection): `evil-want-keybinding' was set to nil but not before...

It seems to [require merlin 3.0.1](https://github.com/flycheck/flycheck-ocaml/blob/77f8ddbd9bfc3a11/flycheck-ocaml.el#L12), but [merlin is 3.0](https://github.com/ocaml/merlin/blob//0f64255167b63d8eab606419693ac2ca83d132f0/emacs/merlin.el#L7), at the moment. Is this on purpose, or just an oversight ? Thanks!

Problem: some projects don't use Dune, while using Merlin, configured with the .merlin file. `flycheck-ocaml` is only turned on if the «dune-project» file is present though. As a result, `flycheck-ocaml`...

Configuration: OCaml 4.14.0 - Emacs 29.0.50 - Tuareg (v3.0.1) - Merlin (v4.6-414, for OCaml 4.14.0) - Linux Box x86_64 After having tried several OCaml files (some very old and in...