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 } }
Updated by k0kubun (Takashi Kokubun) about 2 months ago
- Backport changed from 3.1: DONTNEED, 3.2: DONTNEED, 3.3: DONTNEED, 3.4: REQUIRED to 3.1: DONTNEED, 3.2: DONTNEED, 3.3: DONTNEED, 3.4: DONE
ruby_3_4 73690b520d.
Actions
Like0
Like0