aharpervc (Andrew Harper)
- Login: aharpervc
- Registered on: 01/03/2025
- Last sign in: 01/03/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
01/03/2025
-
08:10 PM Ruby Bug #21001 (Closed): unexpected nil result from proc with ensure and next
- Hello,
I have noticed a different program behavior in Ruby 3.4 compared to previous versions. This is a simplified example for debugging that returns the expected result in Ruby 3.3 but nil in Ruby 3.4
Here is the example program:
...