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

Modifies tracing to removed Cause based errors. #63

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Commits on Sep 28, 2023

  1. Modifies tracing to removed Cause based errors.

    This work changes tracing to now offer a new Locationer based error into
    stack. Printing an Error stack now will provide a line for each error in
    the stack by calling Unwrap() till no more errors are found.
    
    This fundementally changes the output produced by ErrorStack to now just
    include each call to Trace() but also contain the value of the error at
    each Trace() call.
    
    This PR also provides a new documentation worked example.
    tlm committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e77d400 View commit details
    Browse the repository at this point in the history