[perl #101900] [BUG] Segfault when mixing an enum value into a type object in Rakudo

2013-10-21 Thread Will Coleda via RT
On Sun Oct 23 10:07:07 2011, jn...@jnthn.net wrote: > On Fri Oct 21 05:22:14 2011, masak wrote: > > nom: enum Foo < a b >; class A { }; say A but Foo::a > > nom e1a62b: OUTPUT«(signal SEGV)» > > shit. > > nom: enum Foo < a b >; class A { }; say A.new but Foo::a > > nom e1a62b: OUTPUT«A+{}.new(

[perl #101900] [BUG] Segfault when mixing an enum value into a type object in Rakudo

2011-10-21 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #101900] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=101900 > nom: enum Foo < a b >; class A { }; say A but Foo::a nom e1a62b: OUTPUT«(signal