[Rpm-maint] [rpm-software-management/rpm] Upgrade to work with lua 5.3 without compat mode (#166)

daurnimator notifications at github.com
Fri Feb 24 06:11:35 UTC 2017


rpm currently only works with lua 5.3 if lua is compiled/included in compatibility mode.

The code has taken the odd approach of reimplementing deprecated functions in terms of new functions, rather than updating the code to use the new functions (they were deprecated for a reason!), and potentially having backwards compat macros (such as provided by https://github.com/keplerproject/lua-compat-5.3) to still work with 5.1

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/166
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20170223/629b2847/attachment.html>


More information about the Rpm-maint mailing list