-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix 2.7 deprecation warning in middleware/stack #2123
Fix 2.7 deprecation warning in middleware/stack #2123
Conversation
Generated by 🚫 danger |
Thanks, I think this was the last one. |
Thanks for merging! Almost ;) |
This is unfortunately not correct, See https://eregon.me/blog/2019/11/10/the-delegation-challenge-of-ruby27.html for why it's broken on 2.7,
FWIW, I'm coming from oracle/truffleruby#2159 |
Interesting. Can we get rid of all of this complexity? |
Yes, if you use |
@eregon care to PR a fix? |
@eregon Derp, great that you caught this! |
Attempt at fixing #2122
See https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/ (
Handling argument delegation
)