Rev 539 | Blame | Compare with Previous | Last modification | View Log | Download
lua_coverage.asm(7): error: [INCLUDELUA] File doesn't exist: neverfile.lualua_coverage.asm(1): error: [LUA] syntax error near 'error'lua_coverage.asm(8): ^ emitted from here# file opened: lua_coverage.asm1 0000 ; various error states, etc... (not a good fit elsewhere)lua_coverage.asm(2): error: [ENDLUA] End of lua script without script2 0000 ENDLUA3 0000lua_coverage.asm(4): error: [LUA] Syntax error: neverpass4 0000 LUA neverpass5 0000 ENDLUA6 00007 0000 INCLUDELUA neverfile.lua8 0000 INCLUDELUA lua_coverage.asm ; file exists, but errors out9 000010 0000 LUA pass311 0000 ~ % $ & ?lua_coverage.asm(11): error: [LUA] unexpected symbol near '%'12 0000 ENDLUA13 000014 0000 LUA pass3 ; lua errors in calling known functions15 0000 ~ sj.get_define("define", true, 2) -- not an error after lua5.4 upgrade, extra arguments are silent16 0000 ENDLUA17 000018 0000 LUA pass319 0000 ~ sj.insert_define("define", 2, 3) -- not an error after lua5.4 upgrade, extra arguments are silent20 0000 ENDLUA21 000022 0000 LUA ; check read-only property of the directly mapped values23 0000 ~ sj.current_address = 1lua_coverage.asm(24): error: [LUA] 'current_address' is read-only24 0000 ENDLUA25 0000 LUA26 0000 ~ sj.error_count = 2lua_coverage.asm(27): error: [LUA] 'error_count' is read-only27 0000 ENDLUA28 0000 LUA29 0000 ~ sj.warning_count = 3lua_coverage.asm(30): error: [LUA] 'warning_count' is read-only30 0000 ENDLUA31 000032 000033 0000 LUA pass334 0000 ~ someErrorInLua(1, 2, 3)35 0000 ~lua_coverage.asm(35): error: [LUA] Unexpected end of lua scriptlua_coverage.asm(34): error: [LUA] attempt to call a nil value (global 'someErrorInLua')lua_coverage.asm(35): ^ emitted from here35 0000# file closed: lua_coverage.asmValue Label------ - -----------------------------------------------------------