TinyTapeout / siliwiz

Silicon Layout Wizard
https://app.siliwiz.com
Other
141 stars 10 forks source link

Sanitize labels #46

Closed NickOveracker closed 1 year ago

NickOveracker commented 1 year ago

Including a single-quote in a label (such as 《Q'》) sends the app into what seems to be an infinite loop. Should be an easy fix inside handleSetLabel()

mattvenn commented 1 year ago

I think probably the single quote is crashing ngspice as it's looking for the missing one. We definitely want to continue to allow people to do things like:

i(out)*-1000 out - out2 5 + out

urish commented 1 year ago

Thanks for reporting, fixed!