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

Replace direct panics with Errors #432

Merged
merged 1 commit into from Apr 28, 2022
Merged

Commits on Mar 25, 2022

  1. Replace direct panics with Errors

    Even though there are still `.unwrap()`s and `.expects()` left, this
    change should cover the most common error code paths.
    
    If we find a new case of an error that we want to propagate, it is
    generally straightforward to deprecate the old function and add a new
    function that the old function calls and `.unwrap()`.
    Enselic committed Mar 25, 2022
    Copy the full SHA
    46882e1 View commit details
    Browse the repository at this point in the history