# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #111732] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=111732 >
<TimToady> perl6: say (<[ ]> xx 10).pick(*).join <p6eval> niecza v15-4-g1f35f89: OUTPUT«[][[]][[][]]]][[[]][» <p6eval> ..pugs b927740: OUTPUT«[]]][[]]][[][][][[[]» <p6eval> ..rakudo fee891: OUTPUT«[][][][][][][][][][]» <TimToady> rakudo feyl <moritz> should it flatten all those parcels? <TimToady> that's the default for most listy methods, which is why we need .lol <TimToady> admittedly the spec could be clearer here <TimToady> perl6: say (<[ ]> xx 10).map(~*).join <p6eval> ..rakudo fee891, niecza v15-4-g1f35f89: OUTPUT«[][][][][][][][][][]» <TimToady> you'll note rakudo flattens there, so it's being inconsistent * masak submits (<[ ]> xx 10).pick(*).join rakuobug
