Commit Graph

5 Commits

Author SHA1 Message Date
SeanOMik 9b542fb523
Fix some warnings 2024-02-18 23:25:04 -05:00
SeanOMik 35bd889b48
Fix lots of bugs, add thread placeholder type, fix ValueVec when used in tuples, much more 2024-02-17 14:24:58 -05:00
SeanOMik 8aec55c2d6
Fix userdata methods, and Table::has_key, add Variadic<T>
Userdata methdos were always returning BadArgument errors with mismatching argument counts. Table::has_key was returning true even when the key didn't exist
2024-02-12 20:30:14 -05:00
SeanOMik 03e81f5553
make it possible to provide references of rust types to lua 2024-02-06 09:23:32 -05:00
SeanOMik f3c0dc1930
Create a chunk struct, replace the traits created for Function with FromLua, ToLua, FromLuaVec, etc. 2024-01-28 20:02:12 -05:00