Update kss to be compatible with ruby 3.2.#2
Open
djbender wants to merge 7 commits intoonehub:add-path-to-sectionsfrom
Open
Update kss to be compatible with ruby 3.2.#2djbender wants to merge 7 commits intoonehub:add-path-to-sectionsfrom
djbender wants to merge 7 commits intoonehub:add-path-to-sectionsfrom
Conversation
ONEHUB-150 Include erb files when gathering files to parse comments
- Dockerfile: conditional OpenSSL, archive format, parallel make, bundler - docker-bake.hcl: 15 Ruby versions as buildx bake targets - test-all-rubies.sh: build + test all versions - .dockerignore: exclude Gemfile.lock for bundler compat - Gemfile: conditional rake version, test-unit gem for 2.0+ - Fix uninitialized @section ivar warning in Section
- GHA workflow: 16-version Docker matrix + gate job - Dockerfile.head: build Ruby from git (bookworm + baseruby) - docker-bake.hcl: add ruby-head target - Bundle cache mount in Dockerfiles - Fix test bug: unused var + frozen string mutation - Fix uninitialized @file_path/@string_input ivars - Bump minitest for 3.4+ (object_id warning) - Remove dead deps: mg, rubyforge, has_rdoc - Parallelize test-all-rubies.sh via GNU parallel - Expand .dockerignore, delete .travis.yml
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
File.exists?/Dir.exists?withexist?Dockerfilecompiles Ruby from source with appropriate OpenSSL (1.0.2 for <2.4, 1.1 for ≥2.4)Dockerfile.headbuilds ruby/ruby masterdocker-bake.hcldefines all 16 build targetstest-all-rubies.shfor local parallel testing via GNU parallelbundle config --localfor Bundler 1.17.3COVERAGE=1env var, enabled only for Ruby 4.0 in CIhas_rdoc, remove unusedmg/rubyforgegems, fixgsubmutation warning in testsTest plan
test-all-rubies.sh