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

Derive PartialEq and Eq for DeleteResult #222

Conversation

joonas
Copy link
Member

@joonas joonas commented Nov 23, 2023

Feature or Problem

DeleteResult enum is missing PartialEq and Eq, which seem to be implemented for all of the other <Operation>Result types.

Related Issues

Release Information

Consumer Impact

Testing

Unit Test(s)

Acceptance or Integration

Manual Verification

@joonas
Copy link
Member Author

joonas commented Nov 23, 2023

Note, for the specific use case I have, I was able to work around this with matches!(...), but it would be nice to be able to make use of the equality comparisons instead.

@connorsmith256 connorsmith256 merged commit 7c5f5d8 into wasmCloud:main Nov 24, 2023
5 checks passed
@joonas joonas deleted the chore/derive-partialeq-eq-for-deleteresult branch November 27, 2023 19:39
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