aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBenoit Germain <bnt period germain arrobase gmail period com>2014-01-22 16:16:46 +0100
committerBenoit Germain <bnt period germain arrobase gmail period com>2014-01-22 16:16:46 +0100
commitae19ebab381e6902cce2c7a3efd4a0949357c866 (patch)
tree466558c1533fd8945cc6cfd08535f74dc5f38a10 /tests
parent9808ae3e21ac812ef705a7c1a0b10f49825023c5 (diff)
downloadlanes-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.lua1
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 @@
1lanes = require "lanes".configure() 1lanes = require "lanes".configure()
2 2
3print( lanes.nameof( {}))
3print( lanes.nameof( string.sub)) 4print( lanes.nameof( string.sub))
4print( lanes.nameof( print)) 5print( lanes.nameof( print))