Combine close same-net trace segments during cleanup#392
Open
SadmanPinon wants to merge 2 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
/claim #29
/claim #34
Refs #29
Refs #34
Summary
Before/After Proof For #34
Focused regression:
tests/functions/combine-close-same-net-segments.test.tsahas same-net horizontal run(0, 0) -> (10, 0), while tracebhas nearby overlapping run(1, 0.05) -> (9, 0.05).bsnaps onto the shared Y coordinate, so its internal run becomes(1, 0) -> (9, 0).bremain attached through(-1, 2) -> (1, 0)and(9, 0) -> (9, 2); component endpoints are not moved.baty = 0.05when snapping would overlap a trace on another net.Validation
Demo Video
demos/pr-392-same-net-trace-cleanup-demo.mp4as short before/after proof for the New Phase To combine same-net trace segments that are close together #29/Merge same-net trace lines that are close together (make at the same Y or same X) #34 bounty claims.