[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Odd semantic with nil in tables
- From: Viacheslav Usov <via.usov@...>
- Date: Mon, 23 Jan 2023 19:31:52 +0100
On Tue, Jan 17, 2023 at 7:39 PM Andrew Starks <andrew@starksfam.org> wrote:
> That said, it's too late to change it now (imho). This would be a big breaking change for much code that is already out there.
Well, since Lua is only really compatible with the same X.Y.* version,
the requested change would have to happen with X or Y increased from
their current or past values, in which case one could argue that it is
OK to break code that was designed for version X.Y.
By the same token, anyone wanting that change could just make that
change in their own version of Lua.
Cheers,
V.