[perl #113552] duplicate rule/token names break grammar parsing

2012-06-08 Thread via RT
# New Ticket Created by diakopter # Please include the string: [perl #113552] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=113552 > 00:28 < diakopter> r: grammar A { token a { }; token a { } } 00:28 <+p6eval> rakudo

[perl #113546] Duplicate flattened nameds aren't filtered out

2012-06-08 Thread via RT
# New Ticket Created by Kristof Bogaerts # Please include the string: [perl #113546] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=113546 > p6: sub s_s(*%n) { %n>>.say }; s_s(|{:assoc}, :assoc); # which one is correc

[perl #113544] Flattening into named arguments does not happen from within rules

2012-06-08 Thread via RT
# New Ticket Created by Kristof Bogaerts # Please include the string: [perl #113544] # in the subject line of all future correspondence about this issue. # https://rt.perl.org:443/rt3/Ticket/Display.html?id=113544 > When feeding this code to rakudo, niecza, nqp: my grammar G { method s_m(*%n