[perl #66648] [BUG] Null PMC access when doing EnumType.value in Rakudo

2011-09-19 Thread Will Coleda via RT
On Tue Jun 16 15:03:41 2009, masak wrote: > rakudo: enum A ; say A.b > rakudo 952fe6: OUTPUT�Null PMC access in get_string() [...] > * masak submits rakudobug > (yes, I know it should be A::b) This has a test that is passing (S02-types/enum.t). Fudged remaining test and added it to the specte

[perl #66648] [BUG] Null PMC access when doing EnumType.value in Rakudo

2009-06-17 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #66648] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=66648 > rakudo: enum A ; say A.b rakudo 952fe6: OUTPUT«Null PMC access in get_string() [...] *