-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Its possible to create a MatchSpec that is valid but nonsensical. Lets error out and give a helpful message in those cases.
Examples
Here's a few examples that would be parseable, but don't really make any sense.
# Package name matches everything:
*
# Channel shouldn't be globbable, its dangerous. Might be useful on searching though?
conda-*/python
# Certain keys don't make sense to allow partial globs
[sha256="abcd*" md5="abc*"]
# Questionable, maybe encourage people to omit key/values that already default to matching everything?
[license="*"]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
Projects
Status
Todo