Scale trace-line iteration budget per connection - #929
Closed
ShiboSoftwareDev wants to merge 1 commit into
Closed
ShiboSoftwareDev wants to merge 1 commit into
ShiboSoftwareDev wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ShiboSoftwareDev
force-pushed
the
codex/repro-pmp11282-trace-lines-iteration-budget
branch
from
August 26, 2026 20:19
6b0dbc4 to
3c17ae7
Compare
ShiboSoftwareDev
force-pushed
the
codex/fix-trace-lines-iteration-budget
branch
from
August 26, 2026 20:19
d1960c9 to
2d018f3
Compare
Contributor
Author
|
Superseded: this only scales the parent iteration budget and does not resolve the underlying routing failures. Replacing it with a focused failed-route reproduction and routing fix. |
This branch was successfully deployed
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's parent iteration allowance by the number of sequential connection-pair child solversThis is stacked on the reproduction-only PR. The production change only corrects the sequential parent budget; it does not alter routing candidates, costs, or child-solver decisions.
Validation
bun test— 218 pass, 4 skip, 0 failbunx tsc --noEmitbun run format:check