inseven / opolua

A compiled-OPL interpreter for iOS written in Lua
https://opolua.org
MIT License
12 stars 0 forks source link

Consider differentiating between errors in the OPL program and bugs in our Lua implementation #187

Closed jbmorley closed 2 years ago

jbmorley commented 2 years ago

Right now we don't differentiate between these two scenarios at the Swift level of the app, meaning that with #186, we'll have a prompt to encourage users to raise GitHub issues for both scenarios, even though there's not necessarily much we can do about genuine bugs in the OPL programs we're running. If we find that we're getting too many issues as a result of these OPL bugs, we can consider separating the two and not showing the 'Raise GitHub Issue' for OPL bugs.

jbmorley commented 2 years ago

On further thought, this feels a lot like pre-optimisation. Let's reopen and address this issue only if we have a problem we need to fix.