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

Attempt to fix kwargs issues on 2.6 #542

Closed
wants to merge 1 commit into from
Closed

Conversation

Temikus
Copy link
Member

@Temikus Temikus commented Jul 25, 2021

Because apparently 2.6 vs 2.7 has some issues in terms of how it processes things like **options

This is needed to fix #535

@Temikus
Copy link
Member Author

Temikus commented Jul 25, 2021

I've added 2.6 to tests temporarily to give us a hint what's failing.

Because apparently 2.6 vs 2.7 has some issues in terms of how it processes things like `**options`
@Temikus
Copy link
Member Author

Temikus commented Jul 30, 2021

Good news, looks like everything relevant was fixed in #540

@Temikus Temikus closed this Jul 30, 2021
@Temikus Temikus deleted the ruby-2.6-add-tests branch July 30, 2021 10:48
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.

Double-splat (**options) operator fails on hash with string keys in put_object() call
1 participant