Skip to content

Conversation

@enebo
Copy link
Member

@enebo enebo commented May 6, 2025

As it turns out the problem is that JRuby grammar file arg_splat is not made into a splatNode whereas it is in MRI (this involves dual use of this grammar file with ripper but I do not want to try and fix whatever the underlying problem is). The production args ',' arg_splat { was not creating the splatnode for arg_splat. This in turn joined some tree values together instead of nesting them.

Will make separate PR for 9.4 as the grammar file will not cleanly apply

@enebo enebo merged commit 26f386d into jruby:master May 6, 2025
72 checks passed
@enebo enebo deleted the fix_splat_10 branch May 6, 2025 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant