-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[contrib.lua] Upgraded lua to new version 5.5.0 #26033
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
Conversation
| ldblib.c liolib.c lmathlib.c loadlib.c loslib.c lstrlib.c ltablib.c lutf8lib.c linit.c | ||
| '''.split() | ||
|
|
||
| flags = ['-DLUA_COMPAT_5_3'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This flag doesn't exist anymore so it's useless to leave it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you know why it was being used previously?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My understanding is that when they upgraded to 5.4 this flag was being used to still enable what was being deprecated/removed from 5.3. With the release of 5.5 it's truly removed so there's no way to reenable it, so the flag is gone. As I pointed out there is no such equivalent flag for 5.4
|
After merging/rerunning the tests. All green. |
|
It looks like you added a changelog entry under |
|
🤦 .... alright I will fix that |
|
Done... #26059 |
Upgraded lua to new version 5.5.0
Note that there is no
LUA_COMPAT_5_4flag...