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

Delegate methods that accept keywords from Fog::Collection to Array c… #292

Merged
merged 1 commit into from
Dec 22, 2023
Merged

Delegate methods that accept keywords from Fog::Collection to Array c… #292

merged 1 commit into from
Dec 22, 2023

Conversation

DimitriosLisenko
Copy link
Contributor

…orrectly for Ruby 2.x and Ruby 3.x

@geemus geemus merged commit 7c4a832 into fog:master Dec 22, 2023
6 checks passed
geemus added a commit that referenced this pull request Dec 22, 2023
… Array correctly for Ruby 2.x and Ruby 3.x (#292)"

This reverts commit 7c4a832.
geemus added a commit that referenced this pull request Dec 22, 2023
… Array correctly for Ruby 2.x and Ruby 3.x (#292)" (#295)

This reverts commit 7c4a832.
@geemus
Copy link
Member

geemus commented Dec 22, 2023

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.

@DimitriosLisenko
Copy link
Contributor Author

DimitriosLisenko commented Dec 22, 2023

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 ruby2_keywords.

@geemus
Copy link
Member

geemus commented Dec 22, 2023

@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.

@DimitriosLisenko
Copy link
Contributor Author

DimitriosLisenko commented Dec 22, 2023

@geemus All good, re-opened here: #296

geemus pushed a commit that referenced this pull request Dec 22, 2023
…o Array correctly for Ruby 2.x and Ruby 3.x (#292)" (#295) (#296)

This reverts commit 917bcb7.
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