You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: