daniel.domjan (Dániel Domján)
- Login: daniel.domjan
- Registered on: 11/14/2025
- Last sign in: 12/18/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/18/2025
-
11:01 AM Ruby Bug #21049: Reconsider handling of the numbered parameters and "it" parameter in `Binding#local_variables`
- Thank you for the new methods!
11/17/2025
-
11:15 AM Ruby Misc #21690 (Closed): Inconsistent `rb_popcount64()` definition
- The `rb_popcount64()` function is defined both in `internal/bits.h` and `parser_bits.h`, but the definition of these functions is different on the `#else` branch.
```c
// internal/bits.h
static inline unsigned int
rb_popcount64(uin...
11/14/2025
-
10:10 AM Ruby Bug #21049: Reconsider handling of the numbered parameters and "it" parameter in `Binding#local_variables`
- @matz, in RubyMine we show users the values of numbered parameters as well
while debugging, but after this change we can no longer do so, since we don't have access to them.
I think introducing the dedicated API proposed in this is...