icasdri / Mather

A powerful expression-based calculator, unit converter, and general computation engine for Android
GNU General Public License v3.0
58 stars 7 forks source link

Should output errors #18

Closed treakiandroid closed 5 years ago

treakiandroid commented 7 years ago

you should at least show something if someone enters something that produces a syntax error. best of cause would be a detailed report about where to find the failor but just showing nothing is imho a very bad idea.

thanks

icasdri commented 7 years ago

Not sure how we should report errors as we would need access to Math.js's failure states. I'll look into this when I get the time.

icasdri commented 5 years ago

Fixed in 8d5be9d