Skip to content

Fix Ruby build on HEAD #337

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

Merged
merged 1 commit into from
Mar 8, 2023
Merged

Fix Ruby build on HEAD #337

merged 1 commit into from
Mar 8, 2023

Conversation

kddnewton
Copy link
Member

This fixes two bugs. The first is that in an in clause, you need to use the then keyword or parentheses if the pattern you are matching is an endless range.

The second is that we are associating the then keyword with the wrong in clauses because they come in in reverse order and we're deleting them from the parent clauses incorrectly.

This fixes two bugs. The first is that in an `in` clause, you need
to use the `then` keyword or parentheses if the pattern you are
matching is an endless range.

The second is that we are associating the `then` keyword with the
wrong `in` clauses because they come in in reverse order and we're
deleting them from the parent clauses incorrectly.
@kddnewton kddnewton merged commit d23fc71 into main Mar 8, 2023
@kddnewton kddnewton deleted the fix-head branch March 8, 2023 15:59
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.

1 participant