Ulysse
Ulysse
The first merge tentative of @catern's rewrite of completion-at-point (CAP) lead us to discover a few issues that need fixing before we release it. I reverted the commits and this...
Our current binding for `registerCommand` restricts callbacks to returning `unit` that prevents obtaining a promise to wait for when calling `executeCommand`. This could be helpful to have in the future...
This upstreaming PR adds the possibility to have function parameters with polymorphic types in the language. This work was [originally done by @lpw25](https://github.com/ocaml-flambda/ocaml-jst/pull/14) in Jane Street's fork of the compiler...
Initially reported by @ddickstein. In the source file: ``` module M = Core.Md5 ``` Running `ocamlmerlin single locate -position 2:18 -filename bin/main.ml Core__Md5 # 0.04 locate - find_loc_of_comp_unit Got the...
This should fix #1937
- Issues #1580 #1588 are due to bad typing recovery. - #1594 is due to Dune not generating configuration force the source of a copied file - #1610 is due...
Hi @jarnedemeulemeester thanks a lot for your work ! I am using the Android TV version of Findroid because the playback is much more robust than the official one. But...