[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A rant about backward-incompatible changes
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 14 Jul 2015 11:51:29 -0300
> Lua does, too. The feature in question spent the full duration of 5.2
> clearly marked as "deprecated" and was accordingly removed from the
> next major revision.
And if you really need compatibilty with Lua 5.1, you can even build
Lua 5.3 with LUA_COMPAT_5_1 on or just LUA_COMPAT_UNPACK.
See luaconf.h for all compatibility options.
Search for the section "Compatibility with previous versions".