Traverse overlapping constraint dependencies - #651
Draft
iangneal wants to merge 1 commit into
Draft
Conversation
iangneal
force-pushed
the
codex/circom-analysis-4-overlap-cdg
branch
from
July 28, 2026 20:07
7d468b5 to
1dbf049
Compare
7 tasks
Contributor
iangneal
force-pushed
the
codex/circom-analysis-4-overlap-cdg
branch
from
July 28, 2026 22:08
1dbf049 to
8c0989d
Compare
iangneal
force-pushed
the
codex/circom-analysis-4-overlap-cdg
branch
3 times, most recently
from
July 29, 2026 02:20
ffbaf69 to
3322a6a
Compare
iangneal
force-pushed
the
codex/circom-analysis-4-overlap-cdg
branch
from
July 29, 2026 15:06
3322a6a to
6e5195d
Compare
iangneal
force-pushed
the
codex/circom-analysis-4-overlap-cdg
branch
from
July 29, 2026 15:31
6e5195d to
04c3346
Compare
iangneal
force-pushed
the
codex/circom-analysis-4-overlap-cdg
branch
from
July 29, 2026 16:07
04c3346 to
aafd711
Compare
iangneal
force-pushed
the
codex/circom-analysis-4-overlap-cdg
branch
from
July 29, 2026 17:05
aafd711 to
233fc3a
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
Makes constraint-dependency traversal overlap-aware on top of #650. This is PR 4 of 6 in the stacked series.
Related issues
No standalone issue; depends on #650.
Changes
changelogs/unreleased/codex__circom-analysis-4-overlap-cdg.yaml.Testing
git diff --checknix build -Lon this exact stacked commit (371 lit tests plus the full unit/CAPI suite passed)Submission checklist
approved; otherwise, this does not apply.create-changelogin the Nix development shell creates a template.)AI assistance
Tools used: OpenAI Codex.
How the tools contributed: Codex helped partition the original working-tree change, preserve dependency ordering, add focused regressions and changelog entries, and prepare this draft PR.
How I verified the contribution: Reviewed the isolated diff and ran
git diff --check, the focused analysis regressions through the project test suite, andnix build -Lon this exact commit.