Skip to content
Merged
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/s/simdjson/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package("simdjson")

add_urls("https://github.com/simdjson/simdjson/archive/refs/tags/$(version).tar.gz",
"https://github.com/simdjson/simdjson.git")
add_versions("v4.0.7", "d2d15490605858d3dd42e90d25e0fde31c53446b7d3cde9ef334449236927916")
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

While adding the new version is correct, the list of add_versions calls is becoming quite long, currently containing over 20 versions. To improve the long-term maintainability of this file, I suggest establishing a policy to periodically remove very old and likely unused versions. For example, you could consider removing versions older than a few major releases (e.g., v0.x, v1.x, v2.x) now that v4.x is available.

add_versions("v4.0.6", "84b90eaff91c8a4ac40feff1fffa9d13d706f914413dd41351644038a14079b6")
add_versions("v3.12.3", "d0af071f2f4187d8b26b556e83ef832b634bd5feb4e2f537b9dabbd334d4e334")
add_versions("v3.12.2", "8ac7c97073d5079f54ad66d04381ec75e1169c2e20bfe9b6500bc81304da3faf")
Expand Down
Loading