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

+ ruby28.y: accept leading args before forward arg. #712

Merged

Conversation

iliabylich
Copy link
Collaborator

This commit tracks upstream commit ruby/ruby@f8b4340.

Closes #702

@iliabylich iliabylich merged commit c215622 into whitequark:master Jun 15, 2020
@iliabylich iliabylich deleted the accept-leading-arg-before-forward-arg branch June 15, 2020 18:11
koic added a commit to koic/parser that referenced this pull request Apr 5, 2021
These Rubies has been released.

- https://www.ruby-lang.org/ja/news/2021/04/05/ruby-3-0-1-released/
- https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-7-3-released/
- https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-6-7-released/
- https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-5-9-released/

## Ruby 3.0 branch

Bump 3.0 branch from 3.0.0 to 3.0.1
ruby/ruby@v3_0_0...v3_0_1

There seems to be no change to the syntax.

## Ruby 2.7 branch

Bump 2.7 branch from 2.7.2 to 2.7.3
ruby/ruby@v2_7_2...v2_7_3

There is the leading arguments support to arguments forwarding change to the syntax.
Thas PR is backport whitequark#712 to Ruby 2.7 branch.

cf. ruby/ruby@27fca66

## Ruby 2.6 branch

Bump 2.6 branch from 2.6.6 to 2.6.7
ruby/ruby@v2_6_6...v2_6_7

There seems to be no change to the syntax.

## Ruby 2.5 branch

Bump 2.5 branch from 2.5.8 to 2.5.9
ruby/ruby@v2_5_8...v2_5_9

There seems to be no change to the syntax.
koic added a commit to koic/parser that referenced this pull request Apr 6, 2021
These Rubies has been released.

- https://www.ruby-lang.org/ja/news/2021/04/05/ruby-3-0-1-released/
- https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-7-3-released/
- https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-6-7-released/
- https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-5-9-released/

## Ruby 3.0 branch

Bump 3.0 branch from 3.0.0 to 3.0.1
ruby/ruby@v3_0_0...v3_0_1

There seems to be no change to the syntax.

## Ruby 2.7 branch

Bump 2.7 branch from 2.7.2 to 2.7.3
ruby/ruby@v2_7_2...v2_7_3

There is the leading arguments support to arguments forwarding change to the syntax.
Thas PR is backport whitequark#712 to Ruby 2.7 branch.

cf. ruby/ruby@27fca66

## Ruby 2.6 branch

Bump 2.6 branch from 2.6.6 to 2.6.7
ruby/ruby@v2_6_6...v2_6_7

There seems to be no change to the syntax.

## Ruby 2.5 branch

Bump 2.5 branch from 2.5.8 to 2.5.9
ruby/ruby@v2_5_8...v2_5_9

There seems to be no change to the syntax.
iliabylich pushed a commit that referenced this pull request Apr 6, 2021
These Rubies has been released.

- https://www.ruby-lang.org/ja/news/2021/04/05/ruby-3-0-1-released/
- https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-7-3-released/
- https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-6-7-released/
- https://www.ruby-lang.org/en/news/2021/04/05/ruby-2-5-9-released/

## Ruby 3.0 branch

Bump 3.0 branch from 3.0.0 to 3.0.1
ruby/ruby@v3_0_0...v3_0_1

There seems to be no change to the syntax.

## Ruby 2.7 branch

Bump 2.7 branch from 2.7.2 to 2.7.3
ruby/ruby@v2_7_2...v2_7_3

There is the leading arguments support to arguments forwarding change to the syntax.
Thas PR is backport #712 to Ruby 2.7 branch.

cf. ruby/ruby@27fca66

## Ruby 2.6 branch

Bump 2.6 branch from 2.6.6 to 2.6.7
ruby/ruby@v2_6_6...v2_6_7

There seems to be no change to the syntax.

## Ruby 2.5 branch

Bump 2.5 branch from 2.5.8 to 2.5.9
ruby/ruby@v2_5_8...v2_5_9

There seems to be no change to the syntax.
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.

ruby/ruby@f8b4340
1 participant