diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-01-22 16:16:46 +0100 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-01-22 16:16:46 +0100 |
commit | ae19ebab381e6902cce2c7a3efd4a0949357c866 (patch) | |
tree | 466558c1533fd8945cc6cfd08535f74dc5f38a10 /tests | |
parent | 9808ae3e21ac812ef705a7c1a0b10f49825023c5 (diff) | |
download | lanes-ae19ebab381e6902cce2c7a3efd4a0949357c866.tar.gz lanes-ae19ebab381e6902cce2c7a3efd4a0949357c866.tar.bz2 lanes-ae19ebab381e6902cce2c7a3efd4a0949357c866.zip |
2 crash fixes and 1 experiment
* bumped version to 3.8.3
* fixed a possible Lua stack overflow when sending complex function
through lindas or as lane body
* experimental: lanes.nameof() scans the registry if a regular search
didn't yield anything interesting
* fixed lanes.nameof() misbehaving when encountering a LUA_TTHREAD
object
Diffstat (limited to 'tests')
-rw-r--r-- | tests/nameof.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/nameof.lua b/tests/nameof.lua index ed20a32..221c893 100644 --- a/tests/nameof.lua +++ b/tests/nameof.lua | |||
@@ -1,4 +1,5 @@ | |||
1 | lanes = require "lanes".configure() | 1 | lanes = require "lanes".configure() |
2 | 2 | ||
3 | print( lanes.nameof( {})) | ||
3 | print( lanes.nameof( string.sub)) | 4 | print( lanes.nameof( string.sub)) |
4 | print( lanes.nameof( print)) | 5 | print( lanes.nameof( print)) |