Ulysse

Results 310 comments of Ulysse

Archeology moment: This issue was already raised in: https://github.com/ocaml/merlin/issues/894 And @ddickstein proposed a fix in https://github.com/ocaml/merlin/pull/1219 It looks like Merlin has become stricter in matching digests since then, which broke...

I think I found the issue: we rely on the build directory stored in the cmt file to look for the exact path of an original `.ml` file when we...

I was going to suggest, for monorepos a workaround using `(map_workspace_root false)` in the `dune-project` file, but that setting doesn't impact vendored directories... An option might be to add the...

> perhaps it could be generalized for merlin to be able to reverse all the mangling done with `BUILD_PATH_PREFIX_MAP`. At least the alternative is far worse: `(map_workspace_root false)` makes the...

I would expect there to be a standard way to rename occurrences from the `occur-mode` but maybe I am wrong ? @xvw do you use the standard `merlin-mode` for Emacs...

Good catch, I guess there is some field in the opam package to do that ?

So it is due to the fact the the pparse module is copied via a Dune rules and Merlin doesn't use the added line directive to resolve the correct path....

Hi @Timmmm , thanks for your report ! This is a long-standing issue: Merlin is told by Dune where to find sources and build files. In a dune project the...