efl/src/lib/elua
Daniel Kolesa 67d1c0e51c elua: load regular file if bytecode cache fails
If bytecode is requested and fails to load, load original file
instead. Force re-write of bytecode if that succeeds.

This is useful if there is bytecode newer than the source file that
the current Lua version can't load, for example when migrating from
LuaJIT 2.0 to 2.1, which changed bytecode format.

Fixes confusing cases such as in T2728.
2017-08-30 20:21:23 +02:00
..
Elua.h elua lib: sanitize all file paths before writing them 2015-06-09 14:01:25 +01:00
cache.c elua: load regular file if bytecode cache fails 2017-08-30 20:21:23 +02:00
elua.c elua: use up to date lua API 2017-06-28 11:51:29 +02:00
elua_private.h elua: use up to date lua API 2017-06-28 11:51:29 +02:00
io.c elua: use up to date lua API 2017-06-28 11:51:29 +02:00