-
Notifications
You must be signed in to change notification settings - Fork 148
chore: use standard #696
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
base: master
Are you sure you want to change the base?
chore: use standard #696
Conversation
This reverts commit 5e5b3cf.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Glad we have so much test coverage. :) I left a few comments.
class BacktracedException < Exception | ||
class BacktracedException < RuntimeError |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if there was a reason we did this. The fact that it's named BacktracedException
. 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no idea, but this is interesting.
Taking another stab at adding standard, now that the test matrix has been updated.
Closes #661