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

2015-11-16 Thread jn...@jnthn.net via RT
On Sat Aug 29 03:18:43 2015, coke wrote: > On Thu Aug 21 13:12:32 2014, coke wrote: > > On Thu Jun 07 13:07:46 2012, kristofbogae...@gmail.com wrote: > > > p6: sub s_s(*%n) { %n>>.say }; s_s(|{:assoc}, :assoc); > > > # > > > which one is correct? > > > rakudo e75a0a: OUTPUT«duplicate named argumen

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

2015-08-29 Thread Will Coleda via RT
On Thu Aug 21 13:12:32 2014, coke wrote: > On Thu Jun 07 13:07:46 2012, kristofbogae...@gmail.com wrote: > > p6: sub s_s(*%n) { %n>>.say }; s_s(|{:assoc}, :assoc); # > > which one is correct? > > rakudo e75a0a: OUTPUT«duplicate named argument in call␤ in block > > at /tmp/ohG08nWXj0:1␤␤» > > nie

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

2014-08-21 Thread Will Coleda via RT
On Thu Jun 07 13:07:46 2012, kristofbogae...@gmail.com wrote: > p6: sub s_s(*%n) { %n>>.say }; s_s(|{:assoc}, :assoc); # > which one is correct? > rakudo e75a0a: OUTPUT«duplicate named argument in call␤ in block > at /tmp/ohG08nWXj0:1␤␤» > niecza v18-6-ge52d6c3: OUTPUT«left␤» 21:54:05 > > p6: s

[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