Now fixed in 690d774; needs spectests to close ticket.
Thanks!
Pm
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #113804]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=113804 >
r: say |[1, 2, 3, 4, 5, 6]
rakudo dba6e9: OUTPUT<<123456NL>>
r: say |(1..6)
r
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #113802]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=113802 >
r: say ( Z Z ).tree.perl
rakudo dba6e9: OUTPUT< masak: wanna submit?
* masak s
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #113800]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org:443/rt3/Ticket/Display.html?id=113800 >
r: say (1, 2, 3 Z, 4, 5, 6 Z, 7, 8 ,9).perl
rakudo dba6e9: OUTPUT<<(((1, 4), 7)