[perl #105872] 42, 44, 22 -> *@a { say @a.perl } bug

2011-12-10 Thread Jimmy Zhuo
# New Ticket Created by "Jimmy Zhuo" # Please include the string: [perl #105872] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=105872 > JimmyZ> nom: if 42 -> *@_ { say @_.perl } p6eval> nom 1f9310: OUTPUT«Array.new()␤

[perl #105848] [BUG] $*ACTIONS is set when it should not, resulting in spurious calls.

2011-12-10 Thread via RT
# New Ticket Created by Stephane Payrard # Please include the string: [perl #105848] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=105848 > [18:05] nom: grammar A { token list { a } }; A.parse('a', :rule ) [18:05]