Update ext/Setup template files [ci skip]
Share common code between Enumerator and ArithmeticSequence
[ruby/rubygems] Replace #9506 with a targeted :ruby_repo skip
The blanket skip in checksums_section from #9506 caused 82 ruby-core test failures whose lockfile expectations legitimately include the bundler checksum (paths that go through bundle install where bundler is...
bundle install
enumerator.c: guard eargs during inspect
[ruby/rubygems] Skip bundler self-checksum on ruby-core in test fixtures (https://github.com/ruby/rubygems/pull/9506)
In ruby-core test setup, bundler is loaded as a default gem and the bundler.gem cache file is not present on disk where...
Bump taiki-e/install-action
Bumps the github-actions group with 1 update in the / directory: taiki-e/install-action.
Updates taiki-e/install-action from 2.75.25 to 2.75.27
taiki-e/install-action
[ruby/rubygems] Skip bundler self-checksum for unreleased bundlers (https://github.com/ruby/rubygems/pull/9501)
Using Bundler.gem_version.end_with?(".dev") only skips the own checksum on master, but patch releases run from a source checkout...
Bundler.gem_version.end_with?(".dev")
ZJIT: More recognizable JIT return poison, assert only when RUBY_DEBUG
A good poison value gives a recognizable fault address if someone erroneously dereferences. Asserting the pointer is not poison shouldn't be necessary, so move it to RUBY_DEBUG builds.
ZJIT: Specialize direct sends to methods with post-required positional parameters
ZJIT: Prefer raw pointer over references in with_ruby_vm()
When references show up on in the type declaration, it's an invitation to think about how long the implicit lifetime is. This code doesn't do anything tricky lifetime-wise, so it looks better declaring...
View all revisions | View revisions
Also available in: Atom