Skip to content

Make an educated guess if the exception actually was handled #617

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

Merged
merged 5 commits into from
Nov 22, 2022

Conversation

stayallive
Copy link
Collaborator

@stayallive stayallive commented Nov 21, 2022

As reported by #614 we probably set exceptions reported by using report and friends incorrectly to unhandled. There is no good way to tell the difference so this solution was cooked up, if we find a better way in the future we will refactor to use that of course 😉

Fixes #614

@stayallive stayallive marked this pull request as ready for review November 21, 2022 20:05
@stayallive stayallive requested a review from cleptric November 21, 2022 20:06
@cleptric cleptric added this to the 3.2.0 milestone Nov 22, 2022
@cleptric cleptric merged commit b0a6076 into master Nov 22, 2022
@cleptric cleptric deleted the better-guess-if-unhandled branch November 22, 2022 15:01
@cleptric cleptric modified the milestones: 3.2.0, 3.1.2 Nov 23, 2022
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.

report() may set wrong handled property
2 participants