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
If I run ocamlformat on the following file...
module M = struct
type t
[@@immediate]
(* ______________________________________ *)
[@@deriving variants, sexp_of]
end
...I get the following error:
ocamlformat: Cannot process "app/apply-style/feedback/comment_between_attributes.ml".
Please report this bug at https://github.com/ocaml-ppx/ocamlformat/issues.
BUG: formatting did not stabilize after 10 iterations.
How to Reproduce
This is using ocamlformat built from 63e1d3a, using the flags --profile=janestreet --enable-outside-detected-project --disable-conf-files.
The text was updated successfully, but these errors were encountered:
Describe the bug
If I run ocamlformat on the following file...
...I get the following error:
How to Reproduce
This is using ocamlformat built from 63e1d3a, using the flags
--profile=janestreet --enable-outside-detected-project --disable-conf-files
.The text was updated successfully, but these errors were encountered: