Re: [perl #60732] Hash indexes shouldn't work on array refs

2008-11-24 Thread Moritz Lenz
jerry gay wrote: > On Fri, Nov 21, 2008 at 10:43, via RT Moritz Lenz > <[EMAIL PROTECTED]> wrote: >> # New Ticket Created by Moritz Lenz >> # Please include the string: [perl #60732] >> # in the subject line of all future correspondence about this issue. >> # http://rt.perl.org/rt3/Ticket/Display

[perl #60778] Strange error message in Rakudo on $var .= "string"

2008-11-24 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60778] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60778 > $ perl6 -c -e 'my $a; $a .= "A"' Method 'panic' not found for invocant of class 'PGE;Mat

Re: [perl #60732] Hash indexes shouldn't work on array refs

2008-11-24 Thread Patrick R. Michaud
On Fri, Nov 21, 2008 at 10:43:15AM -0800, Moritz Lenz wrote: > From #perl6 today: > > 19:33 < moritz_> rakudo: my $x = [ 42 ]; say $x<0> > 19:33 < p6eval> rakudo 32984: OUTPUT[42␤] > > I don't think that should be allowed. It's allowed at least for Match objects -- from S05: # The numbered

[perl #60784] [spectest] Combine various subset/subtype tests.

2008-11-24 Thread Patrick R. Michaud (via RT)
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #60784] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=60784 > Currently we have at least three test files dealing with subset and subtypes: