Skip to content

Conversation

@NathanReb
Copy link
Contributor

A simple tool to indent OCaml programs

CHANGES:

CHANGES:

+ Fix detection of let vs letin after a struct (OCamlPro/ocp-indent#324, @Julow)
+ Treat `|>` as a monadic operator (OCamlPro/ocp-indent#322, @nberth)
+ Prevent Args out of range error in ocp-indent-buffer (OCamlPro/ocp-indent#327, @bcc32)
+ Fix "Missing ‘lexical-binding’ cookie" warning in Emacs (OCamlPro/ocp-indent#329, @nojb)
+ Fix a bug where ocp-indent translate LF to CRLF when run on Windows instead
  of preserving the input's newlines. (OCamlPro/ocp-indent#334, @nojb)
+ Add `ocp-indent-gen-rules` to support `dune fmt` like workflow with ocp-indent
  (OCamlPro/ocp-indent#333, @NathanReb)
@smorimoto smorimoto merged commit f0e7955 into ocaml:master Oct 2, 2025
3 of 4 checks passed
@mseri
Copy link
Member

mseri commented Oct 4, 2025

This has indirectly broken ocamlformat, which suddenly became coinstallable with cmdliner.

we should be more careful in double checking the issues next time before merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants