inseven / opolua

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

Consider adding pull-to-refresh to allow users to force a directory refresh #179

Closed jbmorley closed 2 years ago

jbmorley commented 2 years ago

Right now, it's possible for us to miss directory changes (see #178). While it's not that common, it might be worth adding pull-to-refresh to make it possible for users to recover if something is missed. We can always remove it in the future when we've fixed the issues with RecursiveDirectoryMonitor.

jbmorley commented 2 years ago

Done in e03000243ccc0e1a7132a70ed0d78e9942e476c0. We may wish to follow up with a change which only enables this functionality when the directory monitoring fails.