Re: [perl #61944] Rakudo stringifies some operands to X~X too early

2009-01-04 Thread Patrick R. Michaud
On Sat, Jan 03, 2009 at 09:33:30AM -0800, Carl Mäsak wrote: eric256 rakudo: my %test = (1 = a b c); my @word = e f g; (%test{1} X~X @word).perl.say p6eval rakudo 34889: OUTPUT«[a b ce, a b cf, a b cg]␤» eric256 it appears to be stringifying a b c before crossing it..any idea what i did wrong?

[perl #61944] Rakudo stringifies some operands to X~X too early

2009-01-03 Thread Carl Mäsak
# New Ticket Created by Carl Mäsak # Please include the string: [perl #61944] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61944 eric256 rakudo: my %test = (1 = a b c); my @word = e f g; (%test{1} X~X