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

Add value_omission method to AST::PairNode #219

Merged
merged 1 commit into from Dec 12, 2021

Conversation

koic
Copy link
Member

@koic koic commented Dec 12, 2021

Follow up to whitequark/parser#818

This PR adds value_omission method to AST::PairNode for Ruby 3.1's hash value omission.
It can replace string match with that named API.

Follow up to whitequark/parser#818

This PR adds `value_omission` method to `AST::PairNode` for Ruby 3.1's
hash value omission.
It can replace string match with that named API.
@koic
Copy link
Member Author

koic commented Dec 12, 2021

The CI failure is truffleruby-head, so I think the matrixes required for the merge has passed.

@marcandre marcandre merged commit a18b064 into rubocop:master Dec 12, 2021
@marcandre
Copy link
Contributor

Thank you!
Released in v1.15

@koic koic deleted the add_value_omission_for_pair_node branch December 12, 2021 17:22
@koic
Copy link
Member Author

koic commented Dec 12, 2021

Thanks!

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.

None yet

2 participants