ocamlformat icon indicating copy to clipboard operation
ocamlformat copied to clipboard

Stricter AST checks

Open Julow opened this issue 3 months ago • 0 comments

The AST check was previously trigerring if both the std AST and the extended AST were different. This is not the intended behavior.

The first commit changes the normalization of code blocks in docstrings to correctly handle repl phrases. This fixes an AST error that was hidden by the previous check.

Julow avatar May 30 '24 08:05 Julow