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

Move backtraces from OverflowError/DivideByZeroError into StdError #859

Merged
merged 1 commit into from
Apr 1, 2021

Conversation

webmaster128
Copy link
Member

Let's keep OverflowError/DivideByZeroError simple and only create the backtrace when the conversion to StdError happens.

This fixes the PartialEq implementation of OverflowError and DivideByZeroError which otherwise returns false when the backtrace is different.

@webmaster128 webmaster128 merged commit 167875c into main Apr 1, 2021
@webmaster128 webmaster128 deleted the move-backtrace-in-stderror branch April 1, 2021 13:48
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.

1 participant