LuaCore

log

age author description
2008-08-20 Eric Wing More quick fixes. There might be bugs in the case where a file xor line number is provided. The fallback code might pull in the wrong line number from the wrong file or vice-versa. The problem is also complicated by the fact that the truncated string problem seems to depend on the type of problem encountered and I don't know the exhaustive list of scenarios.default tip
2008-08-20 Eric Wing Fixed the annoying bug concerning failure on compile. It turns out the error string on compile failure is not truncated, so I went with the brute force string parsing technique to get the error information.
2008-08-20 Eric Wing Partially fixed error handling for non-pcall situations.
2008-08-20 Eric Wing Partial fix for a bug concerning errors not inside pcall. I needed a way to get the line number, file, and function name information to the error handler since outside pcall, the stack_trace error function isn't run.
2008-08-19 Eric Wing Fork of Gus's LuaCore. Contains lots of enhancements and fixes. See EricsNotes.rtf for details.