Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #7804. Incorrect ArgumentError: wrong number of arguments #7816

Merged
merged 1 commit into from May 25, 2023

Conversation

enebo
Copy link
Member

@enebo enebo commented May 25, 2023

Problem was receive_keywords has a side-effect of resetting callInfo but dead code elimination thought it could be removed. Once removed it allowed CALL_KEYWORDS_EMPTY to persist from parent method to next call.

Problem was receive_keywords has a side-effect of resetting
callInfo but dead code elimination thought it could be removed.
Once removed it allowed CALL_KEYWORDS_EMPTY to persist from
parent method to next call.
@enebo enebo added this to the JRuby 9.4.3.0 milestone May 25, 2023
@enebo enebo merged commit 00ce627 into jruby:master May 25, 2023
43 of 48 checks passed
@enebo enebo deleted the fix_7804 branch May 25, 2023 21:10
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.

None yet

1 participant