Codea 4 - Tab Load Order

Hi @John @sim @jfperusse ,

I’ve just been attempting to get WebRepo up and running on the newer runtime but have come across a hurdle very early on getting a library working.

In the old runtime, lua files are loaded in the order they’re listed in the project’s Info.plist but in the new runtime this load order appears to be random.

Any chance this would be an easy fix?

Cheers,
Steppers

Sure, I don’t think it’ll be too hard to fix. Technically in Codea 4 you can also use requireTabName at the top of files to ensure specific loading order, but the normal ordering should also work (probably a bug or we missed something)

2 Likes