Skip to content

Conversation

@mattfarina
Copy link
Member

Range was used to iterate over the operations as part of generating
the regex. Range iterations are random. There were cases where the
empty key caused the regex to be generated as invalid.

This change removes the range so that the order is always the same.

Closes #155

Range was used to iterate over the operations as part of generating
the regex. Range iterations are random. There were cases where the
empty key caused the regex to be generated as invalid.

This change removes the range so that the order is always the same.

Closes Masterminds#155
@mattfarina mattfarina added the bug label Nov 18, 2020
@mattfarina mattfarina merged commit cccb00c into Masterminds:master Nov 19, 2020
@mattfarina mattfarina deleted the fix-155 branch November 19, 2020 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

auto generation of findConstraintRegex is not consistent

1 participant