You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 code that occurs same error:
a |>(**)(**)let* b =1in
a
.ocamlformat:
profile=default
The text was updated successfully, but these errors were encountered:
lentil32
changed the title
Bug: Cannot process multiple comments followed by let*
Bug: Cannot process multiple comments between |> and let*May 29, 2024
lentil32
changed the title
Bug: Cannot process multiple comments between |> and let*
Bug: Infinite loop occurs when multiple comments are between |> and let*May 29, 2024
Describe the bug
How to Reproduce
Minimal sample code that occurs same error:
.ocamlformat
:The text was updated successfully, but these errors were encountered: