Ulysse

Results 310 comments of Ulysse

We need more information to reproduce your issue: - How did you setup your Cygwin environment ? With this [installer](https://fdopen.github.io/opam-repository-mingw/) ? - How did you install / configured your text...

> Maybe there's something wrong with OS detection in this file https://github.com/ocaml/merlin/blob/master/src/frontend/ocamlmerlin/ocamlmerlin.c in case of cygwin? @let-def would that be a possibility ? I do not get any abnormal terminations...

Thank you @let-def ! Meanwhile, can you try pinning an older version of Merlin to check if that is a regression, @m9xiuz ? `opam pin merlin 3.4.2` could be a...

> I was wondering if any more progress had been made on this @voodoos @trefis Yes, it is actually in the works :-) Your testing will be very much welcome...

@mnxn before thinking about how we could improve and merge that PR I would like it would be good to have it's expected behaviour to be illustrated in a series...

Yes it is correct, and that's also required for a new Merlin feature: we eventually want it to be available for every Merlin's client and that means adding it to...

Closing for now since this has been re-implemented downstream using Merlin as a library.

It is worth noting that the lint erros don't trigger CI failures. It was meant to have the log readily available for when we want to fix them: ``` merlin-ac.el:1:0:...

Thank you @mattiase ! I will try to progress on this soon :-)

I do observe the behaviour you are describing when using vscode (and thus ocaml-lsp). But everything works well in Emacs when using `merlin-mode`, are you sure that is not the...