| Commit message (Collapse) | Author | Files | Lines |
|
* configured to build Lanes, the example module deep_userdata_example, and the unit tests
* relies on Lua 5.1 → 5.4, LuaJIT and MoonJIT to be built and located in a fixed directory
* manual_register legacy test now uses deep_userdata_example module instead of lfs
|
|
|
|
|
|
|
|
* Fix compatibility function lua_getiuservalue() for Lua 5.3
* Fix handling of nil function upvalues in lanes.nameof()
|
|
discovered
* cancel.lua fails when using lanes.coro
* coro/basics.lua fails because an error message is different
* coro/error_handling fails for an unknown reason
* a lanes.finally test crashes inside lua_close
|
|
* vcproj settings
* always load "jit" module so that lanes does not detect it in running under PUC-Lua
* add fixture support so that test "cooperative_shutdown.lua" works
* fix test "lanes.configure() allocator setting not failing like it should
|
|
Unit tests for lanes.nameof() fail with Lua 5.3 only (to be investigated later)
|
|
|
|
|