blowfishpro (Talia Wong)
- Login: blowfishpro
- Registered on: 01/30/2021
- Last sign in: 04/25/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
04/25/2024
-
06:47 PM Ruby Bug #20456 (Open): Hash can get stuck marked as iterating through process forking
- # Steps to Reproduce
1. Iterate over a hash
1. While that iteration is happening, fork the process
a. This should be done in a way that causes the iteration to never finish from the child process's view, e.g. fork with a block, or...
01/30/2021
-
09:59 PM Ruby Feature #17592: Ractor should allowing reading shareable class instance variables
- Would it be reasonable to force a class/module to be frozen (and its instance variables deep frozen) before being able to access class instance variables from a non-main Ractor?
There would probably need to be a new interface to do th...