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
Describe the bug ocamlformat does not stabilize for the following snippet:
(* Does not work *)ParsingStructureUtilities.exists_in_parsed_function_definition
is_seq_code_bloc_leaf_has_side_effects (* Check if leaf of sequential code bloc has side effect *)
is_leaf_has_side_effects (* Check if leaf has side effect *)
fun_def
However, we can make the formatter work by removing part of the commentaries:
Describe the bug
ocamlformat
does not stabilize for the following snippet:However, we can make the formatter work by removing part of the commentaries:
How to Reproduce
Steps to reproduce the behavior:
dune init proj foo
lib/bug.ml
.ocamlformat
:ocamlformat --check lib/bug.ml
Related Issue
#2457
The text was updated successfully, but these errors were encountered: