General

Profile

Agis (Agis Anastasopoulos)

Issues

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

Activity

01/29/2014

01:15 PM Ruby Bug #9461: Segfault
As I found out this is already reported (https://gist.github.com/tmm1/8393897#file-gistfile1-txt-L29-L32), so feel free to delete this. Agis (Agis Anastasopoulos)
12:45 PM Ruby Bug #9461 (Closed): Segfault
The following causes a segfault in 2.1.0, but works fine in 2.0 and 1.9:
module A
def require(_)
super
end
end
class Object
include A
end
['foo'].map(&method(:require))
Stac...
Agis (Agis Anastasopoulos)

Also available in: Atom