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

+ ruby31.y: branch parser #792

Merged
merged 1 commit into from Apr 6, 2021
Merged

Conversation

koic
Copy link
Collaborator

@koic koic commented Apr 6, 2021

ruby31.y is based on ruby30.y as Ruby 3.0.1. And Ruby 3.0.0 and 3.0.1 are the same (#791) .

lib/parser/ruby31.y Outdated Show resolved Hide resolved
lib/parser/current.rb Outdated Show resolved Hide resolved
ruby31.y is based on ruby30.y as Ruby 3.0.1. And Ruby 3.0.0 and 3.0.1 are the same (whitequark#791) .
@koic
Copy link
Collaborator Author

koic commented Apr 6, 2021

@iliabylich Thanks for your review! I updated this PR.

@iliabylich iliabylich changed the title Create ruby31.y + ruby31.y: branch parser Apr 6, 2021
@iliabylich iliabylich merged commit 21684f1 into whitequark:master Apr 6, 2021
@iliabylich
Copy link
Collaborator

Thanks!

@koic koic deleted the branch_ruby31 branch April 6, 2021 12:33
koic added a commit to koic/rubocop-ast that referenced this pull request May 2, 2021
Parser gem has been started development for Ruby 3.1 (edge Ruby).
whitequark/parser#792

This PR supports `Parser::Ruby31`, the early adapters will be able to try
edge Ruby with RuboCop.

And this PR update to require Parser 3.0.1.1 or higher, which contains
`Parser::Ruby31`.
https://github.com/whitequark/parser/blob/master/CHANGELOG.md#v3011-2021-05-02
marcandre pushed a commit to rubocop/rubocop-ast that referenced this pull request May 2, 2021
Parser gem has been started development for Ruby 3.1 (edge Ruby).
whitequark/parser#792

This PR supports `Parser::Ruby31`, the early adapters will be able to try
edge Ruby with RuboCop.

And this PR update to require Parser 3.0.1.1 or higher, which contains
`Parser::Ruby31`.
https://github.com/whitequark/parser/blob/master/CHANGELOG.md#v3011-2021-05-02
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