[perl #88708] [BUG] Rakudo wrongly allows $x..$y..$z

2012-05-27 Thread Will Coleda via RT
On Sat Apr 16 08:33:34 2011, masak wrote:
 masak std: 1..2..3
 p6eval std 4608239: OUTPUT«===SORRY!===␀.. and
 .. are non-associative and require parens  [...] FAILED 00:01 120m␀»
 masak oh, good.
 masak rakudo: say (1..2..3).perl
 p6eval rakudo 5ac05e: OUTPUT«2..3␀»
 * masak submits rakudobug
 masak rakudo: say (7..8..9).perl
 p6eval rakudo 5ac05e: OUTPUT«2..9␀»

Changed:

 say (1..2..3).perl
1..2..3
 say (7..8..9).perl
7..8..9

-- 
Will Coke Coleda


[perl #88708] [BUG] Rakudo wrongly allows $x..$y..$z

2011-04-16 Thread Carl MĂ€sak
# New Ticket Created by  Carl MĂ€sak 
# Please include the string:  [perl #88708]
# in the subject line of all future correspondence about this issue. 
# URL: http://rt.perl.org/rt3/Ticket/Display.html?id=88708 


masak std: 1..2..3
p6eval std 4608239: OUTPUT«===SORRY!===␀.. and
.. are non-associative and require parens  [...] FAILED 00:01 120m␀»
masak oh, good.
masak rakudo: say (1..2..3).perl
p6eval rakudo 5ac05e: OUTPUT«2..3␀»
* masak submits rakudobug
masak rakudo: say (7..8..9).perl
p6eval rakudo 5ac05e: OUTPUT«2..9␀»