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

Consider compatible-with ^ constraint implicit if operator is missing #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

cmaglie
Copy link
Member

@cmaglie cmaglie commented May 29, 2022

This allows parsing of constraints like 1.0.0 as ^1.0.0.
Any other combination is allowed too for example 1.0.0 && !=1.0.1 now means ^1.0.0 && !=1.0.1

Supersedes #7

@codecov
Copy link

codecov bot commented May 29, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8f4804c) 100.00% compared to head (a13eb20) 100.00%.
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #10   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          858       868   +10     
=========================================
+ Hits           858       868   +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants