bgdimitrov (Bogdan Dimitrov)
- Login: bgdimitrov
- Registered on: 04/13/2023
- Last sign in: 08/09/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
04/14/2023
-
10:42 AM Ruby Bug #19598: Inconsistent behaviour of TracePoint API
- Thank you, the `catch` instead of `rescue` was causing the inconsistency, changing that makes both examples fail with `exception reentered (fatal)`.
Is this behaviour expected though? It looks like after raising an error from within ...
04/13/2023
-
11:38 AM Ruby Bug #19598 (Open): Inconsistent behaviour of TracePoint API
- Hello,
I am seeing inconsistent behaviour of the TracePoint API. If I raise an error from within the `:raise` event block it crashes the entire program with a `exception reentered (fatal)` next time any error is raised. However if I a...