General

Profile

luke-gru (Luke Gruber)

  • Login: luke-gru
  • Email: luke.gru@gmail.com
  • Registered on: 08/19/2011
  • Last sign in: 04/09/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 16 25 41

Activity

04/26/2024

05:51 PM Ruby master Misc #20272: Ambiguity around Ractor message sending FIFO semantics
The messages in that case would be guaranteed to be received in order (first "hello" then "world").
If you have 2 ...
luke-gru (Luke Gruber)
03:59 PM Ruby master Bug #20459: Ractor.select() deadlock?
I just took a look at this and it's related to this ticket: https://redmine.ruby-lang.org/issues/20168. The linked pu... luke-gru (Luke Gruber)

02/16/2024

07:25 PM Ruby master Bug #19365: Ractors can access non-shareable values through enumerators
This has since been fixed, please close. Thanks. luke-gru (Luke Gruber)
07:19 PM Ruby master Bug #19395: Process forking within non-main Ractor hits rb_bug()
I can no longer reproduce this issue, I probably had some changes in my tree that were causing the issues. Sorry! Ple... luke-gru (Luke Gruber)
07:12 PM Ruby master Bug #19408: Object no longer frozen after moved from a ractor
I created a PR for this: https://github.com/ruby/ruby/pull/9996 luke-gru (Luke Gruber)
04:34 PM Ruby master Bug #20271: Issue with moving embedded string across ractors
PR here: https://github.com/ruby/ruby/pull/9993 luke-gru (Luke Gruber)
04:29 PM Ruby master Bug #20271 (Open): Issue with moving embedded string across ractors
When embedded strings are moved, not all the embedded bytes are copied over to the new embedded string. This shows it... luke-gru (Luke Gruber)

02/15/2024

04:00 PM Ruby master Bug #20267: Hashes that use ar_table aren't moved properly across ractors
I created a patch here: https://github.com/ruby/ruby/pull/9983 luke-gru (Luke Gruber)
03:56 PM Ruby master Bug #20267 (Open): Hashes that use ar_table aren't moved properly across ractors
This crashes in debug build and gives weird results in non debug build, because the ar_table values aren't copied ove... luke-gru (Luke Gruber)

02/10/2024

05:40 PM Ruby master Bug #20255: Embedded arrays aren't moved correctly across ractors
I sent a PR here: https://github.com/ruby/ruby/pull/9918 luke-gru (Luke Gruber)

Also available in: Atom