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

Fixes #1884 -- don't leave an error on the stack in public_eq #1885

Merged
merged 1 commit into from
Apr 16, 2023

Conversation

alex
Copy link
Collaborator

@alex alex commented Apr 16, 2023

No description provided.

@sfackler
Copy link
Owner

Are the errors useful? Should we instead deprecate public_eq in favor of a new method that returns a Result<bool, ErrorStack>?

@alex
Copy link
Collaborator Author

alex commented Apr 16, 2023

The only case I'm aware of is "these keys are different types", which is just a weird case of "they are not equal". I think it's fine to ignore them.

@sfackler sfackler merged commit bdb165b into sfackler:master Apr 16, 2023
@alex alex deleted the cmp-error-stack branch April 16, 2023 23:00
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