S-Man42 / GCWizard

GC Wizard
Other
43 stars 10 forks source link

Formular Solver #1700

Open olliklee opened 2 weeks ago

olliklee commented 2 weeks ago

Complete crashes the app, when a variable accidently calls itself a few times:

{"id":6,"name":"test","formulas":[{"id":1,"formula":"[A][B]"}],"values":[{"id":1,"key":"A","value":"len(aaaaaaaaaa)"},{"id":2,"key":"B","value":"cos(2.7)"}]}

This runs in an exponential raising output string, but only if more variables are added. If the B variable is deleted, the functions acts normal.