Skip to content
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

[stringzilla] update stringzilla to 3.8.3 #38436

Closed
wants to merge 15 commits into from
2 changes: 1 addition & 1 deletion ports/stringzilla/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ashvardanian/StringZilla
REF "v${VERSION}"
SHA512 b42acd6f1a06f8c5519f3093ac155b6caea95ca4a5618bfc24b9028353c78ae47c53f37cd498ce9d652ede323b96d38d044faa45f6c4ef58d71d748c071cbd21
SHA512 012ba09583a65cde35e05242f26de666922128a9fafc9642b627c25b9851beb70e8bdd6bd2db0438fef19bc7a6a94de41bc6be65872a123037ad30080947242b
HEAD_REF master
)

Expand Down
7 changes: 3 additions & 4 deletions ports/stringzilla/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "stringzilla",
"version": "3.7.0",
"description": "StringZilla is the GodZilla of string libraries, using SIMD and SWAR to accelerate string operations on modern CPUs.",
"version": "3.8.3",
"description": "Up to 10x faster strings for C, C++, Python, Rust, and Swift.",
"homepage": "https://github.com/ashvardanian/StringZilla",
"license": "Apache-2.0",
"supports": "!x86"
"license": "Apache-2.0"
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8449,7 +8449,7 @@
"port-version": 1
},
"stringzilla": {
"baseline": "3.7.0",
"baseline": "3.8.3",
"port-version": 0
},
"strong-type": {
Expand Down
35 changes: 35 additions & 0 deletions versions/s-/stringzilla.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
{
"versions": [
{
"git-tree": "4db542baa8e613548fb6fb04b28ea5e8aa57f4b6",
"version": "3.8.3",
"port-version": 0
},
{
"git-tree": "4ecc6d7d59048b1a194189e8ec5849b6d38eba78",
"version": "3.8.2",
"port-version": 0
},
{
"git-tree": "42586bdbaa73036b501b90dea3228de8961d2026",
"version": "3.8.1",
"port-version": 0
},
{
"git-tree": "9f1e8d69c57fae64a2e22b71401eae50ee47fbfa",
"version": "3.8.0",
"port-version": 0
},
{
"git-tree": "96b7764c679ed248ad7ece9e1b3aa055ce5359d9",
"version": "3.7.3",
"port-version": 0
},
{
"git-tree": "d6d14deeaf7045fef65dea24ead9e6815da6463a",
"version": "3.7.2",
"port-version": 0
},
{
"git-tree": "5891faea85f12bf651fe154b111e10ab1c523c48",
"version": "3.7.1",
"port-version": 0
},
Comment on lines +3 to +37
Copy link
Contributor

Choose a reason for hiding this comment

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

  • Only one version is added to each modified port's versions file.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

what do you mean, i don t quite understand

Copy link
Contributor

Choose a reason for hiding this comment

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

One PR can only add one version to stringzilla.json. In the current state, this is 3.8.3, and all other added versions must be removed from this file.

{
"git-tree": "6acf96d1a37889967709ff6e334922689171f10e",
"version": "3.7.0",
Expand Down