-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[co] Rename port co to cocoyaxi #22442
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!
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.
Warning: Local port files SHA is the same as version `2.0.3#1` in `/home/runner/work/vcpkg/vcpkg/versions/c-/cocoyaxi.json`.
-- SHA: a0a36b89728f2f3b402ca7a7e41070d3bfcf5add
-- Did you remember to commit your changes?
***No files were updated.***
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 03ca9b59af1506a86840e3a3a01a092f3333a29b -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 160dd96..07451de 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1444,9 +1444,13 @@
"baseline": "1.1.7",
"port-version": 1
},
+ "co": {
+ "baseline": "2.0.3",
+ "port-version": 0
+ },
"cocoyaxi": {
"baseline": "2.0.3",
- "port-version": 1
+ "port-version": 0
},
"coin": {
"baseline": "4.0.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 03ca9b59af1506a86840e3a3a01a092f3333a29b -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 160dd96..26660f7 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1444,6 +1444,10 @@
"baseline": "1.1.7",
"port-version": 1
},
+ "co": {
+ "baseline": "2.0.3",
+ "port-version": 0
+ },
"cocoyaxi": {
"baseline": "2.0.3",
"port-version": 1
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 03ca9b59af1506a86840e3a3a01a092f3333a29b -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 160dd96..26660f7 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1444,6 +1444,10 @@
"baseline": "1.1.7",
"port-version": 1
},
+ "co": {
+ "baseline": "2.0.3",
+ "port-version": 0
+ },
"cocoyaxi": {
"baseline": "2.0.3",
"port-version": 1
Thanks for posting this issue. VCPKG use
And if you rename co to cocoyaxi, you need also rename the directory name VCPKG_ROOT/ports/co to VCPKG_ROOT/ports/cocoyaxi. |
@LilyWangLL |
@idealvin You just need remove these codes in portfile.cmake.
|
ok, I removed it.. |
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 03ca9b59af1506a86840e3a3a01a092f3333a29b -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index e88b3fd..cd37752 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1444,6 +1444,10 @@
"baseline": "1.1.7",
"port-version": 1
},
+ "co": {
+ "baseline": "2.0.3",
+ "port-version": 0
+ },
"cocoyaxi": {
"baseline": "2.0.3",
"port-version": 1
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 PR is incorrect since it removes history; it should've been caught by CI.
The correct way to rename a port is to have an empty port under the old name, which depends only on the new port. The new port's version.json should only contain the latest version.
What you need to do here is:
- restore
co
as an empty port which depends only oncocoyaxi
- restore
versions/c-/co.json
- have only the latest version of cocoyaxi in
versions/c-/cocoyaxi.json
@LilyWangLL ok,thanks! I'll try later. A little busy these days. |
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 03ca9b59af1506a86840e3a3a01a092f3333a29b -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/baseline.json b/versions/baseline.json
index 74f52cf..9aea936 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -1444,6 +1444,10 @@
"baseline": "1.1.7",
"port-version": 1
},
+ "co": {
+ "baseline": "2.0.3",
+ "port-version": 1
+ },
"cocoyaxi": {
"baseline": "2.0.3",
"port-version": 1
diff --git a/versions/c-/co.json b/versions/c-/co.json
index 6f33ba6..f5291d2 100644
--- a/versions/c-/co.json
+++ b/versions/c-/co.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "a45d20b421153f71deffc2dc4da7fd37143b297d",
+ "git-tree": "569af78fe06ff14cd71ec70f14915d06344ed62b",
"version-semver": "2.0.3",
"port-version": 1
},
@strega-nil-ms Done. Thanks. |
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 03ca9b59af1506a86840e3a3a01a092f3333a29b -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/c-/co.json b/versions/c-/co.json
index dd7c8e5..f5291d2 100644
--- a/versions/c-/co.json
+++ b/versions/c-/co.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "569af78fe06ff14cd71ec70f14915d06344ed62b",
+ "version-semver": "2.0.3",
+ "port-version": 1
+ },
{
"git-tree": "812bf72c24739504b6ddc3d3c4d941981ff3a032",
"version-semver": "2.0.3",
You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/co/vcpkg.json
ports/cocoyaxi/vcpkg.json
Valid values for the license field are listed at https://spdx.org/licenses/
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 a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:
ports/co/vcpkg.json
ports/cocoyaxi/vcpkg.json
Valid values for the license field are listed at https://spdx.org/licenses/
Missed in microsoft#22442 due to artifact caching.
Missed in #22442 due to artifact caching.
Describe the pull request
What does your PR fix?
Rename co to cocoyaxi.
Which triplets are supported/not supported? Have you updated the CI baseline?
<all / linux, windows, ...>,
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 / I am still working on this PR>
If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/