flycheck / flycheck-ocaml

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

Interface to more asynchronous version of merlin (git) #5

Closed let-def closed 8 years ago

let-def commented 8 years ago

A new version of merlin has been released. The API was cleaned up to prevent the race conditions which caused the problems mentionned in #3.

The protocol is still being worked on, but the problems encountered by flycheck-ocaml should already be fixed. However, this patch is not backward compatible, an update of merlin is needed.

swsnr commented 8 years ago

@def-lkb Thank you, that's a nice thing! I'm not using OCaml anymore, so I'm going to trust you and merge this! Would you just update the Merlin version in the Package-Requires header accordingly?