-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
[harfbuzz] Don't make use of IN_LIST #19444
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 57bd7102d9fd880daa1b0958692294c4a125f6d8 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/h-/harfbuzz.json b/versions/h-/harfbuzz.json
index 0a578bd..2a040e8 100644
--- a/versions/h-/harfbuzz.json
+++ b/versions/h-/harfbuzz.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "aa38e73b941deaa4ffd19cda8ecbe0a143a5a7fa",
+ "git-tree": "f02430ff3435ae9db60d3064dbf740cfbb20dddc",
"version": "2.8.1",
"port-version": 1
},
What is the |
Please note:
|
1b40f7b
to
8089425
Compare
8089425
to
595d799
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Error: Local changes detected for harfbuzz but no changes to version or port version.
-- Version: 2.8.1
-- Old SHA: 32e5438e1f8c76646b657f14fbe0dac7646d80f6
-- New SHA: 0f52a589f83e19a5cc3ff6a3bcb4ad0c87b78cbf
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 57bd7102d9fd880daa1b0958692294c4a125f6d8 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/h-/harfbuzz.json b/versions/h-/harfbuzz.json
index 2e37d64..66f3d1e 100644
--- a/versions/h-/harfbuzz.json
+++ b/versions/h-/harfbuzz.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "0f52a589f83e19a5cc3ff6a3bcb4ad0c87b78cbf",
+ "git-tree": "32e5438e1f8c76646b657f14fbe0dac7646d80f6",
"version": "2.8.1",
"port-version": 0
},
595d799
to
5acaef8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 57bd7102d9fd880daa1b0958692294c4a125f6d8 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/h-/harfbuzz.json b/versions/h-/harfbuzz.json
index 809f6da..698b0de 100644
--- a/versions/h-/harfbuzz.json
+++ b/versions/h-/harfbuzz.json
@@ -6,7 +6,7 @@
"port-version": 1
},
{
- "git-tree": "0f52a589f83e19a5cc3ff6a3bcb4ad0c87b78cbf",
+ "git-tree": "32e5438e1f8c76646b657f14fbe0dac7646d80f6",
"version": "2.8.1",
"port-version": 0
},
OK lets give this a try. |
5acaef8
to
902070f
Compare
I can confirm that this fixes the issue. |
What does your PR fix?
This fixes compatibility issues with Policy CMP0057
In projects where CMP0057 is not set you receive:
Which triplets are supported/not supported? Have you updated the CI baseline?
Unchanged
Does your PR follow the maintainer guide?
yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?yes
If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/