Skip to content

Fixes #7918. Error with single splat method with keyword arguments#7929

Merged
enebo merged 1 commit intojruby:masterfrom
enebo:fix_7918
Sep 8, 2023
Merged

Fixes #7918. Error with single splat method with keyword arguments#7929
enebo merged 1 commit intojruby:masterfrom
enebo:fix_7918

Conversation

@enebo
Copy link
Member

@enebo enebo commented Sep 8, 2023

Problem was that we were seeing an empty kwarg marked from ruby2_keyword_hash and omitting it because it was a kwarg. The logic doing this was for a failing test in MRI test suite that was passing that empty kwarg using a splat. The fix was to only pass this along if it is a non-splat caller.

Problem was that we were seeing an empty kwarg marked from
ruby2_keyword_hash and omitting it because it was a kwarg.  The
logic doing this was for a failing test in MRI test suite that
was passing that empty kwarg using a splat.  The fix was to
only pass this along if it is a non-splat caller.
@enebo enebo added this to the JRuby 9.4.4.0 milestone Sep 8, 2023
@enebo enebo merged commit dbafe9b into jruby:master Sep 8, 2023
@enebo enebo deleted the fix_7918 branch September 8, 2023 20:04
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