lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> do we have to rebuild all Lua 5.2 modules with the Lua 5.3  dll so that we can use them in Lua 5.3?

I think the answer is "yes". I successfully compiled luasocket with
Lua 5.3 without any code changes to support debugging in ZeroBrane
Studio on Windows/OSX/Linux, but it did require adding
-DLUA_COMPAT_APIINTCASTS. I haven't noticed any problems yet.

Paul.