Update glib to 2.88.1#9919
Merged
waruqi merged 1 commit intoxmake-io:devfrom May 6, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds version 2.88.1 of the glib package to the xmake configuration. The reviewer suggested grouping the individual add_versions calls into a single table-based call to improve the maintainability and readability of the package definition.
Comment on lines
12
to
+15
| add_versions("home:2.71.0", "926816526f6e4bba9af726970ff87be7dac0b70d5805050c6207b7bb17ea4fca") | ||
| add_versions("home:2.78.1", "915bc3d0f8507d650ead3832e2f8fb670fce59aac4d7754a7dab6f1e6fed78b2") | ||
| add_versions("home:2.85.0", "97cfb0466ae41fca4fa2a57a15440bee15b54ae76a12fb3cbff11df947240e48") | ||
| add_versions("home:2.88.1", "51ab804c56f6eab3e5045c774d1290ac5e4c923d4f9a3d8e33123bee45c1840e") |
Contributor
There was a problem hiding this comment.
For better maintainability and readability, you can group all version definitions into a single add_versions call using a table. This makes it easier to manage versions in the future.
add_versions({
["home:2.71.0"] = "926816526f6e4bba9af726970ff87be7dac0b70d5805050c6207b7bb17ea4fca",
["home:2.78.1"] = "915bc3d0f8507d650ead3832e2f8fb670fce59aac4d7754a7dab6f1e6fed78b2",
["home:2.85.0"] = "97cfb0466ae41fca4fa2a57a15440bee15b54ae76a12fb3cbff11df947240e48",
["home:2.88.1"] = "51ab804c56f6eab3e5045c774d1290ac5e4c923d4f9a3d8e33123bee45c1840e"
})
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds version 2.88.1 to glib.