Jules Aguillon

Results 84 issues of Jules Aguillon

In this example, the comment containing the reference and the target of the reference are "removed" from the documentation with stop comments: ```ocaml (** . *) (**/**) val x :...

not stale

The comments are not rendered in this example: ```ocaml type bar = < > type t = < foo : int; (** foo *) bar (** bar *) > ```

bug
output

Root: ```ocaml module Foo : sig val x : int end module Bar : sig val x : int end ``` Test: ```ocaml module Root : sig module Foo :...

not stale

The comment `bar` isn't rendered in this example: ```ocaml type bar = [ `Bar ] type t = [ `Foo (** foo *) | bar (** bar *) ] ```

bug
output
good-first-issue

I would expect `ocamlTypeConstr` to apply only to type constructors within type expressions, not to the identifier after `type` in: ```ocaml type foo = 'a bar list ``` `foo` is...

This is a work in progress and is required for 5.2 compatibility. The old `Pexp_function` and `Pexp_fun` are formatted in different ways in different contextes (eg. as an argument, in...

`opam-nix` have a lot of dependencies but two seem unnecessary: `opam-overlays` and `mirage-opam-overlays`. They are added to the list of repositories used for solving, regardless of whether the packages being...

## Expected Behavior The testsuite demonstrate that this is possible in `test/blackbox-tests/test-cases/promote/non-existent.t/run.t` My reproduction looks very similar to this test but fail with an error. ## Actual Behavior `dune build...

The AST check was previously trigerring if both the std AST and the extended AST were different. This is not the intended behavior. The first commit changes the normalization of...

no changelog