aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/misc_tests.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve table and userdata conversionsBenoit Germain6 days1-0/+193
* add convert_fallback and convert_max_attempts to global settings * if no __lanesconvert is available, use convert_fallback (can be useful for externally provided full userdata with fixed metatables) * only try conversion on non-deep and non-clonable userdata * conversion can be applied recursively, up to convert_max_attempts times * plus all the relevant unit tests of course