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
Extending sver just slightly to support a || b ranges in SemverRange would significantly bring up the compatibility with Isaac's semver.
It would be as simple as a split('||') then forming unions. I still don't see a need for intersection ranges at all (&&), but if worthwhile use cases come up we could even consider that too.
The text was updated successfully, but these errors were encountered:
Extending sver just slightly to support
a || b
ranges inSemverRange
would significantly bring up the compatibility with Isaac's semver.It would be as simple as a
split('||')
then forming unions. I still don't see a need for intersection ranges at all (&&
), but if worthwhile use cases come up we could even consider that too.The text was updated successfully, but these errors were encountered: