-
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
[ace] Upgrade to ACE 7.0.5, added myself as maintainer #21322
Conversation
…do's for ACE 7.0.5 when it becomes available * ports/ace/portfile.cmake: * ports/ace/vcpkg.json:
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 ace but no changes to version or port version.
-- Version: 7.0.3#2
-- Old SHA: 67c57059b237310a1907da692fc75acb3d8d2726
-- New SHA: 2287655cbdf417e7f5265da17de6591c03653caf
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
* ports/ace/vcpkg.json:
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/ace/vcpkg.json b/ports/ace/vcpkg.json
index a23ed1d..c77d962 100644
--- a/ports/ace/vcpkg.json
+++ b/ports/ace/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "ace",
"version": "7.0.4",
- "port-version": 0,
"maintainers": "Johnny Willemsen <[email protected]>",
"description": "The ADAPTIVE Communication Environment",
"homepage": "https://www.dre.vanderbilt.edu/~schmidt/ACE.html",
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 86b23850c376428633e8690b6983028da0c93683 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/a-/ace.json b/versions/a-/ace.json
index 4e05683..f6e9862 100644
--- a/versions/a-/ace.json
+++ b/versions/a-/ace.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "4989a12c86bc1acabd68489c7b07f55d7cf28537",
+ "version": "7.0.4",
+ "port-version": 0
+ },
{
"git-tree": "67c57059b237310a1907da692fc75acb3d8d2726",
"version": "7.0.3",
diff --git a/versions/baseline.json b/versions/baseline.json
index 1ff8371..b69b4bf 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -17,8 +17,8 @@
"port-version": 1
},
"ace": {
- "baseline": "7.0.3",
- "port-version": 2
+ "baseline": "7.0.4",
+ "port-version": 0
},
"activemq-cpp": {
"baseline": "3.9.5",
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 86b23850c376428633e8690b6983028da0c93683 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/a-/ace.json b/versions/a-/ace.json
index e95c5e6..f6e9862 100644
--- a/versions/a-/ace.json
+++ b/versions/a-/ace.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "389ecb011b80c0898b6d5e4aabc58990c51a6cf6",
+ "git-tree": "4989a12c86bc1acabd68489c7b07f55d7cf28537",
"version": "7.0.4",
"port-version": 0
},
@jwillemsen ,Thanks for your pr, I tested all features in x64-windows triplet locally but failed, Could you please take a look: |
The error I see is |
Visual Studio 2019 |
But which update, the latest is 16.11.6, see https://docs.microsoft.com/en-us/visualstudio/releases/2019/release-notes#whats-new-in-visual-studio-2019-version-1611 |
visual-studio-2019 16.10.4 |
I think you hit a compiler bug, did see more references on the web about this, can you try the latest visual studio release? |
Thanks @jwillemsen ,I will update my Visual Studio version and test again. |
Perhaps /Zi is used somewhere. |
* ports/ace/portfile.cmake: * ports/ace/vcpkg.json:
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 897ff9372f15c032f1e6cd1b97a59b57d66ee5b2 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/a-/ace.json b/versions/a-/ace.json
index 01d39a5..90827cd 100644
--- a/versions/a-/ace.json
+++ b/versions/a-/ace.json
@@ -1,8 +1,8 @@
{
"versions": [
{
- "git-tree": "a9604025e274c6a8522f38f6ddf255aabb2f62d1",
- "version": "7.0.4",
+ "git-tree": "e58a42a2a7c97e1de8912324cdfba7d60aac8dac",
+ "version": "7.0.5",
"port-version": 0
},
{
diff --git a/versions/baseline.json b/versions/baseline.json
index f222011..9aa911e 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -17,7 +17,7 @@
"port-version": 1
},
"ace": {
- "baseline": "7.0.4",
+ "baseline": "7.0.5",
"port-version": 0
},
"activemq-cpp": {
* ports/ace/portfile.cmake:
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 897ff9372f15c032f1e6cd1b97a59b57d66ee5b2 -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/a-/ace.json b/versions/a-/ace.json
index 90827cd..465a32b 100644
--- a/versions/a-/ace.json
+++ b/versions/a-/ace.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "e58a42a2a7c97e1de8912324cdfba7d60aac8dac",
+ "git-tree": "bcc74bda3a7d8c6a93ff6ff5866de20612661fc3",
"version": "7.0.5",
"port-version": 0
},
All features are tested successfully in the following triplet:
|
Thanks everyone for your contribution |
Thanks for the PR! |
Describe the pull request
What does your PR fix?
Upgrade to ACE 7.0.5
Which triplets are supported/not supported? Have you updated the CI baseline?
<same as before>, <Yes>
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?If you are still working on the PR, open it as a Draft: https://github.blog/2019-02-14-introducing-draft-pull-requests/