8000 Support kwargs in initializer when mixing in Concurrent::Async by mlarraz · Pull Request #927 · ruby-concurrency/concurrent-ruby · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Support kwargs in initializer when mixing in Concurrent::Async #927

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

Merged
merged 2 commits into from
Nov 2, 2021
Merged

Support kwargs in initializer when mixing in Concurrent::Async #927

merged 2 commits into from
Nov 2, 2021

Conversation

mlarraz
Copy link
Contributor
@mlarraz mlarraz commented Nov 2, 2021

Classes with keyword arguments in their initializers cannot be initialized today if they include Concurrent::Async, as of Ruby 3.0.

Classes with keyword arguments in their initializers cannot be
initialized today if they include Concurrent::Async, as of Ruby 3.0.
jdantonio
jdantonio previously approved these changes Nov 2, 2021
@jdantonio
Copy link
Member

@mlarraz Can you please revisit this and add the necessary guards to allow this to build on all supported Ruby versions? Thank you!

@jdantonio jdantonio dismissed their stale review November 2, 2021 17:12

Did not pass CI

@jdantonio jdantonio merged commit 5b37a20 into ruby-concurrency:master Nov 2, 2021
@mlarraz mlarraz deleted the async_kwargs branch November 2, 2021 20:01
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.

2 participants
0