inseven / opolua

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

Support raising issues for all errors shown in the error view controller #210

Open jbmorley opened 2 years ago

jbmorley commented 2 years ago

We're currently only showing the "Raise GitHub Issue' activity on the error view controller share sheet if Error.gitHubIssueUrl is non-nil. It might be better to make gitHubIssueUrl non-nil and ensure that we can generate one for all Error instances (it seems like a valid use-case), and then use a different mechanism to determine whether we should add the 'Raise GitHub Issue' button to the error alert when a program terminates.

jbmorley commented 2 years ago

Putting this in future as it's not gating a release.