Ulysse
Ulysse
I understand that, but it is not the way Merlin is meant to be built in production environments. The parser file is promoted to the sources exactly because we don't...
Indeed, signature help still needs more fine tuning. There is no custom ocaml-lsp-server to turn it off, but editors might provide that as a standard setting.
Thanks @rabiescow we do have plans to improve support for neovim in the near future! I will keep that issue open until we do. cc @Julow
Thanks for the report @clecat. By any chance, do you have some precise edits examples that trigger large memory allocation ?
I see that linting fails due to some style issues (and missing imports). Is there anyway for me to configure my Android Studio to enforce these styles ?
> But I am not sure if coupling `isPlaying` to the user interaction is a good idea. What if the playback get's pause by the mediasession from for example a...
Actually `ppx_expect.0.17.0` requires at least OCaml 5.1. We can either disable testing on 4.14 or wait until we merge 5.2 support.
Yes, the LSP library should be a good starting point to build other LSPs and it is already packaged separately: https://ocaml.org/p/lsp/latest It provides a description of the protocol with Yojson...
> So I would rather suggest switching to a different representation here, probably just a `string list` would do the job here, as one can only specify constraints for types...
@garrigue (and cc @gasche since we discussed it earlier today): I tried replacing the `Longident.t` by a `string list` and all the typing tests are now passing. It is probably...