-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[New Port] Add tl-generator #20385
[New Port] Add tl-generator #20385
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!
All manifest files must be formatted
./vcpkg format-manifest ports/*/vcpkg.json
Diff
diff --git a/ports/tl-generator/vcpkg.json b/ports/tl-generator/vcpkg.json
index a9a010d..825a980 100644
--- a/ports/tl-generator/vcpkg.json
+++ b/ports/tl-generator/vcpkg.json
@@ -1,16 +1,16 @@
-{
- "name": "tl-generator",
- "version-semver": "0.3.0",
- "description": "Single-header, ranges-compatible generator type built on C++20 coroutines",
- "homepage": "https://tl.tartanllama.xyz",
- "dependencies": [
- {
- "name": "vcpkg-cmake",
- "host": true
- },
- {
- "name": "vcpkg-cmake-config",
- "host": true
- }
- ]
-}
\ No newline at end of file
+{
+ "name": "tl-generator",
+ "version-semver": "0.3.0",
+ "description": "Single-header, ranges-compatible generator type built on C++20 coroutines",
+ "homepage": "https://tl.tartanllama.xyz",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 59a3f35e7e5a3281e59863a4a0123c325899f8f9 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 1252bd0..134f793 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6572,6 +6572,10 @@
"baseline": "1.0.0",
"port-version": 2
},
+ "tl-generator": {
+ "baseline": "0.3.0",
+ "port-version": 0
+ },
"tl-optional": {
"baseline": "1.0.0",
"port-version": 2
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 tl-generator but no changes to version or port version.
-- Version: 0.3.0
-- Old SHA: 03e642ce27fd673fbfd2e71133f23d329a960a12
-- New SHA: dd3d8b57cded0d274da5f8a8a02b7317d2f8f6c1
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
Co-authored-by: NancyLi1013 <[email protected]>
Co-authored-by: NancyLi1013 <[email protected]>
Co-authored-by: NancyLi1013 <[email protected]>
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 tl-generator but no changes to version or port version.
-- Version: 0.3.0
-- Old SHA: dd3d8b57cded0d274da5f8a8a02b7317d2f8f6c1
-- New SHA: 65b3480fdac660c90414915098e60940d18eddf0
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
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 tl-generator but no changes to version or port version.
-- Version: 0.3.0
-- Old SHA: dd3d8b57cded0d274da5f8a8a02b7317d2f8f6c1
-- New SHA: 54e0536fd8760b2a56521317ba42b51492e4f7f2
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
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 tl-generator but no changes to version or port version.
-- Version: 0.3.0
-- Old SHA: dd3d8b57cded0d274da5f8a8a02b7317d2f8f6c1
-- New SHA: 7cc917767c9599f0cb7b3eabb7a09e94456735b6
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
Co-authored-by: NancyLi1013 <[email protected]>
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 59a3f35e7e5a3281e59863a4a0123c325899f8f9 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 104b57b..9f6d0ca 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6609,7 +6609,7 @@
"port-version": 2
},
"tl-generator": {
- "baseline": "0.3.0",
+ "baseline": "2021-09-28",
"port-version": 0
},
"tl-optional": {
diff --git a/versions/t-/tl-generator.json b/versions/t-/tl-generator.json
index e472057..232a0d4 100644
--- a/versions/t-/tl-generator.json
+++ b/versions/t-/tl-generator.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "aac3612e6eaa3c6a6618226a96888c5b21a76a06",
+ "version-date": "2021-09-28",
+ "port-version": 0
+ },
{
"git-tree": "dd3d8b57cded0d274da5f8a8a02b7317d2f8f6c1",
"version-semver": "0.3.0",
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 827a54c404e67205262e6db032fb2c1a5e6fd097 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 8398e7f..e54a96c 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -6613,7 +6613,7 @@
"port-version": 2
},
"tl-generator": {
- "baseline": "0.3.0",
+ "baseline": "2021-09-28",
"port-version": 0
},
"tl-optional": {
diff --git a/versions/t-/tl-generator.json b/versions/t-/tl-generator.json
index e472057..232a0d4 100644
--- a/versions/t-/tl-generator.json
+++ b/versions/t-/tl-generator.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "aac3612e6eaa3c6a6618226a96888c5b21a76a06",
+ "version-date": "2021-09-28",
+ "port-version": 0
+ },
{
"git-tree": "dd3d8b57cded0d274da5f8a8a02b7317d2f8f6c1",
"version-semver": "0.3.0",
Thanks for the new port Sy! |
Add new port for
tl::generator
What does your PR fix?
Adds new port
Which triplets are supported/not supported? Have you updated the CI baseline?
All
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