[perl #77848] [BUG] Z* and X** are non associative and should require parentheses in Rakudo

2014-11-18 Thread Christian Bartolomaeus via RT
A typed exception X::Syntax::NonAssociative is now thrown. $ perl6-m -e 'say [+] "08:12:23".split(":") Z* 60 X** reverse ^3' ===SORRY!=== Error while compiling -e Operators 'Z*' and 'X**' are non-associative and require parentheses at -e:1 --> say [+] "08:12:23".split(":") Z* 60 X⏏** reverse ^

[perl #77848] [BUG] Z* and X** are non associative and should require parentheses in Rakudo

2010-09-14 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #77848] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=77848 > rakudo: say [+] '08:12:23'.split(':') Z* (60 X** reverse ^3) rakudo c71489: OUTPUT«295