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

[New Port] Add tl-generator #20385

Merged
merged 9 commits into from
Sep 29, 2021
Merged

[New Port] Add tl-generator #20385

merged 9 commits into from
Sep 29, 2021

Conversation

TartanLlama
Copy link
Member

@TartanLlama TartanLlama commented Sep 27, 2021

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

Copy link

@github-actions github-actions bot left a 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

Copy link

@github-actions github-actions bot left a 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.***

@TartanLlama TartanLlama marked this pull request as ready for review September 27, 2021 11:58
@NancyLi1013 NancyLi1013 added the category:new-port The issue is requesting a new library to be added; consider making a PR! label Sep 27, 2021
Copy link

@github-actions github-actions bot left a 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.***

Copy link

@github-actions github-actions bot left a 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.***

Copy link

@github-actions github-actions bot left a 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.***

Copy link

@github-actions github-actions bot left a 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",

Copy link

@github-actions github-actions bot left a 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",

@BillyONeal BillyONeal merged commit 33f02c0 into microsoft:master Sep 29, 2021
@BillyONeal
Copy link
Member

Thanks for the new port Sy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:new-port The issue is requesting a new library to be added; consider making a PR!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants