[zziplib] Update to v0.13.72#24011
Conversation
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.
Consider using another version scheme instead of "version-string" in port "zziplib".
Use `--skip-version-format-check` to disable this check.
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 436d98da7f6f06c8dc6bfce2801c543d7cd47ee1 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 3e1afbc..24feb2a 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -7697,8 +7697,8 @@
"port-version": 3
},
"zziplib": {
- "baseline": "0.13.71",
- "port-version": 3
+ "baseline": "0.13.72",
+ "port-version": 0
}
}
}
diff --git a/versions/z-/zziplib.json b/versions/z-/zziplib.json
index 708656c..64aa3a4 100644
--- a/versions/z-/zziplib.json
+++ b/versions/z-/zziplib.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "bb3c9f9d50c2a93471726d243892a9a18b9bef96",
+ "version-string": "0.13.72",
+ "port-version": 0
+ },
{
"git-tree": "af9957469a45f5b512845c4f180af1a7e4e2e886",
"version-string": "0.13.71",You have modified or added at least one vcpkg.json where a "license" field is missing.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/zziplib/vcpkg.json
Valid values for the license field can be found in the documentation
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
PRs must add only one version and must not modify any published versions
When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified.
Consider using another version scheme instead of "version-string" in port "zziplib".
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 436d98da7f6f06c8dc6bfce2801c543d7cd47ee1 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 3e1afbc..24feb2a 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -7697,8 +7697,8 @@
"port-version": 3
},
"zziplib": {
- "baseline": "0.13.71",
- "port-version": 3
+ "baseline": "0.13.72",
+ "port-version": 0
}
}
}
diff --git a/versions/z-/zziplib.json b/versions/z-/zziplib.json
index 708656c..64aa3a4 100644
--- a/versions/z-/zziplib.json
+++ b/versions/z-/zziplib.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "bb3c9f9d50c2a93471726d243892a9a18b9bef96",
+ "version-string": "0.13.72",
+ "port-version": 0
+ },
{
"git-tree": "af9957469a45f5b512845c4f180af1a7e4e2e886",
"version-string": "0.13.71",You have modified or added at least one vcpkg.json where a "license" field is missing.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/zziplib/vcpkg.json
Valid values for the license field can be found in the documentation
|
(Edited after #24011 (comment).) CC @autoantwort @strega-nil-ms @ras0219-msft I picked this port to address issues with the formatting and version check:
This PR now fixes that situation, by running
|
There was a problem hiding this comment.
If upstream rejects this change, I'd like to approve this.
There was a problem hiding this comment.
This was previously in VCPKG_C_FLAGS in the portfile. But VCPKG_C_FLAGS depends on the chainloaded toolchain, and the portfile lack the windows condition.
So either accept it here, or I will restore the portfile code.
That is not true. See |
I see, and I apologize. I could verify that now with the current tool and port clockutils: This means I should restore the original recommendation message. A fix to the action is still needed, in order to show the recommendation instead of an error. And it should go to a different headline than "PRs must add only one version and must not modify any published versions". |
.github/workflows/untrustedPR.yml
Outdated
There was a problem hiding this comment.
what's up with this change?
There was a problem hiding this comment.
It fixes the broken GH Action when running into version-string.
|
@dg0yt I have no idea what you mean; |
@strega-nil-ms I was concerned about With all these literals being acceptable |
7e87829 to
cac8653
Compare
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout d72783cb3aeddfd667861caef1060e54ca6fa7a9 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 4dc8f8d..b92593d 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -7705,8 +7705,8 @@
"port-version": 3
},
"zziplib": {
- "baseline": "0.13.71",
- "port-version": 3
+ "baseline": "0.13.72",
+ "port-version": 0
}
}
}
diff --git a/versions/z-/zziplib.json b/versions/z-/zziplib.json
index 708656c..64aa3a4 100644
--- a/versions/z-/zziplib.json
+++ b/versions/z-/zziplib.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "bb3c9f9d50c2a93471726d243892a9a18b9bef96",
+ "version-string": "0.13.72",
+ "port-version": 0
+ },
{
"git-tree": "af9957469a45f5b512845c4f180af1a7e4e2e886",
"version-string": "0.13.71",You have modified or added at least one vcpkg.json where a "license" field is missing.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/zziplib/vcpkg.json
Valid values for the license field can be found in the documentation
Separately collect and display result from version scheme check. Ignore error from version scheme check when checking version values. Pass output also to console.
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
Use the version scheme "version" instead of "version-string" in port "zziplib".
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout d72783cb3aeddfd667861caef1060e54ca6fa7a9 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 4dc8f8d..b92593d 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -7705,8 +7705,8 @@
"port-version": 3
},
"zziplib": {
- "baseline": "0.13.71",
- "port-version": 3
+ "baseline": "0.13.72",
+ "port-version": 0
}
}
}
diff --git a/versions/z-/zziplib.json b/versions/z-/zziplib.json
index 708656c..64aa3a4 100644
--- a/versions/z-/zziplib.json
+++ b/versions/z-/zziplib.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "bb3c9f9d50c2a93471726d243892a9a18b9bef96",
+ "version-string": "0.13.72",
+ "port-version": 0
+ },
{
"git-tree": "af9957469a45f5b512845c4f180af1a7e4e2e886",
"version-string": "0.13.71",You have modified or added at least one vcpkg.json where a "license" field is missing.
Details
If you feel able to do so, please consider adding a "license" field to the following files:
ports/zziplib/vcpkg.json
Valid values for the license field can be found in the documentation
🎉 |
There was a problem hiding this comment.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout d72783cb3aeddfd667861caef1060e54ca6fa7a9 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 4dc8f8d..b92593d 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -7705,8 +7705,8 @@
"port-version": 3
},
"zziplib": {
- "baseline": "0.13.71",
- "port-version": 3
+ "baseline": "0.13.72",
+ "port-version": 0
}
}
}
diff --git a/versions/z-/zziplib.json b/versions/z-/zziplib.json
index 708656c..3aec32b 100644
--- a/versions/z-/zziplib.json
+++ b/versions/z-/zziplib.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "e09e8bf85eff5c115f9dcf5372f8bdbab590ab6b",
+ "version": "0.13.72",
+ "port-version": 0
+ },
{
"git-tree": "af9957469a45f5b512845c4f180af1a7e4e2e886",
"version-string": "0.13.71",|
Now the GH Action no longer fails, and it captures the messages as needed.
|
|
🎉 llvm:x64-windows restored from cache, finally. (#23896) |
FTR it was here #23532 (comment). But this was also just based on assumptions, and in practice, |
|
I disagree strongly with the |
Which change?
I can split the PR for final history, but I had to verify that it works. Unfortunately, I still didn't get the message through, despite providing the demonstration in the history of this PR.
So where is the problem?
|
|
Oh shit! I totally missed what it was actually doing, sorry. Thanks! |
What does your PR fix?
Updates and modernize zziplib.
Fixes error in the GH Actions versions check.
Which triplets are supported/not supported? Have you updated the CI baseline?
unchanged, no
Does your PR follow the maintainer guide?
yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --alland committed the result?yes