Ulysse
Ulysse
I am not familiar with Ocsigen build system, but I would. It looks like support is not great. The following configuration is proposed on a an [open eliom issue](https://github.com/ocsigen/eliom/issues/532#issuecomment-696862186): >...
In fact, your issue might be due to `ocaml-lsp-server` ignoring the `.merlin` config all together. There is a `--fallback-read-dot-merlin` flag that should be passed to the server, but I am...
The PR mixes bug fixes and refactoring, it is probably best to review commit by commit.
Status: investigating the CI issue - OCaml-CI doesn't install project deps before running `dune build @fmt` - In Merlin this command does trigger the generation of some files that break...
Found the CI problem. Opened a Dune issue: https://github.com/ocaml/dune/issues/7454
@let-def I had to modify `reconstruct_identifier`for that patch. The issue was that "papply" components in paths where dropped leading to the impossibility to jump to `t` in `N(F).t`. I decided...
@let-def I tried to get `reconstruct_identifier` to work with `Papply` components in [0d8bdd9](https://github.com/ocaml/merlin/pull/1611/commits/0d8bdd9bf017771597970d69ae6752b0f86cd24a) but it's not very satisfying. I guess we should really have a different output type than a...
I am not even able to jump at all in these files due to a configuration issue. My guess is that this is due to the `copy_file` stanza that is...
Thanks for your report :-) The current behavior is not completely unexpected since you are giving a new binding to `f`. If the query was inside the body of the...
Thank you for the very detailed bug report @antalsz ! I focused on Bug 1 and was able to reproduce it. As expected, the problem appear to be linked to...