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

All intermediate delegation methods should preserve kwargs flag #44850

Merged
merged 1 commit into from Apr 6, 2022

Conversation

kamipo
Copy link
Member

@kamipo kamipo commented Apr 6, 2022

Since ruby/ruby@0456826,
foo(*caller_args) method call delegation no longer preserve kwargs
flag.

Fixes #44846.

Since ruby/ruby@0456826,
`foo(*caller_args)` method call delegation no longer preserve kwargs
flag.

Fixes rails#44846.
@yahonda
Copy link
Member

yahonda commented Apr 11, 2022

@kamipo What do you think about backporting this pull request to 7-0-stable?

@kamipo
Copy link
Member Author

kamipo commented Apr 12, 2022

Backported 89dd6f5.

kamipo added a commit that referenced this pull request Apr 12, 2022
All intermediate delegation methods should preserve kwargs flag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ruby 3.2.0.dev keyword arguments behavior introduces CI failures
2 participants