Jules Aguillon

Results 84 issues of Jules Aguillon

AST changes, perhaps due to parser-extended not being uptodate. This might depend on https://github.com/ocaml-ppx/ocamlformat/pull/2503

no changelog

https://github.com/ocaml-ppx/ocamlformat/pull/2445 uncovered a mechanism for breaking after a multi-line string literal in a list of argument. This also remove the simulated formatting of expressions to check that they break introduced...

**Describe the bug** Parentheses around types with attributes can be skipped in some cases. Spotted in https://github.com/ocaml-ppx/ocamlformat/pull/2519 ```ocaml let _ : (foo[@attr]) = () ``` Ideally, `Ast.parenze_typ` would take attributes...

Kind/Bug :x:

https://github.com/ocaml/ocaml/pull/12236 has been merged in ocaml and contains changes to the parsetree. The changes are helping the work on the CST (https://github.com/ocaml-ppx/ocamlformat/pull/2213). This requires some more changes: (thanks @ncik-roberts for...

The indentation of the `object` keyword in class types is not ideal as it's aligned with both what came before it and with the content of the object. ```ocaml class...

Kind/style-suggestion

This PR refactors the function for formatting module types. It doesn't use the `block` concept, which is hard to work with and brings bugs that are too hard to solve....

Function arguments are indented in different ways depending on context: ```ocaml let _ = fun (module Store : Irmin.Generic_key.S with type repo = repo) (module Store : Irmin.Generic_key.S with type...

Kind/Bug :x:

Fix https://github.com/Julow/Unexpected-Keyboard/issues/558 This implements the Hangul syllable composition [described here](https://en.wikipedia.org/wiki/Korean_language_and_computers#Hangul_syllables_block) using two new modifiers.

Might fix https://github.com/Julow/Unexpected-Keyboard/issues/566 The two visible changes are: - The spacebar slider sensitivity no longer depend on the "Swiping distance" option. This made the cursor harder to control when the...

A comment will be added to this issue every time the translations need to be updated. If you wish to be notified when translations need to be updated, click on...