-
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
[exprtk] Add versions 0.0.2 #42996
[exprtk] Add versions 0.0.2 #42996
Conversation
The pipeline errors will be fixed by PR #42912. |
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 will now only contain tag 0.0.2 instead of both 0.0.2 and 0.0.3
In fact, version 2023-01-01 does not exist in vcpkg. This PR directly upgraded from version 2022-01-01 to version 2024-01-01. |
24fc06d
to
6367623
Compare
The commit for version 2023-01-01 is just a historical submission in this PR. The final data merged in the PR reflects the final changes, just from version 2022-01-01 to version 2024-01-01. After this PR is merged, users will only be able to install versions 2022-01-01 and 2024-01-01 in vcpkg, and not version 2023-01-01. The data in this JSON file needs to correspond to the changes shown in the image below and should not include any additional modifications. |
If you want both versions 2023-01-01 and 2024-01-01 to be installable, you need to submit separate PRs for each version. After version 2023-01-01 is merged, then merge version 2024-01-01. |
That's great! |
6367623
to
0ec126a
Compare
@@ -1,7 +1,6 @@ | |||
{ | |||
"name": "exprtk", | |||
"version-date": "2022-01-01", | |||
"port-version": 2, | |||
"version-date": "2023-01-01", |
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 port should finally decide which version scheme to use. The subject says 0.0.2
, and there is also a tag for 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.
@ArashPartow we should be using the version scheme that upstream uses. In this case, it appears there's a tag for 0.0.3
or use the tag that corresponds with this version, 0.0.2
?
Not resolved: Use lower-case SHA512 and git ref SHA, #42996 (comment). Still confusing: Versioning. |
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.
See comments
@@ -1,8 +1,24 @@ | |||
Copyright 1999-2022 Arash Partow |
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.
I see that upstream has a license file. Please just install that copyright file rather than checking it in here.
@@ -1,7 +1,6 @@ | |||
{ | |||
"name": "exprtk", | |||
"version-date": "2022-01-01", | |||
"port-version": 2, | |||
"version-date": "2023-01-01", |
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.
@ArashPartow we should be using the version scheme that upstream uses. In this case, it appears there's a tag for 0.0.3
or use the tag that corresponds with this version, 0.0.2
?
Version 0.0.3 has been merged in the registry. Our policy is to take the latest versions of each package. |
./vcpkg x-add-version --all
and committing the result.Closes: #42173, #40270, #33571, #30058, #29955, #29801, #29775, #29665, #38756
@PhoebeHui / @jimwang118 / @JonLiu1993 / @LilyWangLL