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

Fix issue with - ranges being transformed to something imparsible #199

Merged
merged 1 commit into from Apr 4, 2023

Conversation

mattfarina
Copy link
Member

There were AND cases that included a range which resulted in a constraing that could not be parsed. It had to do with the way the constraint was transformed.

Closes #197

There were AND cases that included a range which resulted in a
constraing that could not be parsed. It had to do with the way
the constraint was transformed.

Closes Masterminds#197

Signed-off-by: Matt Farina <matt@mattfarina.com>
@mattfarina mattfarina merged commit 2c5535b into Masterminds:master Apr 4, 2023
10 checks passed
@mattfarina mattfarina deleted the bug-197 branch April 4, 2023 20:32
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.

improper constraint error when parsing a constraint with ranges and space separated parts
1 participant