FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Rearrange kwargs logic by enebo · Pull Request #8785 · jruby/jruby · GitHub

/ jruby Public

Rearrange kwargs logic - #8785

Merged
enebo merged 9 commits into
jruby:masterfrom
enebo:topic/kwargs_fix
Apr 22, 2025
Merged

Rearrange kwargs logic#8785
enebo merged 9 commits into
jruby:masterfrom
enebo:topic/kwargs_fix

Conversation

enebo commented Apr 20, 2025
edited
Loading

Copy link
Copy Markdown
Member

Change keyword arguments logic. It makes sense but the semantics still confuse me a little bit even though each case by itself makes sense.

Fixes #8784

I also went through and fixed a number of excluded tests involving keywords in MRI's test suite.

enebo added this to the JRuby 10.0.1.0 milestone Apr 20, 2025

enebo commented Apr 20, 2025

Copy link
Copy Markdown
Member Author

This passes original reported issue and the extra tests pass on interp but the JIT is calling some "cut down" versions of the larger keyword argument processing and I need to update those to be the same. Hopefully tomorrow morning.

enebo force-pushed the topic/kwargs_fix branch from 08b1522 to a252777 Compare April 21, 2025 19:24
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 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.

Regression in Hash.ruby2_keywords_hash? behaviour in JRuby v10

1 participant


Back | FazBrowse Home | New Git URL