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
feat(formatting): format generated diff corrections
Starting with Dune 3.25, format generated corrections consumed by optional
text diffs before comparing or promoting them. Select Dune's built-in
formatter or OCamlFormat according to the source's formatting configuration,
and use the locked OCamlFormat dev tool when available.
Construct formatted diffs directly during action expansion so formatter
dependencies, environments, and sandbox requirements remain attached to the
action. Apply the behavior to user diff? actions and Cinaps without exposing
generated corrections as separate build targets. Projects using older language
versions retain the previous behavior.
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>
0 commit comments