diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-03-20 16:49:15 +0100 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-03-20 16:49:15 +0100 |
commit | 5db999e79a1dd28365231c449840236b204a1ca9 (patch) | |
tree | beed00430548b28d8e1c0a316bb30059971adebe /CHANGES | |
parent | 43343cc59b54ebf216bc3519abcf4cd3e1f0243f (diff) | |
download | lanes-5db999e79a1dd28365231c449840236b204a1ca9.tar.gz lanes-5db999e79a1dd28365231c449840236b204a1ca9.tar.bz2 lanes-5db999e79a1dd28365231c449840236b204a1ca9.zip |
Fixed error handling when handler isn't called
* bumped version to 3.9.4
* set_finalizer throws an error if provided finalizer isn't a function
* fix error handling when the error doesn't generate an error handler
call (IOW, all errors but LUA_ERRRUN)
* provide callstack if LUA_ERRRUN occurs inside a finalizer
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 108: BGe 20-Mar-14 | ||
4 | * bumped version to 3.9.4 | ||
5 | * set_finalizer throws an error if provided finalizer isn't a function | ||
6 | * fix error handling when the error doesn't generate an error handler call (IOW, all errors but LUA_ERRRUN) | ||
7 | * provide callstack if LUA_ERRRUN occurs inside a finalizer | ||
8 | |||
3 | CHANGE 107: BGe 19-Mar-14 | 9 | CHANGE 107: BGe 19-Mar-14 |
4 | * Make sure we don't mutex-wrap require() more than once, just in case | 10 | * Make sure we don't mutex-wrap require() more than once, just in case |
5 | 11 | ||