Skip to content

Bugfix Lua 5.4 not working#5783

Merged
akashihi merged 1 commit intoProject-OSRM:masterfrom
OgreTransporter:bugfix-lua-5781
Jul 28, 2020
Merged

Bugfix Lua 5.4 not working#5783
akashihi merged 1 commit intoProject-OSRM:masterfrom
OgreTransporter:bugfix-lua-5781

Conversation

@OgreTransporter
Copy link
Copy Markdown
Contributor

Issue #5781: In Lua 5.4 the function lua_resume now has an extra parameter. This out parameter returns the number of values on the top of the stack that were yielded or returned by the coroutine (in previous versions, those values were the entire stack.). The constant LUA_ERRGCMM was removed. Errors in finalizers are never propagated; instead, they generate a warning.

In Lua 5.4 the function lua_resume now has an extra parameter. This out parameter returns the number of values on the top of the stack that were yielded or returned by the coroutine (in previous versions, those values were the entire stack.). The constant LUA_ERRGCMM was removed. Errors in finalizers are never propagated; instead, they generate a warning.
@akashihi akashihi merged commit 57ed232 into Project-OSRM:master Jul 28, 2020
@OgreTransporter OgreTransporter deleted the bugfix-lua-5781 branch August 20, 2020 12:29
@carlocab carlocab mentioned this pull request Dec 2, 2020
27 tasks
This was referenced Jan 7, 2021
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.

2 participants