Ulysse

Results 310 comments of Ulysse

> I wanted to test this PR manually before merging as well, is it as easy as pinning to ensure everything works or do I need something else? I would...

@davesnx were you able to "test manually" ?

There are still two places int he code were the build fails because of missing match cases.

Also, are these changes sufficient for ocaml-lsp to work properly on mlx files, using the proper reader ? Or is this already working with Dune's generated configuration for merlin ?

I think the mismatch here is due to the fact that OCaml-LSP does not use the RPC to gets Merlin configuration, but starts a specialized configuration server: `dune ocaml-merlin`. In...

What `dune ocaml-merlin` does right now is simply to check if a configuration was generated by Dune for the requested module and print that configuration to stdout. These configuration files...

> Another solution is to perhaps take advantage of package management. When dune builds packages itself, it could make sure that merlin works everywhere as intended. Yes, Dune Pkg Management...

I have a similar issue under Arch with both `0.5.0` flatpack and `latest` (269ce126149700ba340d7014a04faa215ddf64f9) installed from the Aur. When starting Bloodborne a black window opens and freezes a few seconds...

(Tagging on `main` seems like the best solution indeed.)