Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/v/vk-bootstrap/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package("vk-bootstrap")
add_urls("https://github.com/charles-lunarg/vk-bootstrap/archive/refs/tags/$(version).tar.gz",
"https://github.com/charles-lunarg/vk-bootstrap.git")

add_versions("v1.4.329", "508e334ed9ff506b34eaa0280eb04c090bb1107c313d4d12a449dbe003c2d46a")
add_versions("v1.4.325", "d9d69fb8f9716830ee71bd4a6bd096a6b46b966b5c81eb0a47f3b67cfb3572e1")
add_versions("v1.4.315", "f28595b057e10033cc6b64319e76be4eeda5b7c9ee83cc1808218e69b040f353")
add_versions("v1.4.312", "9bc21aea86859329e9939d4d44f40ef4ce9e2208a3fdd9cb67e2d2f0f2393814")
Comment on lines +9 to 12
Copy link
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, it's good practice to keep version lists sorted. The full list of versions in this file is not sorted semantically (e.g., lines 24-29 are out of order with surrounding versions), which can make it difficult to track available versions. While this automated change correctly adds the new version at the top, please consider creating a separate PR to sort all add_versions calls by semantic version in descending order to improve the file's clarity.

Expand Down
Loading