[perl #66182] No die sub found in Rakudo

2009-06-04 Thread Carl Mäsak via RT
Pm (): I don't know if this is more along the lines of what you were looking for. If so, close the ticket, if not, tell us what you expect. :-) Well, I have no idea what to expect either, but issue I submitted the ticket for has been fixed, and this .HOW.say things seems to be a very

[perl #66182] No die sub found in Rakudo

2009-06-03 Thread Patrick R. Michaud via RT
The current version of Rakudo (after Jonathan's merge) now reports: $ cat 66182 my $x; [$x.WHAT, $x.HOW, $x].say; $ ./perl6 66182 Failure() Method 'say' not found for invocant of class 'P6metaclass' $ I don't know if this is more along the lines of what you were

[perl #66182] No die sub found in Rakudo

2009-06-01 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #66182] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=66182 rjh rakudo: my $x; [$x.WHAT, $x.HOW, $x].say p6eval rakudo 0b9c9a: