lcm-proj / lcm

Lightweight Communications and Marshalling
GNU Lesser General Public License v2.1
944 stars 385 forks source link

Allow for old or new style Lua unpack #439

Closed tprk77 closed 1 year ago

tprk77 commented 1 year ago

Changes the local unpack to fallback to table.unpack. This way Lua 5.4 still works, but Lua 5.1 can work as well.