Corentin Leruth
Corentin Leruth
> This is probably an upstream issue in Merlin. Which version of OCaml / `merlin-lib` are you using ? ```sh ocaml --version The OCaml toplevel, version 5.0.0 ``` ```sh ocamllsp...
@voodoos should we move this issue to Merlin repo? Also, would creating a test for this be helpful? After a quick look, it seems that adding something to https://github.com/ocaml/merlin/tree/master/tests/test-dirs/document might...
@ManasJayanth Any idea what might go wrong here?
Hey, what's the current status of this issue ? And more generally, what are the remaining blockers for a 2.0 release? As far as I know, we still need to...
The test is failing on OCaml 4.08 only. It looks like lines reporting is different on that version 🤷♂️ ```diff - File "test.ml", lines 1-3, characters 0-16: + File "test.ml",...
I think this is an issue in version 4.08 that got fixed in 4.09 https://github.com/ocaml/ocaml/pull/8541
@panglesd amazing, that's exactly what I was looking for. Thanks so much for you help! 🙏🤗
Okay, so the only "downside" is that the errors are less verbose. See for example ``` Error: [%%import] Type pattern (PTyp) is not supported, only type and module type declarations...
Hey @ejgallego, it would be nice if you could take a look at this PR (and the other 2). I plan to open another one with the new module type...
Hey @ejgallego, friendly reminder that it would be super nice if you could review the few PR's I've opened when you have time 🤗