jfi (James Inman)
- Login: jfi
- Email: james@jamesinman.co.uk
- Registered on: 11/23/2025
- Last sign in: 11/23/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/23/2025
-
10:10 PM Ruby Bug #21708 (Closed): Ruby 3.4 Forwardable: setter delegations trigger SyntaxError from forwardable/impl.rb
- - `forwardable`: 1.3.3 (bundled stdlib)
- OS: Ubuntu 24.04 (also reproducible on macOS)
- RUBYOPT / $DEBUG: default (but with $DEBUG=true or RUBYOPT=-d the errors are emitted)
# Reproduction Script (minimal)
```
requir...