Fix: replace structured_error() with :with_traceback() #3
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
NTBBloodbath/fallo#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current terminology for structured errors is somewhat confusing. The only difference it brings is whether traceback is attached or not. For this reason, it'd probably be better to make it an optional boolean flag:
Even better, maybe we should always attach traceback by default to every error, and make tracebacks a global configuration option? That way if someone really doesn't want it (for performance reasons), they can
require("fallo").traceback(false).