Skip to content

Preserve slash-separated EasyEDA pin aliases - #501

Open
rushabhcodes wants to merge 3 commits into
tscircuit:mainfrom
rushabhcodes:fix/slash-separated-pin-aliases
Open

Preserve slash-separated EasyEDA pin aliases#501
rushabhcodes wants to merge 3 commits into
tscircuit:mainfrom
rushabhcodes:fix/slash-separated-pin-aliases

Conversation

@rushabhcodes

Copy link
Copy Markdown
Contributor

Summary

  • preserve EasyEDA pin labels containing / and . during schematic parsing
  • split slash-separated alternate names into individual pinLabels aliases
  • update C472489 and affected conversion snapshots

Validation

  • BUN_UPDATE_SNAPSHOTS=1 bun test (179 passed; 7 inline snapshots then updated with -u)
  • affected snapshot tests pass after updating inline snapshots
  • bun run build passes

@rushabhcodes
rushabhcodes force-pushed the fix/slash-separated-pin-aliases branch from 212b547 to 9161145 Compare August 21, 2026 15:10
@rushabhcodes
rushabhcodes marked this pull request as ready for review August 21, 2026 15:10
Copilot AI lite review requested due to automatic review settings August 21, 2026 15:10

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Comment thread tests/convert-to-ts/C2979182-to-ts.test.ts Outdated
const pinLabels = {
pin1: ["pin1"],
pin2: ["pin2"]
pin1: ["_POS2","_NEG2"],

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.

Not sure if pin labels starting with underscore will render, you might want to test it on tscircuit.com

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.

image

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.

the real jlcpcb sch

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.

4 participants