[perl #123830] List repetition (infix:xx) doesn't work on lazy lists

2015-08-26 Thread Will Coleda via RT
On Sat Feb 14 02:56:01 2015, moritz wrote: $ perl6-m -e 'say abc.ords xx 2' $ should be 97 98 99 97 98 99 Tested in S03-operators/repeat.t Fixed in glr branch. -- Will Coke Coleda

[perl #123830] List repetition (infix:xx) doesn't work on lazy lists

2015-02-14 Thread via RT
# New Ticket Created by Moritz Lenz # Please include the string: [perl #123830] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=123830 $ perl6-m -e 'say abc.ords xx 2' $ should be 97 98 99 97 98 99 Tested in