General

Profile

fdr (Daniel Farina)

  • Login: fdr
  • Email: daniel@fdr.io
  • Registered on: 01/01/2014
  • Last sign in: 01/01/2014

Issues

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

Activity

01/01/2014

12:47 PM Ruby master Bug #9335: dynamic rescue regression in Ruby 2.1
Some other person on the internet also took the time to track this change in behaviors over time:
https://gist.git...
fdr (Daniel Farina)
12:44 PM Ruby master Bug #9335: dynamic rescue regression in Ruby 2.1
This seems to apply to 2.0 as well. Here's the commit found by git bisect:
commit 93b6f8d6195564d0884ee00f536a951...
fdr (Daniel Farina)
11:20 AM Ruby master Bug #9335 (Rejected): dynamic rescue regression in Ruby 2.1
The following type of rescue block appears broken:
begin
raise 'hello'
rescue ->(e) { true }
end
In Ruby 1...
fdr (Daniel Farina)

Also available in: Atom