-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Delegate methods that accept keywords from Fog::Collection to Array c… #292
Conversation
…orrectly for Ruby 2.x and Ruby 3.x
Oops, I was trying to do too many things at once and merged this before I was ready. I just created #294 to bump the test matrix so that CI will use 3.2 (this is what I had intended to merge and just didn't pay enough attention to which browser tab I was in). I guess I had expected from reading the issue information that we could have expected failures in 3.2 that this change could then fix. Are there tests we could add that would fail without the test and pass with them? I think that would give me a bit more confidence that we have fixed this (and don't break it again in the future). Does that make sense? Thanks. |
Hey @geemus! No worries, it happens :) I'm afraid I don't follow re: the tests, could you please clarify what kind of tests you'd like added? The test I have already added as part of this PR would fail in 3.2 without marking the Fog::Collection methods that delegate to Array as |
@DimitriosLisenko Oops, right. I guess my brain is still trying to get up to speed this morning. Could you rebase this on top of the addition of the 3.2 testing and reopen? Then we should hopefully be good to go. Sorry for the confusion. |
…orrectly for Ruby 2.x and Ruby 3.x