Actions
Bug #21013
closedBackport request for YJIT fix for `yield` with keyword arguments
Description
GitHub PR: https://github.com/ruby/ruby/pull/12525
The patch applies cleanly.
Programs like the following used to crash when run with YJIT:
def a = yield(x: 0)
1000.times { a { |x:| x } }
No data to display
Actions
Like0