Ulysse

Results 310 comments of Ulysse

Thanks for the report @ddickstein. I am not able to use `opam-monorepo` to pull. I suppose I should run `opam monorepo lock` and then `opam monorepo pull` but it fails...

Thanks, I was able to reproduce, and I can confirm that this error is related to the other failing locate queries with Md5 for example. I will try to devise...

@kit-ty-kate looks like it requires pulling more changes than bumping the magic numbers, I will not have the time to do that until Monday unfortunately. @xvw (@pitag-ha, @PizieDust) do you...

> Works for me now. Thanks! That's great to hear, thanks for the feedback! Do you think you could cut a preview release with this branch and the corresponding lsp...

@pitag-ha @xvw The last two commits https://github.com/ocaml/merlin/pull/1938/commits/860ee2d74a634400a064da03acdd52e63d50a65a and https://github.com/ocaml/merlin/pull/1938/commits/f66042b220862f4afe4f67ae4cfd23dd7c1cbde0 are a textbook example of how to break recovery during an upgrade 😉 The fix simply reapply previous patches to the...

Hi @mlasson, sorry for not having answered earlier, I must have missed it. Looking at the tests this seems really interesting, thanks for that well though of and tested PR....

Thank for your report @Chaarlesss. Are you using merlin mode or an lsp mode ? Could it be that your "hover" query has a high verbosity by default ?

Looking into eglot, it does seems that there is a verbosity setting that can be `min` or `max`. You might want to set that on `min`. Verbosity was not meant...

Yes, I agree that we should return the raw type.

I think the issue is that the Merlin package should be built in release mode, not in dev move: we ship the generated parser so that the release version of...