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
build(codegen): Pipe gen_bindings output through clang-format
Resolves the conflict between BindingCodegenDrift (which compared
committed files to raw generator output) and format-check (which
required clang-formatted source). The generator now formats each
emitted file via clang-format before write/compare, so both checks
agree on the same canonical form. Falls back to raw content if
clang-format is unavailable so stripped CI images can still run
--check mode.
0 commit comments