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

2008-11-24 Thread Jon Lang
On Mon, Nov 24, 2008 at 7:19 AM, Rafael Garcia-Suarez <[EMAIL PROTECTED]> wrote: > Moritz Lenz wrote in perl.perl6.compiler : >> 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

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

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

2008-11-24 Thread Rafael Garcia-Suarez
Moritz Lenz wrote in perl.perl6.compiler : > 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

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

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

2008-11-21 Thread jerry gay
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.html?id=60732 > > > > Fr

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

2008-11-21 Thread via RT
# 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.html?id=60732 > >From #perl6 today: 19:33 < moritz_> rakudo: my $x = [ 42 ]; say $x<0> 19:33 < p6eval> r