* [ruby-core:120537] [Ruby master Bug#21013] Backport request for YJIT fix for `yield` with keyword arguments
@ 2025-01-08 0:00 alanwu (Alan Wu) via ruby-core
2025-02-14 1:39 ` [ruby-core:120996] " k0kubun (Takashi Kokubun) via ruby-core
0 siblings, 1 reply; 2+ messages in thread
From: alanwu (Alan Wu) via ruby-core @ 2025-01-08 0:00 UTC (permalink / raw)
To: ruby-core; +Cc: alanwu (Alan Wu)
Issue #21013 has been reported by alanwu (Alan Wu).
----------------------------------------
Bug #21013: Backport request for YJIT fix for `yield` with keyword arguments
https://bugs.ruby-lang.org/issues/21013
* Author: alanwu (Alan Wu)
* Status: Closed
* Backport: 3.1: DONTNEED, 3.2: DONTNEED, 3.3: DONTNEED, 3.4: REQUIRED
----------------------------------------
GitHub PR: https://github.com/ruby/ruby/pull/12525
The patch applies cleanly.
Programs like the following used to crash when run with YJIT:
```ruby
def a = yield(x: 0)
1000.times { a { |x:| x } }
```
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* [ruby-core:120996] [Ruby master Bug#21013] Backport request for YJIT fix for `yield` with keyword arguments
2025-01-08 0:00 [ruby-core:120537] [Ruby master Bug#21013] Backport request for YJIT fix for `yield` with keyword arguments alanwu (Alan Wu) via ruby-core
@ 2025-02-14 1:39 ` k0kubun (Takashi Kokubun) via ruby-core
0 siblings, 0 replies; 2+ messages in thread
From: k0kubun (Takashi Kokubun) via ruby-core @ 2025-02-14 1:39 UTC (permalink / raw)
To: ruby-core; +Cc: k0kubun (Takashi Kokubun)
Issue #21013 has been updated by k0kubun (Takashi Kokubun).
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 commit:73690b520d.
----------------------------------------
Bug #21013: Backport request for YJIT fix for `yield` with keyword arguments
https://bugs.ruby-lang.org/issues/21013#change-111904
* Author: alanwu (Alan Wu)
* Status: Closed
* Backport: 3.1: DONTNEED, 3.2: DONTNEED, 3.3: DONTNEED, 3.4: DONE
----------------------------------------
GitHub PR: https://github.com/ruby/ruby/pull/12525
The patch applies cleanly.
Programs like the following used to crash when run with YJIT:
```ruby
def a = yield(x: 0)
1000.times { a { |x:| x } }
```
--
https://bugs.ruby-lang.org/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-14 1:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-08 0:00 [ruby-core:120537] [Ruby master Bug#21013] Backport request for YJIT fix for `yield` with keyword arguments alanwu (Alan Wu) via ruby-core
2025-02-14 1:39 ` [ruby-core:120996] " k0kubun (Takashi Kokubun) via ruby-core
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).