Ulysse

Results 310 comments of Ulysse

For reference, here is the command that opam uses: `dune build -p merlin` In that command `-p merlin` means "build package Merlin in release mode". So you could also try...

ack. I added a test reproducing the issue.

Does `dune subst` applies to any file in a project ? Even non-OCaml ones ?

While making a test for "locating a label in another CU" I noticed that it was even more broken: after finding the Uid fails it should "fallback to the declaration's...

> I guess the same problem exists for variant constructors? I added a test and it worked as expected for constructors. However it relied on the "fallback" so I did...

@rgrinberg I requested your review since you appear to be the author of the initial xref support.

Thanks for the suggestion! Personally I do not feel that there is enough activity in the issue tracker for the split to be worth-it right now. We could definitely improve...

Let's go with labels for now :-)

This look like a duplicate, or at least a similar issue than https://github.com/ocaml/merlin/issues/1216. @trefis did you look into it since ?