Dense schematic auto-layout collapses into unreadable clusters #55
Labels
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Rbanh/schemeta#55
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem\nDense imported JSON (e.g., Spacetrain LDC analog core) still compacts unrelated clusters and produces unreadable geometry.\n\nAcceptance\n- Preserve group separation with min inter-cluster spacing\n- Respect locked placements during auto-tidy by default\n- Keep key flow left->right and power/ground anchors stable\n- Add regression fixture and screenshot diff gate for dense analog case
Partial mitigation shipped in
2131340:\n- AddedUnlock Allaction for imported designs with pervasive locks\n- Auto Layout now ignores locks by default (Auto Tidy still lock-respecting)\n- Removed implicit auto-lock side-effects on drag/rotate\n\nThis unblocks editing and improves relayout behavior for dense imports; core clustering/readability improvements remain open in this issue.Shipped follow-up in
c247a33: compile path now explicitly disables placement preservation for non-edit compiles (import/apply/new), forcing fresh global placement instead of honoring stale incoming coordinates. This improves dense-import readability and avoids scattered preserved placements.