Jules Aguillon

Results 84 issues of Jules Aguillon

Backport these changes to the vendored parsers that have no effect on the syntax: - https://github.com/ocaml/ocaml/pull/14039 - https://github.com/ocaml/ocaml/pull/14141 - https://github.com/ocaml/ocaml/pull/14148 - https://github.com/ocaml/ocaml/pull/14198 - https://github.com/ocaml/ocaml/pull/14283

Kind/feature-request

Upstream PR: https://github.com/ocaml/ocaml/pull/13806

Kind/feature-request

Upstream PR: https://github.com/ocaml/ocaml/pull/14149 We already do something similar. We must make sure that our parsing is consistent with upstream.

Kind/feature-request

The AST will change for `let`-expressions that look like structure items: https://github.com/ocaml/ocaml/pull/13839 This includes `let exception`, `let open`, `let module` and possibly new forms of `let open`.

Kind/feature-request

**Describe the bug** This code fails with the following error. This is Ocsigen's doc generator syntax. ```ocaml (** {% %} *) ``` ``` ocamlformat: Cannot process "src/lib/eliom_client.client.mli". Please report this...

Kind/Bug :x:

**Describe the bug** ``` ocamlformat: Cannot process "src/lib/eliom_parameter.server.mli". Please report this bug at https://github.com/ocaml-ppx/ocamlformat/issues. BUG: comment changed. File "_none_", line 1: Error: formatting of doc-comment is unstable. before: (** [regexp...

Kind/Bug :x:

The comments in the following code are unstable with this configuration: ``` profile = default if-then-else = keyword-first ``` ```ocaml let%shared default_make_transform ~vertical ?(delta = 0) pos = let p...

Kind/Bug :x:

Compiler PR: https://github.com/ocaml/ocaml/pull/13974

Kind/feature-request

Parsing and printing rules for char literals might change: https://github.com/ocaml/ocaml/pull/13951

Kind/feature-request

This adds dictionary-based spell checking to the keyboard. The keyboard looks at the word being typed and matches it against a dictionary to either complete the rest of the word...