General

Profile

lholden (Lori Holden)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

10/18/2010

01:09 AM Ruby master Bug #3958 (Rejected): The Fiber instance method 'alive?' is not defined.
=begin
The Fiber instance method 'alive?' is documented as existing, but is not actually defined.

ruby-1.9.2-p0...
lholden (Lori Holden)

10/17/2010

11:58 PM Backport192 Backport #3957 (Closed): instance_exec and instance_eval crash ruby when passed '&variable' which stores a 'method(:whatever).to_param'
=begin
# results in a crash:
def a_method; end
a = method(:a_method).to_proc
instance_exec &a

# however w...
lholden (Lori Holden)

Also available in: Atom