[ace] new optional feature: xml-utils#21334
Conversation
There was a problem hiding this comment.
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 --allDiff
diff --git a/versions/a-/ace.json b/versions/a-/ace.json
index 4e05683..f1b1f9d 100644
--- a/versions/a-/ace.json
+++ b/versions/a-/ace.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "9de0b3885f86f873aebe25cbbe5b4076d0110666",
+ "version": "7.0.3",
+ "port-version": 3
+ },
{
"git-tree": "67c57059b237310a1907da692fc75acb3d8d2726",
"version": "7.0.3",
diff --git a/versions/baseline.json b/versions/baseline.json
index 1ff8371..93bdbd1 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -18,7 +18,7 @@
},
"ace": {
"baseline": "7.0.3",
- "port-version": 2
+ "port-version": 3
},
"activemq-cpp": {
"baseline": "3.9.5",260b2d4 to
e97b92c
Compare
There was a problem hiding this comment.
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 7d3aeba6849b0be8517686e84c70f35c9f19f908 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/a-/ace.json b/versions/a-/ace.json
index acf05ee..f6c2215 100644
--- a/versions/a-/ace.json
+++ b/versions/a-/ace.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "2e49f11e749e936dd0f24230a6ed56e55efb4c8a",
+ "git-tree": "10d2e6d0027a3b5e1994b3235aab7963b7d2596a",
"version": "7.0.3",
"port-version": 4
},|
@mitza-oci, thanks for your pr, I tested all the features in the x86-windows triplt locally, but failed. This is the error log. Please take a look: |
|
@mitza-oci See #21322 for the upgrade to ACE 7.0.4 |
Right, I'll rebase this again and check the error that @JonLiu1993 posted |
|
Xerces-C++ has |
|
@jwillemsen in #5602 you added the optional |
|
I think the existing ace xml feature was intended for xml_utils but looks it is now used for acexml. Looks we used this in the past for the azure pipelines |
74f6c0f to
4ccee14
Compare
There was a problem hiding this comment.
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#3
-- Old SHA: c58c295074b4a00a80b4e684f9a876ed369cdd49
-- New SHA: 2e49f11e749e936dd0f24230a6ed56e55efb4c8a
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
4ccee14 to
bec32bc
Compare
There was a problem hiding this comment.
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#3
-- Old SHA: c58c295074b4a00a80b4e684f9a876ed369cdd49
-- New SHA: ca7679cf7da20230f44a4947ba756e23b8244214
-- Did you remember to update the version or port version?
-- Pass `--overwrite-version` to bypass this check.
***No files were updated.***
|
OK, @JonLiu1993 this should fix the error you saw. I didn't update version numbers since #21322 will get merged first. Once that's done I'll rebase this and update the versions. |
|
@mitza-oci ,Thanks for your pr, please run command "./vcpkg x-add-version ace --overwrite-version " then commit again |
There was a problem hiding this comment.
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#3
-- Old SHA: c58c295074b4a00a80b4e684f9a876ed369cdd49
-- New SHA: ca7679cf7da20230f44a4947ba756e23b8244214
-- Did you remember to update the version or port version?
-- Pass `--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 897ff9372f15c032f1e6cd1b97a59b57d66ee5b2 -- versions
./vcpkg x-add-version --allDiff
diff --git a/versions/a-/ace.json b/versions/a-/ace.json
index e089726..f6081bc 100644
--- a/versions/a-/ace.json
+++ b/versions/a-/ace.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "ca7679cf7da20230f44a4947ba756e23b8244214",
+ "git-tree": "c58c295074b4a00a80b4e684f9a876ed369cdd49",
"version": "7.0.3",
"port-version": 3
},de0bd93 to
2a786eb
Compare
|
Do I need to do anything for |
|
All features are tested successfully in the
No, I am testing all features on my local machine |
|
@mitza-oci ,I tested all features on my local machine, x86-windows and x64-windows-static triplet are successfully, but x64-windows triplet have a little problem: |
|
If I'm reading that correctly, it generated |
|
I didn't get an error running |
It’s a bit strange, I just clone your branch and test it locally |
|
All features are tested successfully in the following triplet:
@mitza-oci have tested x64-windows triplet successfully locally |
|
Thanks for the new feature! |
Added a feature to the ace port.
Which triplets are supported/not supported? Have you updated the CI baseline?
No change
Does your PR follow the maintainer guide?
Yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --alland committed the result?Yes