Re: [perl #57448] Asking .WHAT on an enum element in rakudo causes null PMC access

2008-08-02 Thread Patrick R. Michaud
On Wed, Jul 30, 2008 at 10:50:32PM -0700, Carl Mäsak wrote: > $ svn info | grep vi > > $ ./perl6 -e 'enum Weekday; say Tuesday.WHAT' > Null PMC access in find_method() > [...] This is likely related to RT #57450, in that it's not clear how enums should report their type or .perl representation.

Re: [perl #57448] Asking .WHAT on an enum element in rakudo causes null PMC access

2008-07-31 Thread Carl Mäsak
Carl (>): > $ svn info | grep vi 29905

[perl #57448] Asking .WHAT on an enum element in rakudo causes null PMC access

2008-07-31 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #57448] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=57448 > $ svn info | grep vi $ ./perl6 -e 'enum Weekday; say Tuesday.WHAT' Null PMC access in f