Skip to content

Simplify logic in IRBuilder for keyword arguments.#7574

Merged
enebo merged 1 commit intojruby:masterfrom
enebo:simplify_kw_irbuilder
Jan 12, 2023
Merged

Simplify logic in IRBuilder for keyword arguments.#7574
enebo merged 1 commit intojruby:masterfrom
enebo:simplify_kw_irbuilder

Conversation

@enebo
Copy link
Member

@enebo enebo commented Jan 11, 2023

Almost zero-sum but it allows define_method with kwargs definition to potentially be converted from a proc to a full method and it also checks for whether the fcall is 'using'. I don't think either of these current will play with kwargs but they may in the future and it is a little extra work to have some cleaner code.

Almost zero-sum but it allows define_method with kwargs definition
to potentially be converted from a proc to a full method and it also
checks for whether the fcall is 'using'.  I don't think either of these
current will play with kwargs but they may in the future and it is a little
extra work to have some cleaner code.
@enebo enebo added this to the JRuby 9.4.1.0 milestone Jan 11, 2023
@enebo enebo merged commit 12e5b39 into jruby:master Jan 12, 2023
enebo added a commit that referenced this pull request Jan 20, 2023
enebo added a commit that referenced this pull request Jan 23, 2023
edipofederle pushed a commit to edipofederle/jruby that referenced this pull request Feb 8, 2023
@enebo enebo deleted the simplify_kw_irbuilder branch March 4, 2025 18:33
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