luvit / luv

Bare libuv bindings for lua
Apache License 2.0
832 stars 187 forks source link

Lua 5.4.7 update #710

Closed SinisterRectus closed 4 months ago

SinisterRectus commented 4 months ago

Closes #709.

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.