mlua/tests
Alex Orlenko 0c7db4916c Serialize only known (registered) userdata.
This reverts commit 7332c6a.
Non-static userdata is a special case and can cause segfault if try to serialize it.
Now it should be safe, plus I added non-static userdata destructor to generate better error messages
in case of accessing destructed userdata.
2021-04-16 22:01:55 +01:00
..
compile Update compile tests 2020-12-29 23:20:06 +00:00
module Add test to check loading module from lua coroutine (thread) 2020-06-07 20:38:19 +01:00
async.rs Fix bug in returning nil-prefixed multi values from async function 2021-03-03 22:32:22 +00:00
byte_string.rs Add LuaJIT 2.0.5 stable support 2020-06-06 16:07:16 +01:00
compile.rs Update compile tests to include async/send features 2020-05-12 03:16:29 +01:00
function.rs Add ChunkMode enum to mark chunks as text or binary 2020-07-28 21:04:21 +01:00
hooks.rs Enable hooks support for LuaJIT 2020-06-07 20:38:19 +01:00
memory.rs Add LuaJIT 2.0.5 stable support 2020-06-06 16:07:16 +01:00
scope.rs Serialize only known (registered) userdata. 2021-04-16 22:01:55 +01:00
serde.rs Serialize only known (registered) userdata. 2021-04-16 22:01:55 +01:00
string.rs Add LuaJIT 2.0.5 stable support 2020-06-06 16:07:16 +01:00
table.rs Add LuaJIT 2.0.5 stable support 2020-06-06 16:07:16 +01:00
tests.rs Improve panic handling (check for twice resumed panics) 2021-04-15 23:04:36 +01:00
thread.rs Add LuaJIT 2.0.5 stable support 2020-06-06 16:07:16 +01:00
types.rs Add LuaJIT 2.0.5 stable support 2020-06-06 16:07:16 +01:00
userdata.rs Fix compilation warnings on nightly 2021-03-03 23:36:28 +00:00
value.rs Add LuaJIT 2.0.5 stable support 2020-06-06 16:07:16 +01:00