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

Improve Interoperability with Error Reporting Tools #355

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 16, 2024

  1. Makes error compatible with error reporting tools

    by implementing the `::std::error::Error::source` method and ensuring
    that `::std::fmt::Display` prints only the description associated with
    the top level error, leaving the rest to the error reporting tools.
    dtoniolo committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    2ceda25 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Uses eyre in the tutorial

    dtoniolo committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    f9400ac View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Fixes some inconsistencies in the tutorial

    During the previous commit some code snippets hadn't been updated to
    match their corresponding `.rs` files.
    dtoniolo committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8c28a20 View commit details
    Browse the repository at this point in the history