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

Move Hashable interface from HashArray to SnakList #714

Merged
merged 2 commits into from
Mar 14, 2017

Conversation

thiemowmde
Copy link
Contributor

@thiemowmde thiemowmde commented Jan 14, 2017

This goes along with #713 (and will run into a merge conflict – feel free to merge whichever first, I will do the rebase). Both are split from #702 to make that big patch it easier to review later.

Note that I rewrote the tests entirely. This is also the main reason for this patch, to make sure SnakList is properly covered with tests before we are applying the big change in #702.


return [
'same equal object' => [ $empty, $empty ],
'same non-equal object' => [ $oneSnak, $oneSnak ],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably you meant 'same empty object' and 'same non-empty object'

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, thanks! Fixed.

@bekh6ex bekh6ex merged commit 5688aba into master Mar 14, 2017
@thiemowmde thiemowmde deleted the moveGetSnakListHash branch March 15, 2017 09:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants