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

Improvements to error handling #46

Merged
merged 3 commits into from
Oct 10, 2024
Merged

Improvements to error handling #46

merged 3 commits into from
Oct 10, 2024

Commits on Oct 8, 2024

  1. Improvements to error handling

    - Add `log` dependency.
    - Remove `anyhow` dependency in favor of standard `Result`.
    - Handle `unwrap()` calls and report errors with `log::error!`.
    edfloreshz committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    08f0648 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. improv: error messages

    Co-authored-by: Be <[email protected]>
    edfloreshz and Be-ing authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ec32ea4 View commit details
    Browse the repository at this point in the history
  2. improv: error messages

    Co-authored-by: Be <[email protected]>
    edfloreshz and Be-ing authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8cb73ab View commit details
    Browse the repository at this point in the history