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
Earlier, the check for whether the pairwise version constraints is in a
valid sequence and if the given version is in that pairwise range was
performed in a single condition. Upon failing the later case, it assumed
the failure of earlier as well and crashed.
Now, the later check is performed within the former condition.
Also, the check for != before looking for any constraint with a "="
avoids matching "!=" in the later case.
Fixes: #25
Signed-off-by: Hritik Vijay <hritikxx8@gmail.com>
0 commit comments