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

Consistent with node-semver #375

Closed
wants to merge 1 commit into from
Closed

Consistent with node-semver #375

wants to merge 1 commit into from

Conversation

milk1000cc
Copy link

This PR adds test cases and edge case handling to the Build::Utils#fix_version_string method when version string is like >1.4.x or <=1.4.x in source Bower packages.

Please see also #263.

new.gsub specifier, '<'
else
new
end
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does this behave for cases where the previous version segment is multiple digits (e.g. <= 2.99.x)?

@joshjordan
Copy link
Member

Great work, and thanks for the thorough test cases! I had a few comments. Going to look into the Travis CI failures now.

@joshjordan
Copy link
Member

I really doubt this change is what's breaking that integration test. I won't consider that blocking for this PR.

@milk1000cc milk1000cc closed this by deleting the head repository Jan 21, 2023
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

Successfully merging this pull request may close these issues.

2 participants