aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/scripts/linda (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rework function bytecode dumping to be Lua5.5-readyBenoit Germain2025-07-241-0/+13
| | | | * prepare the luaL_Buffer in the destination state instead of the source state to prevent stack issues when everything happens in the same state
* Change lane:join() return valuesBenoit Germain2025-06-051-2/+3
| | | | | | * when no error is raised in the lane, lane:join() now precedes the lane returned values with true * lane body is no longer forced to return something when used with join() * adjusted all relevant unit tests accordingly
* A unit test for linda wake_periodBenoit Germain2025-04-181-0/+41
|
* New feature: Linda periodical cancellation checksBenoit Germain2025-04-182-4/+4
| | | | | | | * lanes.linda() api change: takes all settings in a single table argument * new linda creation argument wake_period * new lanes.configure setting linda_wake_period * adjusted all unit tests (one TODO test fails on purpose)
* Append all unit tests to depotBenoit Germain2024-12-133-0/+77