Skip to content

Update glib to 2.88.1#9919

Merged
waruqi merged 1 commit intoxmake-io:devfrom
EZ4Stephen:EZ4Stephen-patch-6
May 6, 2026
Merged

Update glib to 2.88.1#9919
waruqi merged 1 commit intoxmake-io:devfrom
EZ4Stephen:EZ4Stephen-patch-6

Conversation

@EZ4Stephen
Copy link
Copy Markdown
Contributor

Adds version 2.88.1 to glib.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 thread packages/g/glib/xmake.lua
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")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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"
    })

@waruqi waruqi merged commit 437c363 into xmake-io:dev May 6, 2026
61 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants