jaimevelaz (Jaime Velaz)
- Login: jaimevelaz
- Registered on: 12/29/2025
- Last sign in: 12/29/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/29/2025
-
04:12 PM Ruby Bug #21812 (Closed): Kernel#sleep without arguments returns immediately when subprocess exits in another thread (regression in Ruby 4.0)
- **Description**
In Ruby 4.0.0, Kernel#sleep without arguments returns 0 immediately when a subprocess (spawned via backticks in another thread) exits. This is a regression from Ruby 3.4.8 where sleep blocks indefinitely as expected.
...