Skip to content

reseed the hash table keys on clone #5581

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

Closed
thestinger opened this issue Mar 27, 2013 · 2 comments
Closed

reseed the hash table keys on clone #5581

thestinger opened this issue Mar 27, 2013 · 2 comments
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@thestinger
Copy link
Contributor

No description provided.

@ghost ghost assigned thestinger Mar 27, 2013
@bblum
Copy link
Contributor

bblum commented Jul 29, 2013

Mind describing the issue? It's not immediately apparent to me why you'd need to recompute hashes(?) or something like that.

@bluss
Copy link
Member

bluss commented Jul 29, 2013

The hashmap is reseeded on clone now (it's just a simple create new map and clone all elements). Only part missing is HashSet to derive Clone.

@bors bors closed this as completed in cd656c7 Aug 14, 2013
@thestinger thestinger removed their assignment Jun 16, 2014
calebcartwright pushed a commit to calebcartwright/rust that referenced this issue Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants