General

Profile

luke-gru (Luke Gruber)

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

Issues

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

Activity

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)
05:31 PM Ruby master Bug #20255 (Open): Embedded arrays aren't moved correctly across ractors
`ractor.send(ary, move: true)` works incorrectly because if `ary` is embedded, the new moved object doesn't populate ... luke-gru (Luke Gruber)

01/11/2024

05:18 PM Ruby master Bug #20078: StringIO cannot be moved between Ractors
I think this ticket can be closed as I've updated the docs to reflect the current situation and it's been merged. luke-gru (Luke Gruber)

Also available in: Atom