Rudrangshu Nandi
Rudrangshu Nandi
Can you explain the issue is slightly more detail? I would like to work on it.
Maybe replacing the `loadstring` call to `load` might help. Seems like `loadstring` is not available past `LUA 5.1` and PlayDate uses `LUA 5.3`. Maybe the `loadstring` call in PlayDate is...
Yeah that might be the case. Not sure though.
It seems like it works mostly fine. I used your version in a project, and it does not seem to have caused any issues. I am mainly using `requireAll` though....
So, I did run a performance test on your version @iansharkey. Seems like the changes don't affect performance in any way. Seemed just about the same as tiny_ecs.