lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



This line;
table.insert({}, 2, false)

Works fine up to Lua 5.2.1, but fails on 5.2.2. Was there a particular reason for this change?

I didn't see anything in the changes section of the manual nor could find anything in the list of patches between 5.2.1 and 5.2.2.

So why was it changed?

Thijs