Conversation
Apply automated formatting to 27 C++ files (clang-format --style=file) and 2 Rust files (rustfmt) to comply with project style configuration. Also manually fix missing space after comma in cpu.rs use statement that rustfmt could not resolve due to incomplete file content. All changes are non-semantic: indentation, line wrapping, and spacing only. Nightshift-Task: lint-fix Nightshift-Ref: https://github.com/marcus/nightshift Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
zeroecco
force-pushed
the
lint-fix/clang-and-rustfmt-auto
branch
from
May 7, 2026 09:05
150e032 to
d195c13
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
clang-format --style=fileto 27 C++ source files with style violationsrustfmtto 2 Rust files with style violationsFiles modified
C++ (27 files):
zirgen/Dialect/R1CS/IR/Ops.cpp,Types.cpp,zirgen/Dialect/Zll/IR/Codegen.h,zirgen/circuit/bigint/elliptic_curve.h,zirgen/circuit/fib/fib.cpp,zirgen/circuit/recursion/micro.cpp,sha.cpp,test/AB.cpp,wom.cpp,zirgen/circuit/rv32im/v1/edsl/bigint.cpp,bigint2.cpp,body.cpp,compute.cpp,divide.cpp,ecall.cpp,memio.cpp,multiply.cpp,sha.cpp,top.cpp,zirgen/compiler/edsl/component.cpp,zirgen/compiler/picus/picus.cpp,zirgen/components/bytes.cpp,iszero.cpp,mux.h,ram.cpp,u32.cpp,zirgen/dsl/examples/calculator/Fp.hRust (2 files):
zirgen/dsl/src/cpu.rs,zirgen/dsl/src/adder.rsTest plan
clang-format --dry-run --Werror --style=filepasses on all modified C++ filesrustfmt --checkpasses on all modified Rust files🤖 Generated with Claude Code