[pull] master from ruby:master#1216
Merged
Merged
Conversation
Since a2531ba, class_associate_super() maintains subclass lists only for direct T_CLASS -> T_CLASS links. When a class that includes or prepends a module is cloned, rb_mod_init_copy() connects the clone (or its origin) to a T_ICLASS, so the clone was never added to its real superclass's subclass list and Class#subclasses did not return it. Register the clone with its superclass explicitly after the chain is built. rb_class_superclass() can be used because the superclass table is already up to date at this point and the superclass always exists (the root class cannot be cloned). Clones of classes without modules are registered by class_associate_super() as before. [Bug #22190] Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The cache step hardcoded snapshot-*, which no longer matches when this reusable workflow is called with a release archname such as ruby-3.4.0-rc1 from ruby/actions, turning cache save and restore into a no-op. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Bumps the github-actions group with 1 update in the / directory: [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `zizmorcore/zizmor-action` from 0.5.7 to 0.6.0 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@192e21d...6599ee8) --- updated-dependencies: - dependency-name: zizmorcore/zizmor-action dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Hopefully this will mitigate MacOS timeouts for tests that are exercising the crash path (assert_segv, etc).
SunOS 4 reached end of life in 2003 and the sunos* configure target has been unbuildable for decades. Solaris (SunOS 5, solaris*) is unaffected.
The translated code cache was published before its contents were initialized, so a concurrent caller could read direct-threaded addresses as instruction numbers. Reachable since Proc#refined started dumping the same iseq from multiple Ractors. Build the buffer locally and publish it with CAS after translation.
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )