This sets our Lua version to the proper 5.4.7 commit/tag and updates calls to collectgarbage to use the incremental option instead of the deprecated setpause and setstepmul options. This change should be valid for all 5.4 versions, but not prior versions and not LuaJIT.
Closes #709.
This sets our Lua version to the proper 5.4.7 commit/tag and updates calls to
collectgarbage
to use theincremental
option instead of the deprecatedsetpause
andsetstepmul
options. This change should be valid for all 5.4 versions, but not prior versions and not LuaJIT.