Skip to content
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

x-add-version: Check that port-version is the next integer #1495

Merged
merged 10 commits into from
Sep 30, 2024

Conversation

BillyONeal
Copy link
Member

@BillyONeal BillyONeal commented Sep 21, 2024

This adds checking in x-add-version for the condition we asked people to manually double check in microsoft/vcpkg#40872 so they don't need to do that themselves.

Incidental changes:

example usage

@BillyONeal BillyONeal changed the title x-add-version: Check that port-version is the next legal value x-add-version: Check that port-version is the next integervalue Sep 21, 2024
@BillyONeal BillyONeal changed the title x-add-version: Check that port-version is the next integervalue x-add-version: Check that port-version is the next integer Sep 21, 2024
@BillyONeal BillyONeal requested a review from vicroms September 21, 2024 04:50
@@ -9,7 +9,6 @@ function Refresh-VersionFiles() {
git -C $versionFilesPath @gitConfigOptions init
git -C $versionFilesPath @gitConfigOptions add -A
git -C $versionFilesPath @gitConfigOptions commit -m testing
git -C $versionFilesPath fetch https://github.com/vicroms/test-registries
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😲

@BillyONeal BillyONeal merged commit ab89885 into microsoft:main Sep 30, 2024
6 checks passed
@BillyONeal BillyONeal deleted the x-add-version-checking branch September 30, 2024 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[vcpkg-tool] Crash when adding version for a port if manifest needs formatting
2 participants