# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #118715] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=118715 >
<FROGGS> n: say (-300...300 X+> -5...5) <camelia> niecza v24-86-g39ab531: OUTPUT«===SORRY!==="X+>" and "..." are non-associative and require parens [...] <FROGGS> is the latter a bug? <jnthn> std: say (-300...300 X+> -5...5) <camelia> std d4cc5ab: OUTPUT«===SORRY!==="..." and "X+>" are non-associative and require parens [...] <jnthn> r: say (-300...300 X+> -5...5) <camelia> rakudo 567941: OUTPUT«-300 -299 -298 -297 -296 [...] <jnthn> Probably legit. <TimToady> a legit bug, I think jnthn++ means * masak submits rakudobug The bug? STD and Niecza reject the parse, but Rakudo accepts it. It shouldn't.