-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Migrate lua from 5.1~5.3.x to 5.4.x #332
Labels
Milestone
Comments
I have run the lua-tests project with lua5.4.2, the performance is very slow when scroll the main menu panel, so it may needs a long time to determine whether upgrade to lua5.4.x |
Note: By profile with visualstudio, it may caused by incorrect gc mode set |
halx99
added
documentation
Improvements or additions to documentation
enhancement
New feature or request
labels
Mar 27, 2021
Actually, axmol support simply switch plain lua version with follow steps:
|
halx99
changed the title
Lua 5.4.3 is on the start (lua-5.4.3-rc2.tar.gz 2021-03-15)
Migrate lua from 5.3.x to 5.4.x
Oct 8, 2021
halx99
added a commit
that referenced
this issue
Oct 8, 2021
halx99
changed the title
Migrate lua from 5.3.x to 5.4.x
Migrate lua from 5.1~5.3.x to 5.4.x
Oct 24, 2021
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
unpack
,pack
moved from global to packagetable
math.pow
was removed, use operator^
instead#
instead table.getnmath.mod
was renamed tomath.fmod
, the behavior same with operator%
The text was updated successfully, but these errors were encountered: