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

[WIP] Ruby 3.0 keywords argument compatibility #86

Closed
wants to merge 10 commits into from

Conversation

thbar
Copy link
Owner

@thbar thbar commented Feb 5, 2020

See #85 for more context.

When working with Kiba and in particular when defining pipelines and components initialize method , it is very frequent to rely on keyword arguments.

Ruby 2.7 introduces warnings due upcoming changes in keyword arguments (to prepare for Ruby 3).

When using Ruby 2.8.0-dev, these warnings usually become blocking errors.

This PR (WIP, not ready since more work is needed, but opened to create visibility on this specific topic) introduces preliminary support for keyword arguments.

@thbar thbar self-assigned this Feb 5, 2020
(shared between the streaming runner and the legacy runner)
@thbar
Copy link
Owner Author

thbar commented Sep 14, 2020

Closing in favour of #93 (which uses ruby2_keyword for a better implementation at this point).

@thbar thbar closed this Sep 14, 2020
@thbar thbar deleted the ruby-3-compat-keyword-arguments branch September 14, 2020 13:55
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.

1 participant