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

Implements __hash__ for collections #81

Merged
merged 14 commits into from
Aug 6, 2024
Merged

Conversation

FlickerSoul
Copy link
Contributor

@FlickerSoul FlickerSoul commented Jul 10, 2024

This PR adds __hash__ to HashTrieSet, HashTrieMap, and List so that the instances of them are hashable (if underlaying elements are hashable).

Related to #50

@FlickerSoul
Copy link
Contributor Author

@Julian Hi Julian, just a friendly ping, this PR is ready for review whenever you're ready :))

@Julian
Copy link
Member

Julian commented Jul 24, 2024

Hey! Apologies, I missed it! Thanks for the ping, will have a look.

@Julian
Copy link
Member

Julian commented Jul 28, 2024

I've been a bit tied up but just mentioning I still will try to look at this in the next few days, sorry for the delay!

@FlickerSoul
Copy link
Contributor Author

No worries at all! Take your time :))

@Julian Julian merged commit 634be88 into crate-py:main Aug 6, 2024
34 checks passed
@Julian
Copy link
Member

Julian commented Aug 6, 2024

Thanks again, good work! I've merged and tagged a release, so this should go out imminently.

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.

2 participants