inseven / opolua

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

Directory item cache misses some application updates #193

Closed jbmorley closed 2 years ago

jbmorley commented 2 years ago

Right now we're keying our cache based on URL and modification time. Technically this is insufficient for .app files which have a corresponding .aif file, as the AIF file also impacts the contents. It might be better to cache the results of the type lookup instead.

jbmorley commented 2 years ago

This one proved to be a big issue. Fixed as part of the final cache work in 4c037212b71e1e408f376af24d30ddbb1a7a09af.