[perl #60620] @a[1].=subst parsefail

2008-11-26 Thread [EMAIL PROTECTED] via RT
On Mon Nov 17 13:49:03 2008, masak wrote: Rakudo r32733: masak rakudo: my @a; @a[0].=subst( '', '') polyglotbot OUTPUT[PAST::Compiler can't compile a null node␤current instr.: [...] Ah, yes, .= was only handling a scalar on the LHS. Thanks to PAST enhancements since I first implemented .=,

[perl #60620] @a[1].=subst parsefail

2008-11-18 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #60620] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60620 Rakudo r32733: masak rakudo: my @a; @a[0].=subst( '', '') polyglotbot