aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/scripts/linda/send_receive_tables.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Lift restriction on functions and userdata as table keysHEADmasterBenoit Germain4 days1-35/+131
| | | | As demonstrated by the unit tests, there is no problem with using a function or a userdata as a table key, as long as they are transferable
* Lift restriction on tables as table keysBenoit Germain5 days1-0/+41
As demonstrated by the unit tests, there is no problem with using a table as a table key