Skip to content

Initial integration of breakout-point-solver#2344

Closed
MustafaMulla29 wants to merge 2 commits into
mainfrom
integ/breakout-solver
Closed

Initial integration of breakout-point-solver#2344
MustafaMulla29 wants to merge 2 commits into
mainfrom
integ/breakout-solver

Conversation

@MustafaMulla29
Copy link
Copy Markdown
Contributor

@MustafaMulla29 MustafaMulla29 commented May 28, 2026

This is the partial integration of breakout-point-solver, next pr will be to fix overlapping and duplicate traces in the breakout snapshots.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tscircuit-core-benchmarks Ready Ready Preview, Comment May 28, 2026 4:10pm

Request Review

"PcbBoardAutoSize",
"PanelLayout",
"PcbAutoBreakoutPointRender",
"PcbBreakoutPointRender",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kept two phases, instead of duplicating the db insert records for pcb_breakout_point in both Breakout.ts and BreakoutPoint.ts

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename to something like PcbFindAutoBreqkoutPoints

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you run the drc check for both before and after? Let us know what is the difference

private resolvedTarget: ResolvedBreakoutPointTarget | null = null

setResolvedTarget(target: ResolvedBreakoutPointTarget): void {
this.resolvedTarget = target
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

??????

}

function isRerouteReplacementName(value: unknown): boolean {
return typeof value === "string" && value.includes("_reroute_")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huge anti pattern

Copy link
Copy Markdown
Contributor

@seveibar seveibar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make it smaller, we NEED to merge incrementally!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants