Scale schematic trace queue iteration budget - #890
Open
ShiboSoftwareDev wants to merge 2 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ShiboSoftwareDev
force-pushed
the
codex/repro-pmp11282-route-queue-budget
branch
from
August 25, 2026 20:18
80c9e32 to
6be4446
Compare
ShiboSoftwareDev
force-pushed
the
codex/scale-pmp11282-route-queue-budget
branch
from
August 25, 2026 20:19
97349d8 to
1ca3365
Compare
ShiboSoftwareDev
force-pushed
the
codex/scale-pmp11282-route-queue-budget
branch
from
August 25, 2026 21:08
1ca3365 to
42e250f
Compare
ShiboSoftwareDev
changed the base branch from
codex/repro-pmp11282-route-queue-budget
to
codex/dedupe-pmp11282-routing-pairs
August 25, 2026 21:09
ShiboSoftwareDev
force-pushed
the
codex/dedupe-pmp11282-routing-pairs
branch
from
August 25, 2026 21:55
9c71bec to
13c4873
Compare
ShiboSoftwareDev
force-pushed
the
codex/scale-pmp11282-route-queue-budget
branch
from
August 25, 2026 21:55
42e250f to
3d33b87
Compare
ShiboSoftwareDev
force-pushed
the
codex/dedupe-pmp11282-routing-pairs
branch
from
August 25, 2026 22:18
13c4873 to
6ae9eb2
Compare
ShiboSoftwareDev
force-pushed
the
codex/scale-pmp11282-route-queue-budget
branch
from
August 25, 2026 22:18
3d33b87 to
424d29d
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
SchematicTraceLinesSolver, the queue coordinatorThis is stacked directly on #888. The complete reproduction remains in one PR,
#887; there is no separate queue or net-label reproduction PR.
Why the snapshot does not change
#888's reproduction temporarily extends the coordinator budget inside the test so
the SVG can expose downstream rendering issues. #890 makes the normal production
pipeline reach that same final solver state. Therefore the expected SVG is unchanged:
the functional difference is 95 queued pairs after #888 versus 0 after #890.
Validation
bun test— 214 pass, 4 skip, 0 failbunx tsc --noEmitbun run format:check