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

Index elements correctly #1

Merged
merged 1 commit into from Jul 1, 2019
Merged

Index elements correctly #1

merged 1 commit into from Jul 1, 2019

Conversation

AlexDaniel
Copy link
Contributor

[1,2,3][1..^*].say is (2 3), not (2), meaning that ^ in that case
does nothing. It used to work because of a bug which was recently
fixed¹. The right way to do it is to use *-2.

¹ – rakudo/rakudo@35b69f0

`[1,2,3][1..^*].say` is (2 3), not (2), meaning that `^` in that case
does nothing. It used to work because of a bug which was recently
fixed¹. The right way to do it is to use `*-2`.

¹ – rakudo/rakudo@35b69f0
@Kaiepi Kaiepi merged commit 2e1c82c into Kaiepi:master Jul 1, 2019
@Kaiepi
Copy link
Owner

Kaiepi commented Jul 1, 2019

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants