-
Notifications
You must be signed in to change notification settings - Fork 1
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
Full stack error propagation #37
Milestone
Comments
ezorita
added a commit
that referenced
this issue
May 18, 2018
…'src/errhandler.*' (throw and propagate).
ezorita
added a commit
that referenced
this issue
May 18, 2018
ezorita
added a commit
that referenced
this issue
May 18, 2018
ezorita
added a commit
that referenced
this issue
May 18, 2018
ezorita
added a commit
that referenced
this issue
May 18, 2018
ezorita
added a commit
that referenced
this issue
May 18, 2018
ezorita
added a commit
that referenced
this issue
May 18, 2018
ezorita
added a commit
that referenced
this issue
May 18, 2018
ezorita
added a commit
that referenced
this issue
May 18, 2018
ezorita
added a commit
that referenced
this issue
May 18, 2018
ezorita
added a commit
that referenced
this issue
May 21, 2018
ezorita
added a commit
that referenced
this issue
May 21, 2018
ezorita
added a commit
that referenced
this issue
May 22, 2018
ezorita
added a commit
that referenced
this issue
May 22, 2018
ezorita
added a commit
that referenced
this issue
May 22, 2018
ezorita
added a commit
that referenced
this issue
May 22, 2018
ezorita
added a commit
that referenced
this issue
May 22, 2018
Merged
This was referenced May 22, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Propagate errors in the code so that when the program crashes, the full stack of function calls is printed with a (optional) description message.
Subtasks
failure_return
tags.Acceptance criteria
Test procedures
It's difficult to unit test error propagation. A possibility is to check that the correct amount of lines (call stack) are written to
stderr
.The text was updated successfully, but these errors were encountered: