[perl #62148] Cannot take .values of an uninitialized Any variable

2009-01-11 Thread Carl Mäsak via RT
Pm (>), Carl (>>): > > Same goes for Undef, which should arguably also be able to output > > .values, I think. > > Perl 6 doesn't have C. What I guess I meant was that the following shouldn't happen either: $ perl6 -e 'my $x; say $x.values' Method '!flatten' not found for invocant of class 'Unde

[perl #62148] Cannot take .values of an uninitialized Any variable

2009-01-11 Thread Carl Mäsak via RT
Carl (>), Pm (>>), Carl (>>>): > > > Same goes for Undef, which should arguably also be able to output > > > .values, I think. > > > > Perl 6 doesn't have C. > > What I guess I meant was that the following shouldn't happen either: > > $ perl6 -e 'my $x; say $x.values' > Method '!flatten' not fou

[perl #62148] Cannot take .values of an uninitialized Any variable

2009-01-10 Thread Patrick R. Michaud via RT
On Fri Jan 09 14:17:02 2009, masak wrote: > rakudo: my Any $x .= new; say $x.values > rakudo 35320: OUTPUT«Method '!flatten' not found for invocant > of class 'Any' [...] > * masak submits rakudobug Now "fixed" in r35392, although I'm not sure what the correct behavior should be. $ ./parrot p

[perl #62148] Cannot take .values of an uninitialized Any variable

2009-01-10 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #62148] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=62148 > rakudo: my Any $x .= new; say $x.values rakudo 35320: OUTPUT«Method '!flatten' not fou