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

Bug in AnyKList.fromList #123

Merged
merged 2 commits into from
Oct 4, 2017
Merged

Conversation

laughedelic
Copy link
Contributor

Noticed this by accident: AnyKList.fromList mixes up the order of elements, because it reverses list on every recursion iteration. I guess we never used this so this bug stayed unnoticed. Anyway, I fixed it and added some tests.

@laughedelic laughedelic self-assigned this Oct 3, 2017
@laughedelic laughedelic added the bug label Oct 3, 2017
@laughedelic laughedelic merged commit bc6f474 into master Oct 4, 2017
@laughedelic laughedelic deleted the 123/anyklist-fromlist-order-bug branch October 4, 2017 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant