Pass preprocessed_columns directly to seq_of_component_size#449
Pass preprocessed_columns directly to seq_of_component_size#449noa-starkware wants to merge 1 commit intonoa/let-else-seq-of-component-sizefrom
Conversation
PR SummaryLow Risk Overview Updates all affected components/gates to call Reviewed by Cursor Bugbot for commit 660bde1. Bugbot is set up for automated code reviews on this repo. Configure here. |
e628619 to
660bde1
Compare
2592fbc to
391971e
Compare
Instead of taking the full CompositionConstraintAccumulator, only take the preprocessed columns map that the function actually needs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
660bde1 to
36dc977
Compare
ilyalesokhin-starkware
left a comment
There was a problem hiding this comment.
@ilyalesokhin-starkware reviewed 19 files and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on az-starkware).
Summary
seq_of_component_sizenow takes&HashMap<PreProcessedColumnId, Var>instead of&mut CompositionConstraintAccumulator&acc.preprocessed_columnsStacks on #448. Part of audit cleanup (ilya/audit2 TODO comments).
🤖 Generated with Claude Code