pawurb (Pawel Urbanek)
- Login: pawurb
- Registered on: 12/26/2024
- Last sign in: 12/26/2024
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
12/27/2024
-
09:15 PM Ruby Feature #20987: Add dbg - minimal debugging helper
- Thanks for feedback!
One thing I'm worried about with `P=1` approach, are Ruby programs that rely on the current `p` output, making it impossible to opt-in this new feature. Maybe we could go for `d` instead of `dbg`?
As for identi... -
11:50 AM Ruby Feature #20987: Add dbg - minimal debugging helper
- Hi. It's my first time contributing here, so I'm sorry in advance if I've mixed something up.
I’m author of [dbg-rb gem](https://github.com/pawurb/dbg-rb). `dbg` method is inspired by Rust where it's [built-in into std-lib](https://do...
12/26/2024
-
11:40 PM Ruby Feature #20987 (Open): Add dbg - minimal debugging helper
- Hi. It's my first time contributing here, so I'm sorry in advance if I've mixed something up.
I’m author of https://github.com/pawurb/dbg-rb gem. `dbg` method is inspired by Rust where it's built-in into std-lib (https://doc.rust-lang...