Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape ":" in symbol names #146

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

archiecarrot123
Copy link

Fixes #88

I was importing C2859183, which has a symbol named "MT40A1G8SA-062E:R" when I ran into this problem, so I wrote this simple fix.

I also fixed an oversight in the duplicate detection that I found when testing, where if ":" was in the symbol name it would not find the existing symbol. This presumably could have happened with " " and "/" too as they are also replaced in symbol names.

@archiecarrot123 archiecarrot123 changed the base branch from master to dev August 17, 2024 06:05
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.

Adding a part with a colon in the name causes creation of invalid symbol
1 participant