Table.insert behaviour change
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Table.insert behaviour change
- From: Thijs Schreijer <thijs@...>
- Date: 2014年1月20日 22:33:59 +0000
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