Skip to content

Full Consistency With HashMap #19

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
20 of 21 tasks
bluss opened this issue Feb 28, 2017 · 5 comments
Closed
20 of 21 tasks

Full Consistency With HashMap #19

bluss opened this issue Feb 28, 2017 · 5 comments

Comments

@bluss
Copy link
Member

bluss commented Feb 28, 2017

Missing methods (stable):

New methods:

As a rule, we don't implement unstable methods; they are implemented when they are stable in Rust beta

Trait impls

Type Conflicts:

@LunaBorowska
Copy link
Contributor

#28 implements Ser/De

@bluss
Copy link
Member Author

bluss commented Feb 1, 2018

I can't find any discrepancies between HashSet and OrderSet. A second close look is of course welcome, but I think @cuviper already did this carefully when implementing OrderSet, so it should already be fine.

@CAD97
Copy link

CAD97 commented Nov 26, 2018

indexmap::map::Keys is not Clone where std::collections::hash_map::Keys is. (Just noticed this moving some code that needed stable ordering over.) Is this an innate limitation or just an oversight?

@bluss
Copy link
Member Author

bluss commented Nov 26, 2018

Just an oversight, please check all iterators you can and PRs welcome.

@cuviper
Copy link
Member

cuviper commented Nov 18, 2022

I think we are as close as we can get at this point. New additions to std can continue being considered individually.

@cuviper cuviper closed this as completed Nov 18, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

4 participants