[pull] master from ruby:master#903
Merged
pull[bot] merged 4 commits intoturkdevops:masterfrom Apr 1, 2026
Merged
Conversation
This path avoids the sources getting wiped out during `mvn clean`, since they are not generated during the maven build. This patch also moves the generated WASM build under src/main/wasm since it is really a source file and not a test file. It will not be included in the built artifact. ruby/prism@08dba29eb5
T_DATA, T_MODULE, and T_CLASS objects can share the exact same shape. The shape on these objects give an index off of the fields array to get at the ivar. When two objects share the same shape, but differ in the T_* builtin type, however, the way to get to the fields array differ. Previously, we did not guard the builtin type, so the guard allowed using say, loading `t_string[RCLASS_OFFSET_PRIME_FIELDS_OBJ]`. A classic type confusion situation that crashed. Guard the builtin type, in addition to the shape. Note that this is not necessary for T_OBJECTs since they never have the same shape as other builtin types.
We use iongraph now.
`yard` uses it Start checking against the ordering of the events and also their location. I didn't fix any of the preexisting failures and just ignored them. Some are easy to fix, others look like particularities of ripper that I don't think anyone would rely on. ruby/prism@4cba29d282
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 : )