-
Notifications
You must be signed in to change notification settings - Fork 296
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
[RFC][registries] Allow pattern matching in packages declarations #778
Conversation
oh no. If this is implemented please also add an exclusion list ... |
…ackage_pattern_matching
274123e
to
2664c28
Compare
The "exclusion list" is adding the excluded thing to the registry you actually want used. |
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.
"Request changes" over the threading concerns in making the serializers mutable. Other changes are suggestions.
Co-authored-by: Billy O'Neal <bion@microsoft.com>
Should be documented. |
a392057
to
0a80041
Compare
I've added an example in the docs PR. |
16a55b8
to
380573c
Compare
380573c
to
65afb51
Compare
…ool into package_pattern_matching
This PR makes the following changes to allow limited pattern matching for package declarations in registries:
foo*
in"packages"
declarations.*
character is a wildcard that matches any zero or more characters.boost
,boost*
>b*
>*
."packages"
array.A warning will be emitted to notify the user of possible misconfiguration.
Example: expose
"beicode"
and"beison"
via patterns.vcpkg-configuration.json
Checklist: