Ulysse
Ulysse
After discussing offline with @rjbou it turned out that I was not using opam correctly: to re-install (upgrade) a pinned package from the latest uncommited changes one simply has to...
The "shape" command of Merlin has nothing to do with the "shapes" that we use to jump to definitions. It is an old command that is not even use by...
> I'm not sure the current shapes command respects that either, but it would be good if a proper solution for expand selection did. Yes, both the `shapes`and `enclosing` commands...
Rebased. > At least from this description, it seems like Shape fits better fitted to play the role of "expand selection" than the enclosing type. Right, and it does look...
Hi Emilio ! I indeed have a prototype of Merlin working in the browser ! It is actually already enabled in the official playground: https://ocaml.org/play I use a web worker...
cc @emillon @jeremiedimino
They are indeed simple but they require changes on both sides. That means we should add a new conflict between dune and merlin. If we don't merlin will report some...
We finally decided to merge #1284 and restore the original behaviour. We will work on a more robust solution in the future. (As far as I'm aware there are no...
Dune's PR https://github.com/ocaml/dune/pull/4478 has a test that illustrates the fact that, as it expected, the current behaviour does not work when the ppx is defined in a `subdir` stanza.
Related issue: #1114