[perl #113804] [BUG] Can't flatten Range into a list of arguments in Rakudo

2012-06-23 Thread Patrick R. Michaud via RT
Now fixed in 690d774; needs spectests to close ticket. Thanks! Pm

[perl #113804] [BUG] Can't flatten Range into a list of arguments in Rakudo

2012-06-23 Thread Carl Mäsak
# 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

[perl #113802] [BUG] something wrong with .tree of the result of infix: in Rakudo

2012-06-23 Thread Carl Mäsak
# 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

[perl #113800] [BUG] two Z operators don't produce what you'd expect from a list infix in Rakudo

2012-06-23 Thread Carl Mäsak
# 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)