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

Vec - PartialEq where Rhs is the Vec #303

Merged
merged 2 commits into from
Aug 9, 2022

Conversation

elpiel
Copy link
Contributor

@elpiel elpiel commented Jul 17, 2022

I was using the Vec for tests and initially, I was confused because I saw the impl for PartialEq but then I realized that PartialEq with Rhs of Vec was not implemented.

These impls are not mandatory but might help other people when using Vec on Rhs.

PS: Amazing crate btw, thanks you for the awesome work!

Copy link
Member

@japaric japaric left a comment

Choose a reason for hiding this comment

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

awesome addition, thanks!

@elpiel
Copy link
Contributor Author

elpiel commented Aug 9, 2022

Should I also add a Changelog entry because I see that the CI is failing?

@japaric
Copy link
Member

japaric commented Aug 9, 2022

Should I also add a Changelog entry because I see that the CI is failing?

the changelog being missing is not a showstopper -- the CI check can be skipped. if you can update the changelog in this PR, that'd be great

@japaric
Copy link
Member

japaric commented Aug 9, 2022

bors merge

@bors
Copy link
Contributor

bors bot commented Aug 9, 2022

Build succeeded:

@bors bors bot merged commit c333a6c into rust-embedded:master Aug 9, 2022
japaric added a commit that referenced this pull request Aug 9, 2022
bors bot added a commit that referenced this pull request Aug 9, 2022
307: update changelog after #303 r=japaric a=japaric



Co-authored-by: Jorge Aparicio <jorge.aparicio@ferrous-systems.com>
@japaric
Copy link
Member

japaric commented Aug 9, 2022

v0.7.16 has been published and includes these changes

mutantbob pushed a commit to mutantbob/heapless that referenced this pull request Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants