m9xiuz

Results 10 comments of m9xiuz

Please don't implement it like `"yielded ${i}"`. Typing an extra symbol before each expression is very annoying. Implement it at least like it's implemented in C#: `$"yielded {i}"`. But the...

> > > It was purposefully left out for now, since the server shouldn't receive or interact with the fragment, and the client should not send one. Do you have...

It tries to execute this command: `ocamlmerlin server check-configuration -filename /path/to/test.ml` which after a very long delay returns this: ``` {"class": "failure", "value": "abnormal termination", "notifications": [] } abnormal termination...

I tried ` MERLIN_TIMEOUT=5.0 MERLIN_LOG=/tmp/merlin.log ocamlmerlin server check-configuration -filename /path/to/test.ml` But `/tmp/merlin.log` is empty.

I tried to downgrade to OCaml 4.10.0 and merlin 3.5.0 but it didn't help.

>How did you setup your Cygwin environment ? With this installer ? >How did you install / configured your text editor ? No, I had cygwin installed via https://cygwin.com/install.html And...

``` $ cat dune-project (lang dune 2.8) (name try_ocaml) ```

But please note that `vim/autoload/merlin.py` is trying to use **`server`**, not `single`. And if try to run `MERLIN_LOG=- ocamlmerlin server check-configuration -filename try_ocaml/try_ocaml.ml < try_ocaml/try_ocaml.ml` it gives `"abnormal termination"`. >Also...

>vim --version should show +python. Mine shows `+python/dyn` and `+python3/dyn`. ``` VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Mar 30 2020 21:58:19) Included patches: 1-486 Modified by Compiled...

>opam pin merlin 3.4.2 could be a nice candidate... I've checked, it has the same problem.