Tracking entry (detail in the package repo).
Control/Extend.lua used table.unpack (a Lua 5.2+ name; 5.1 has bare unpack) plus an off-by-one in arrayExtend — masked because the fork tested on Lua 5.3. Surfaced by pinning Lua 5.1 (the pslua target). Fixed together with the 5.1 pin in the alignment PR (coupled).
Tracking entry (detail in the package repo).
Control/Extend.luausedtable.unpack(a Lua 5.2+ name; 5.1 has bareunpack) plus an off-by-one in arrayExtend — masked because the fork tested on Lua 5.3. Surfaced by pinning Lua 5.1 (the pslua target). Fixed together with the 5.1 pin in the alignment PR (coupled).