Liquipedia / Lua-Modules

Used to keep versions of some important lua modules of the Liquipedia wiki that we want better version control for.
Other
31 stars 68 forks source link

Infoboxes using deprecated unpack method #3431

Closed FenrirWulf closed 10 months ago

FenrirWulf commented 10 months ago

Components

Commons

hjpalpha commented 10 months ago

we use unpack in lots of other places too

also with the lua version we use it is not deprecated yet

hjpalpha commented 10 months ago

suggest to close table.unpack gets added with lua 5.2 (iirc) we use lua 5.1, hence table.unpack isn't defined

Rathoz commented 10 months ago

Yup, closing. This is because you're using the wrong Lua version in your IDE Settings. Set it to 5.1 :)