-
Notifications
You must be signed in to change notification settings - Fork 7.2k
[zint] Initial port #27836
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
[zint] Initial port #27836
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.
You have modified or added at least one vcpkg.json where you should check the license field.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/zint/vcpkg.json
Valid values for the license field can be found in the documentation
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.
You have modified or added at least one vcpkg.json where you should check the license field.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/zint/vcpkg.json
Valid values for the license field can be found in the documentation
|
When I test usage locally, there are the following error. I installed |
|
@LilyWangLL, you have to call |
|
@LilyWangLL, maybe I found it myself. I have to patch the upstream |
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 90b5fb836cda4eba4569a123bca63b957f55232b -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 1796b1c..00f49f2 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -8246,7 +8246,7 @@
},
"zint": {
"baseline": "2.11.1",
- "port-version": 0
+ "port-version": 1
},
"zkpp": {
"baseline": "0.2.3",
diff --git a/versions/z-/zint.json b/versions/z-/zint.json
index 982b6d0..f702079 100644
--- a/versions/z-/zint.json
+++ b/versions/z-/zint.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "30cc6feb5be64598ab25709e917cacdfc5cb099c",
+ "version": "2.11.1",
+ "port-version": 1
+ },
{
"git-tree": "49e212523ce2c8337e7c7517c759a46805614638",
"version": "2.11.1",You have modified or added at least one vcpkg.json where you should check the license field.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/zint/vcpkg.json
Valid values for the license field can be found in the documentation
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 7d9775a3c3ffef3cbad688d7271a06803d3a2f51 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 1796b1c..00f49f2 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -8246,7 +8246,7 @@
},
"zint": {
"baseline": "2.11.1",
- "port-version": 0
+ "port-version": 1
},
"zkpp": {
"baseline": "0.2.3",
diff --git a/versions/z-/zint.json b/versions/z-/zint.json
index 982b6d0..f702079 100644
--- a/versions/z-/zint.json
+++ b/versions/z-/zint.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "30cc6feb5be64598ab25709e917cacdfc5cb099c",
+ "version": "2.11.1",
+ "port-version": 1
+ },
{
"git-tree": "49e212523ce2c8337e7c7517c759a46805614638",
"version": "2.11.1",You have modified or added at least one vcpkg.json where you should check the license field.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/zint/vcpkg.json
Valid values for the license field can be found in the documentation
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.
You have modified or added at least one vcpkg.json where you should check the license field.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/zint/vcpkg.json
Valid values for the license field can be found in the documentation
|
@LilyWangLL, it's fixed now, you should not need to manually call |
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: checked-in files for zint have changed but the version was not updated
version: 2.11.1
old SHA: 49e212523ce2c8337e7c7517c759a46805614638
new SHA: 0612462e38337a28ba94c74ded489552c758b808
Did you remember to update the version or port version?
Use --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 7d9775a3c3ffef3cbad688d7271a06803d3a2f51 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 444d903..8c05845 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -8258,7 +8258,7 @@
},
"zint": {
"baseline": "2.11.1",
- "port-version": 1
+ "port-version": 0
},
"zkpp": {
"baseline": "0.2.3",You have modified or added at least one vcpkg.json where you should check the license field.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/zint/vcpkg.json
Valid values for the license field can be found in the documentation
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: checked-in files for zint have changed but the version was not updated
version: 2.11.1
old SHA: 49e212523ce2c8337e7c7517c759a46805614638
new SHA: 0612462e38337a28ba94c74ded489552c758b808
Did you remember to update the version or port version?
Use --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 7d9775a3c3ffef3cbad688d7271a06803d3a2f51 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/baseline.json b/versions/baseline.json
index 444d903..8c05845 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -8258,7 +8258,7 @@
},
"zint": {
"baseline": "2.11.1",
- "port-version": 1
+ "port-version": 0
},
"zkpp": {
"baseline": "0.2.3",You have modified or added at least one vcpkg.json where you should check the license field.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/zint/vcpkg.json
Valid values for the license field can be found in the documentation
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.
You have modified or added at least one vcpkg.json where you should check the license field.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/zint/vcpkg.json
Valid values for the license field can be found in the documentation
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.
You have modified or added at least one vcpkg.json where you should check the license field.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/zint/vcpkg.json
Valid values for the license field can be found in the documentation
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: checked-in files for zint have changed but the version was not updated
version: 2.11.1
old SHA: 0612462e38337a28ba94c74ded489552c758b808
new SHA: 8e8366d2cfa100efb7f4026664f7168cdef88077
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
|
Thank you! |
Add initial port of zint library