Ulysse
Ulysse
This is most probably a duplicate of #1182. Could you check that pinning `https://github.com/voodoos/merlin.git#letop-tuples-issue-1683` fixes the issue for OCaml 4.14 ?
@oleksandr-oksenenko, thanks for the report! Can you check if your the project has been built at least once (`dune build @all`) ? Are they any error reported in the buffer...
Could you give me the output of `ls _build/default/bin/.merlin-conf` and `ls _build/default/bin/.*.objs/byte` ?
Right, this is a usual case of "Dune @all target does not build `cmt` files for executable" (https://github.com/ocaml/dune/issues/3182). Some context: Dune generates both a configuration for Merlin and ask the...
Right, I was able to reproduce, I will have a look. Thanks for all the information !
Thanks for the link @anthonygao, I am also able to reproduce with this file. Opening it is enough to crash the server. I tried to run some queries with Merlin...
@rgrinberg I continued investigating and LSP crashes on the first call to Merlin dispatch. (I didn't go deeper yet.) That's surprising since calling Merlin manually does not crash... Edit: I...
@rgrinberg is there a reason ocaml-ci is not enabled in the repository? It might help us catch this kind of issues since it runs on a wide variety of platforms...
> This seems to be fixed in most cases. > > ```ocaml > open Base > let _ = String. (* works *) > ``` > > ```ocaml > module...
Thanks for the report, I was able to reproduce.