CICO-98577: Ruby 3.1.6 upgrade (Ruby 3 keyword-arg + argument-delegation handling)#64
Open
jongmyung wants to merge 4 commits into
Open
CICO-98577: Ruby 3.1.6 upgrade (Ruby 3 keyword-arg + argument-delegation handling)#64jongmyung wants to merge 4 commits into
jongmyung wants to merge 4 commits into
Conversation
- Handling argument delegation for Ruby 3 https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/ Signed-off-by: Jongmyung Ha <jongmyung.ha@stayntouch.com>
- Handling argument delegation for Ruby 3 - https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/ - Version change to 3.0.5 - required Ruby version 3 Signed-off-by: Jongmyung Ha <jongmyung.ha@stayntouch.com>
- Handling keyword argument for Ruby 3 - https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/ Signed-off-by: Jongmyung Ha <jongmyung.ha@stayntouch.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Preserves the CICO-98577 Ruby 3.1.6 upgrade work (Ruby 3 keyword-argument + argument-delegation
handling, required-ruby/version bump) as a PR. These commits lived on a fork's
master(diverged fromupstream); opening them so they're tracked rather than stranded.
This work is from 2024 and the fleet is already on Ruby 3.1.x — the upgrade may already be in upstream via
different commits. Reviewers: check the diff for redundancy and close if superseded. Branch may need a
rebase onto current
master.Test Plan
masterbundle install+ gem build on Ruby 3.1.6🤖 Generated with Claude Code