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

Implement PartialEq, Eq, PartialOrd, Ord on SmallVec. #22

Merged
merged 1 commit into from May 24, 2016

Conversation

@cfallin
Copy link
Contributor

cfallin commented May 24, 2016

Currently one can compare slices, but having the traits on the SmallVec itself is slightly more convenient. Perhaps there's a reason these traits aren't yet implemented, but if not, here's a PR!


This change is Reviewable

@SimonSapin
Copy link
Member

SimonSapin commented May 24, 2016

Looks good, thanks!

@bors-servo r+

@bors-servo
Copy link
Contributor

bors-servo commented May 24, 2016

📌 Commit 946aab6 has been approved by SimonSapin

@bors-servo
Copy link
Contributor

bors-servo commented May 24, 2016

Testing commit 946aab6 with merge 05b106c...

bors-servo added a commit that referenced this pull request May 24, 2016
Implement PartialEq, Eq, PartialOrd, Ord on SmallVec.

Currently one can compare slices, but having the traits on the `SmallVec` itself is slightly more convenient. Perhaps there's a reason these traits aren't yet implemented, but if not, here's a PR!

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/22)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented May 24, 2016

☀️ Test successful - travis

@bors-servo bors-servo merged commit 946aab6 into servo:master May 24, 2016
2 of 3 checks passed
2 of 3 checks passed
code-review/reviewable 1 file left
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
@mbrubeck mbrubeck mentioned this pull request Jun 14, 2016
bors-servo added a commit that referenced this pull request Jun 14, 2016
Release version 0.1.8

Fixes #24.

Changelog:

* #22 Implement PartialEq, Eq, PartialOrd, and Ord on SmallVec

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-smallvec/25)
<!-- Reviewable:end -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

3 participants
You can’t perform that action at this time.