Dmitry Bely

Results 64 comments of Dmitry Bely
trafficstars

@SSE4 thanks a lot. How do you think is it possible for Cygwin recipe to achieve reproducible builds despite frequent upstream changes? Recipe's version `2.9.0` is misleading - it actually...

> So short paths is not enough? Looks like that. > What about enabling long paths? They won't help. The problem is that max PATH environment variable size is quite...

The following patch should fix the bug: ```patch --- a/src/int_math_stubs.c 2019-02-25 13:55:12.000000000 +0300 +++ b/src/int_math_stubs.c 2019-04-04 18:29:43.760643700 +0300 @@ -12,17 +12,24 @@ #define __builtin_popcountll __popcnt64 #define __builtin_popcount __popcnt -static uint32_t...

> I'll take a look tomorrow > I'll take a deeper look today into it. @giltho @johnhaley81 is there any news on this? The issue is quite annoying, I have...

Just tried the most recent OCaml Platform/OCaml LSP - indeed, they work on Windows. Almost. `ocaml.switch-impl-intf` command doesn't: ``` [Trace - 11:12:48 AM] Sending request 'textDocument/documentSymbol - (68)'. Params: {...

Thank a lot for the fast responce but it still does not work. For the example above it gives incorrect result ![image](https://cloud.githubusercontent.com/assets/6112699/19851053/04c5ebc8-9f6d-11e6-813d-f56610c37f88.png) if I run it under VSCode debugger with...

As for `protocol` command: looks like my merlin is old enough and just don't know it. Looks like you do it right, sorry for the false alarm.

Maybe I was not clear enough in my last comment: method completion still does not work as expected (with merlin 2.3.1). Can you reproduce the problem in your environment?

@hcarty, can you provide some additional details on how merlin completion works in vim. When do you see the completion list for the first time: right after typing `o#` or...

OK, I'have installed VIM myself and tried to use merlin auto-completion there. Indeed, it works as expected for methods. The differences from vscode-ocaml I see: 1. Then completing `obj#`, merlin/vim...