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: Cannot process "lib/miou_vector.mli".
Please report this bug at https://github.com/ocaml-ppx/ocamlformat/issues.
BUG: comment changed.
File "_none_", line 1:
Error: doc-comment (** similar to [top], but with an option instead of an exception *) dropped.
How to Reproduce
Steps to reproduce the behavior:
What is the formatted file? Please try to minimize the code snippet.
The comment in question is in the file miou_vector.mli. e.g. at revision 01b75212e595d154a0f24387e0fdde8cf86254f2 permalink
To note, this file has a directive at the top of the file to disable ocamlformat:
[@@@ocamlformat "disable"]
...
valtop_opt: 'at -> 'aoption(** similar to [top], but with an option instead of an exception *)
Hey @Julow very nice hearing from you! Thank you for looking into this issue.
Regarding its phrasing, credit goes back to the team that created the issue template, as I naively followed it as if I was filling out a form. Very pleasing experience! Thanks for this.
Describe the bug
How to Reproduce
Steps to reproduce the behavior:
The comment in question is in the file
miou_vector.mli
. e.g. at revision 01b75212e595d154a0f24387e0fdde8cf86254f2 permalinkTo note, this file has a directive at the top of the file to disable ocamlformat:
As specified by the project in
.ocamlformat
file.Additional notes
.ocamlformat-ignore
file resolve the issue, as an immediate work around.0.26.2
and0.27.0
- both display the same issue.The text was updated successfully, but these errors were encountered: