Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List repetition (infix:<xx>) doesn't work on lazy lists #3684

Closed
p6rt opened this issue Feb 14, 2015 · 4 comments
Closed

List repetition (infix:<xx>) doesn't work on lazy lists #3684

p6rt opened this issue Feb 14, 2015 · 4 comments

Comments

@p6rt
Copy link

p6rt commented Feb 14, 2015

Migrated from rt.perl.org#123830 (status was 'resolved')

Searchable as RT123830$

@p6rt
Copy link
Author

p6rt commented Feb 14, 2015

From @moritz

$ perl6-m -e 'say "abc".ords xx 2'

$

should be

97 98 99 97 98 99

Tested in S03-operators/repeat.t

@p6rt
Copy link
Author

p6rt commented Aug 26, 2015

From @coke

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

@p6rt
Copy link
Author

p6rt commented Aug 26, 2015

The RT System itself - Status changed from 'new' to 'open'

@p6rt p6rt closed this as completed Aug 26, 2015
@p6rt
Copy link
Author

p6rt commented Aug 26, 2015

@coke - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant