sol2/tests
ThePhD 220335d95c
Fix up inheritance with special metamethods
- Inheritance was causing __index and __new_index to be overriden on the named metatables
- This meant special constructors and other metamethods might not have been set properly
- Use lua_rawset to directly slam dunk the value into the table
2020-12-18 10:04:46 -05:00
..
compile_tests Add CMake option to disable installation 2020-11-01 12:32:18 -05:00
config_tests Add CMake option to disable installation 2020-11-01 12:32:18 -05:00
regression_tests Add regression test for #1087 2020-12-17 23:37:00 -05:00
runtime_tests Fix up inheritance with special metamethods 2020-12-18 10:04:46 -05:00
CMakeLists.txt New Unsafe Feature: Function Pointers! 2020-09-26 09:46:11 -04:00