# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #65096] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65096 >
<moritz_> rakudo: for [1], [2]|[3], [4] -> @a { say @a.elems } <p6eval> rakudo 9a5305: OUTPUT«1Non-Positional argument or Positional of wrong element type for @a in call to _block34 [...] <moritz_> bug? <moritz_> don't know about junctions and arrays... * masak submits, just in case If the new standard is to not autothread in for loops, then this is in fact in order. One might possibly want a more explanatory error message, though, since the contents of the junction actually match the signature.