On Sat, Mar 10, 2012 at 9:29 AM, Kacper Wysocki <[email protected]> wrote: > On Sat, Mar 10, 2012 at 8:21 AM, Hisham <[email protected]> wrote: >> Today I committed some more changes towards Lua 5.2 compatibility. I >> didn't do extensive tests yet but I reworked the appropriate parts of >> the configure script and managed to run some luarocks commands under >> Lua 5.2, while maintaining Lua 5.1 compatibility, of course. > > I am curious, what kind of incompatibilities do you see between 5.1 and 5.2?
Nothing surprising, the same stuff that was already mentioned in the Lua mailing list and the lua-users wiki. Here's the commit: https://github.com/keplerproject/luarocks/commit/37aded056fae788088855b36281b1d23b0131fdb In short: setfenv→load, return value of os.execute, flag to io.open, hardcoded values. -- Hisham http://hisham.hm/ ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
