-
Notifications
You must be signed in to change notification settings - Fork 269
lua: update to 5.5.0 #2573
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
lua: update to 5.5.0 #2573
Conversation
|
Should I have seen this warning locally? |
d54136a to
47d5d10
Compare
|
It's implemented in Actions. |
Ahh, I see. It should be fixed now, hopefully. |
|
Nothing has been fixed. |
The project name is an arbitrary string, since it has no effect on functionality, remove the version number so that fewer places need to be changed when updating.
a71b579 to
29372bc
Compare
I'm sorry, but you'll have to help me out here. The wrap file has meson_version: '>=0.63.0',but https://github.com/mesonbuild/wrapdb/actions/runs/21367306662/job/61502520768?pr=2573#step:7:34 says the targeted minimum version is 0.56.0? What am I missing? |
|
something like this: |
29372bc to
d7ac67a
Compare
Among others: * 0.56.0: oldest version supported by WrapDB * 0.63.0: c_std in subproject default_options * using `dependency_names` in wrap file and overriding dependencies
Lua 5.5.0 was released on 2025-12-22[0]; update the wrap to use that version, no major changes are needed. [0]: https://lua.org/versions.html#5.5
91881b9 to
4b4fa85
Compare
Please see the individual commit messages for more detail.