[perl #77072] [BUG] @a[*] does not work as slice of all indexes

2010-08-07 Thread Patrick R. Michaud via RT
Now fixed in fca2d3. There's already a spectest for the test, but I'm unable to commit spectest changes at the moment so I'll leave the ticket open for someone else to close. I also fixed .{*} in this patch, it probably needs tests as well. Pm

[perl #77072] [BUG] @a[*] does not work as slice of all indexes

2010-08-07 Thread via RT
# New Ticket Created by Lithos # Please include the string: [perl #77072] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77072 > Hi! In @a[*], * should mean all indexes of @a, but this does not work in Rakudo, currently: