[perl #65096] Cannot loop over a list of arrays with a junction or arrays in their midst in Rakudo

2009-04-28 Thread jn...@jnthn.net via RT
On Fri Apr 24 05:02:04 2009, masak wrote: > rakudo: for [1], [2]|[3], [4] -> @a { say @a.elems } > rakudo 9a5305: OUTPUT«1␤Non-Positional argument or Positional > of wrong element type for @a in call to _block34 [...] > bug? > don't know about junctions and arrays... > * masak submits, just in

[perl #65096] Cannot loop over a list of arrays with a junction or arrays in their midst in Rakudo

2009-04-24 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #65096] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=65096 > rakudo: for [1], [2]|[3], [4] -> @a { say @a.elems } rakudo 9a5305: OUTPUT«1␤Non-Posit