aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/scripts/lane/tasking_send_receive_code.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rework function bytecode dumping to be Lua5.5-readyBenoit Germain2025-07-241-10/+8
| | | | * prepare the luaL_Buffer in the destination state instead of the source state to prevent stack issues when everything happens in the same state
* New feature: Linda periodical cancellation checksBenoit Germain2025-04-181-1/+1
| | | | | | | * 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)
* Give a name to all lanes in the testsBenoit Germain2025-03-141-1/+1
|
* Append all unit tests to depotBenoit Germain2024-12-131-0/+91