-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Refactor Language::Nodes::AbstractNode#initialize #4854
Comments
Wow, that would be great. I'll keep an eye on those PRs, thanks! |
One of the two linked PRs to Ruby is merged... 🤞 |
👋 Hey @tenderlove, are you still considering that PR to do |
I am, but there's been some blockers so I don't think I'll be able to get this merged until next year maybe. 😭 Please do what you think is best for GraphQL-Ruby and don't wait on me. I think we'll eventually get Ruby changed upstream, but it's going to take more time. |
It uses keyword arguments which requires Ruby to allocate a Hash. (This is only for
.new
->#initialize
.) See #4718 (comment)The text was updated successfully, but these errors were encountered: