ocamlformat icon indicating copy to clipboard operation
ocamlformat copied to clipboard

Auto-formatter for OCaml code

Results 143 ocamlformat issues
Sort by recently updated
recently updated
newest added

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

**Describe the bug** ``` ocamlformat errors: ocamlformat: Cannot process "/path/to/file/test.ml". Please report this bug at https://github.com/ocaml-ppx/ocamlformat/issues. BUG: formatting did not stabilize after 10 iterations. ``` **How to Reproduce** Minimal sample...

Kind/Bug :x:

**Describe the bug** Processing file results in the following fatal error: nic@Nics-MacBook tezos.tezos % ocamlformat src/lib_epoxy_tx/tx_rollup.ml >out ocamlformat: Cannot process "src/lib_epoxy_tx/tx_rollup.ml". Please report this bug at https://github.com/ocaml-ppx/ocamlformat/issues. BUG: formatting did...

Kind/Bug :x: