-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test with Lua 5.4 so we're ready when it's released #668
Comments
http://www.lua.org/versions.html#5.4 It's out. |
This is currently blocking on lua-luaepnf/issues/4 at the least, possibly more... |
Luaepnf solved with upstream release. We're now hung up on bit32. |
Looks like compat53 just got released which hopefully means a release for bit32 support is in the works. |
Next up we're going to be stuck on lua-zlib. |
That looks like the lot of them. Unfortunately lua-zlib isn't well maintained, we make have to fork that to get it up to speed. Also not up to speed with Lua 5.4 but if updating lua-zlib proves too painful we could look into lzlib. |
That last PR took care of bit32, the final hold-out is lua-zlib. I've tested it with a fork and gotten it to work, but the upstream needs to release a new rockspec before we can reasonably start requiring it! |
A beta release of Lua 5.4.0 has been announced.
See also #606 for LuaJIT.
The text was updated successfully, but these errors were encountered: