General

Profile

NickHackman (Nick Hackman)

  • Login: NickHackman
  • Registered on: 07/15/2020
  • Last sign in: 07/22/2020

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

07/15/2020

04:45 AM Ruby Bug #17033: Infinite Traceback when encountering an Exception while catching an Exception
NickHackman (Nick Hackman) wrote:
> In Ruby 2.7.1 when an Exception occurs and another occurs when handling the first one it results in an infinite Traceback that doesn't mention the error.
> ...
If this is an actual issue is it possib...
NickHackman (Nick Hackman)
04:39 AM Ruby Bug #17033 (Closed): Infinite Traceback when encountering an Exception while catching an Exception
In Ruby 2.7.1 when an Exception occurs and another occurs when handling the first one it results in an infinite Traceback that doesn't mention the error.
```ruby
class MyException < StandardError
def initialize(obj)
@obj = ob...
NickHackman (Nick Hackman)

Also available in: Atom