-
Notifications
You must be signed in to change notification settings - Fork 989
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
Feature/remove sys reqs wildcard #5176
Feature/remove sys reqs wildcard #5176
Conversation
So, I have left the |
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.
Good! Just a change you couldn't be aware of. Thanks for your contribution!
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 contribution! Please check the suggestion above 😄
Co-Authored-By: Javier G. Sogo <jgsogo@gmail.com>
@Minimonium please solve the conflicts in the files above and it would be ready for merge. Thanks! |
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.
Waiting for those conflicts to be solved. Thanks!
I have just realized that the documentation update is missing in this PR. An example at the bottom of this page: https://docs.conan.io/en/latest/reference/commands/misc/remove.html |
Docs: conan-io/docs#1294 |
Changelog: Feature: Allow using wildcards to remove system requirements sentinel from cache.
Docs: conan-io/docs#1294
Fixes #4478
It handles the ref case to keep the old behaviour but changes the error message when no pattern or reference has been passed (to highlight that wildcards allowed too now).
I've removed this line:
Since the reference is not needed at this scope anymore, I'm not sure that the query check is still needed since it's the only case of using this function in the program. Consider removing the static function too.