Closed nojb closed 7 months ago
Thanks for the report. The bug doesn't occur on the main branch, could you check ? This seems to be fixed since #2445.
Thanks for the report. The bug doesn't occur on the main branch, could you check ? This seems to be fixed since #2445.
I tried master but now I got another BUG :)
let _ =
try
()
with _ ->
(match () with _ -> ())
with
indicate-multiline-delimiters=closing-on-separate-line
And another:
let _ =
try () with _ ->
try () with _ -> () in
()
also with
indicate-multiline-delimiters=closing-on-separate-line
Thanks! This is hopefully a recent bug. Should be fixed in https://github.com/ocaml-ppx/ocamlformat/pull/2537
Thanks! This is hopefully a recent bug. Should be fixed in #2537
Thanks, this fixes it indeed, and the original bug reported is fixed in master
already. Closing. Thanks!
Thanks for checking.
ocamlformat.0.26.1
chokes on:when
.ocamlformat
contains