Skip to content
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

Add experimental support for Lua 5.4 #249

Merged
merged 2 commits into from Aug 2, 2020
Merged

Conversation

psychon
Copy link
Collaborator

@psychon psychon commented Aug 2, 2020

This is the part of #199 that makes the build against Lua 5.4 pass. However, Lua 5.4 is not added to Travis since it does not pass the test suite. Thus, this is only experimental support.

Let's hope that someone magically shows up and figures out what the problem is...

Lua 5.4 changed the API to lua_resume(). This commit changes the code to
cope with that.

Signed-off-by: Uli Schlachter <psychon@znc.in>
Signed-off-by: Uli Schlachter <psychon@znc.in>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant