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

infix:<..^> does the Wrong Thing if the rhs is an Array in Rakudo #2005

Closed
p6rt opened this issue Aug 3, 2010 · 3 comments
Closed

infix:<..^> does the Wrong Thing if the rhs is an Array in Rakudo #2005

p6rt opened this issue Aug 3, 2010 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Aug 3, 2010

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

Searchable as RT76950$

@p6rt
Copy link
Author

p6rt commented Aug 3, 2010

From @masak

<masak> rakudo​: my @​a = 1, 2, 3, 4, 5; for 1 ..^ +@​a { .say }
<p6eval> rakudo 0a8ef0​: OUTPUT«1␤2␤3␤4␤»
<masak> rakudo​: my @​a = 1, 2, 3, 4, 5; for 1 ..^ @​a { .say }
<p6eval> rakudo 0a8ef0​: OUTPUT«1␤»
* masak submits rakudobug

By my expectations, the latter should mean the same as the former.

This regression was brought to you by the Yapsi codebase. :)

@p6rt
Copy link
Author

p6rt commented Jan 23, 2011

From @Kodiologist

This is fixed in current Rakudos. Some tests are in
S03-operators/range.t (see roast d37e5d1003 for marking).

@p6rt
Copy link
Author

p6rt commented Jan 23, 2011

@Kodiologist - Status changed from 'new' to 'resolved'

@p6rt p6rt closed this as completed Jan 23, 2011
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant