-
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
[saucer, lockpp] add new port #25111
Conversation
[saucer] add lockpp dependency beleg
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: checked-in files for saucer have changed but the version was not updated
version: 0.1.0
old SHA: f4101555f119b7d120f7592b2d1ce69d192daa4f
new SHA: 499dd7901ebd67f39c999ba3abc7f312dbf59f25
Did you remember to update the version or port version?
Use --overwrite-version to bypass this check
***No files were updated***
When making any changes to a library, the version or port-version in vcpkg.json or CONTROL must be modified. error: checked-in files for saucer have changed but the version was not updated |
I did but I must have messed something up, I will fix this later |
Should be fixed ^^ |
@Curve I noticed another potential issue with your ports: They have commonly used include file names:
Especially |
Changed upstream |
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.
Thanks for the PR!
Once #25217 merges, could you use that as a dependency instead of embedding the NuGet package?
Of course Edit: Oh, merging the suggestion through the GitHub issue obviously doesn't update the Sha, I'll also fix this later |
Co-authored-by: Robert Schumacher <[email protected]>
@ras0219-msft I fixed the current build with the removed catch2 dependency, let me know when the WebView2 Port gets merged then I'll add it as a dependency Edit: Also, you may want to let your colleagues from the WebView2 Team know that a port for it is already in progress (MicrosoftEdge/WebView2Feedback#889) |
WebView2 has been merged now. |
@ras0219-msft I've made the port use the vcpkg webview2 port |
Describe the pull request
What does your PR fix?
Adds new port for saucer and lockpp
Which triplets are supported/not supported? Have you updated the CI baseline?
static, non uwp
,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?Yes