Frédéric Bour

Results 131 comments of Frédéric Bour
trafficstars

Ok. Nothing seems wrong at first sight, it seems I will need access to a windows machine to reproduce. Can you describe the cygwin setup? Do you have a VM...

There as been a lot of windows specific changes, see http://www.dra27.uk/blog/platform/2017/08/24/merlin-3-on-windows.html . Can you try with latest version?

I think this would be a nice improvement, even outside ocamllsp. I prefer to avoid adding a dependency on spawn, launching is already done from C code, it shouldn't be...

When I was manually writing .merlin files, I would use some shell syntax in the `-pp` argument to refer to environment variables... I don't think it is an important feature...

> Why do you think so? @rgrinberg: Sorry for the late reply. In the past, we had users that launched merlin from a directory that was sometimes deleted soon after...

The logic to autoload printers in utop (added here https://github.com/ocaml-community/utop/pull/269) is a bit too limited to handle functors. I made a proof-of-concept fix here: https://github.com/let-def/autoprinter ```opam pin add autoprinter https://github.com/let-def/autoprinter.git```...

For autoprint, I think that patching utop and ocaml toplevel is a more viable way (@nojb was looking at ways to add the feature upstream).

Here is an example showing syntactic completion in an expression: ![syntactic-compl](https://user-images.githubusercontent.com/1048096/106958153-426a6d80-6739-11eb-87d6-15ddfa2d2f37.png)

TODO: Syntactic completion engine does not handle well completing when the cursor is on an existing word. Fix handling when the cursor is - [x] in the middle of a...

Merlin used to do something similar and that was too costly on some setup. It was changed in 2cf9fd01275a594f22afed3287dc4bebfb9b9f17. I agree with the corrections you suggest: detecting if the configuration...