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

Use Parser::Ruby34 for bin/prism parser command #2721

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

koic
Copy link
Contributor

@koic koic commented Apr 19, 2024

Follow up #2717.

This PR updates the bin/prism parser command to use Parser::Ruby34. This aligns both Parser gem and Prism::Translation::Parser with the same version, Ruby 3.4. Although Parser gem does not yet support Ruby 3.4's it parameter, it makes sense to align the versions since preparations for Ruby 3.4 have already begun.

Follow up ruby#2717.

This PR updates the `bin/prism parser` command to use `Parser::Ruby34`.
This aligns both Parser gem and `Prism::Translation::Parser` with the same version, Ruby 3.4.
Although Parser gem does not yet support Ruby 3.4's `it` parameter, it makes sense to align the versions
since preparations for Ruby 3.4 have already begun.
@kddnewton kddnewton merged commit 3a07cff into ruby:main Apr 19, 2024
54 checks passed
@koic koic deleted the use_parser_ruby34_for_bin_prism_parser branch April 19, 2024 18:17
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