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

Support For Checking Intersection of SimpleSpec #148

Open
iamthebot opened this issue Aug 16, 2023 · 1 comment
Open

Support For Checking Intersection of SimpleSpec #148

iamthebot opened this issue Aug 16, 2023 · 1 comment

Comments

@iamthebot
Copy link

Suppose I have a validation that checks that the required version of a package follows >=4.1.1,!=4.1.5. Additionally, I have a separate requirement (eg; <4.1.8). I'd like to be able to check if there exists an intersection between both specs.

This is useful when eg; users provide requirements but we have additional requirements. Is there already a way to check if both SimpleSpec instances are compatible?

@shazib-summar
Copy link

Yes. Please add this. +Inf this could be very useful in test workflows

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

No branches or pull requests

2 participants