strip numeric prefix from callstack filenames
Dependencies
- [2]
3JVRTWUYprovide a filename for clearer error callstacks - [3]
WNHI74P7load manifest in correct order - [4]
Y5BXW7FXcheck for syntax errors when loading app - [5]
EZHO4TSWnew file-system format for freewheeling apps - [*]
LRDM35CEapp running again
Change contents
- replacement in live.lua at line 65
local status, err = live.eval(buf, filename)local _, definition_name = filename:match('^(%d+)-(.+)')local status, err = live.eval(buf, definition_name)