Ulysse

Results 58 issues of Ulysse

Extracted from https://github.com/ocaml/merlin/pull/1542 This might not be the right thing to do. And need more testing anyway.

Currently Merlin will locate the type of a constructor, not the constructor itself. This is much improved in that PR.

Preliminary support for the 414-5.2~preview version of merlin-lib for ocaml 5.2. @jfeser the changes in the representation of functions breaks the beta-reduction feature of the action-inline code action. It would...

This issue was reported by @EduardoRFS in https://github.com/ocaml/ocaml-lsp/pull/1221#issuecomment-1876172815 Codelens was disabled by default in https://github.com/ocaml/ocaml-lsp/pull/1134 and an option was added to enable it back. This option won't be taken into...

I encountered a surprising error when working with a custom compiler recently. It looks like the compiler is expecting headers for `libzstd` to be in a directory that might change...

This PR adds new rules that drive the `ocaml-index` tool to aggregate a workspace index. The rules are a bit simpler as the ones in https://github.com/ocaml/dune/pull/6762 since now part of...

The new lower-bounds check (introduced in #727) fails on Merlin: https://ci.ocamllabs.io/github/ocaml/merlin/commit/744801438d71718e828f00e8cee95140833c61aa/variant/(lint-lower-bounds) This is due to the fact that ocaml-ci does not respect the build command provided in the `.opam` file...

type/bug

I have a weird issue with my Grav project. I would like to use grav-plugin-static-generator to generate a static version of my site. I use the following command: ```bin/plugin static-generator...

bug

With release `5.2` the compiler introduces a new flag `-H` to introduce dependencies that are required for linking but should be hidden from the currently built module. Merlin for 5.2...

merlin

Initial support for project-wide occurrences (PWO) will be added to Merlin starting with release `5.1-502`. It is a large-scope feature that involves patches to multiple projects and majors changes to...