-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
refactor: change error handling to be strongly-typed #1834
Conversation
I'm unsure if this is a breaking change, this is modifying the signatures of |
LGTM. Please add doc comments for structs, methods and the mod itself. |
And what's the actual use-case of the error type? Do you actually use it as a library? |
Done. The error type is not intended to be used outside of the code I've modified. I've changed the package visibility of mod error to package-local. |
@ClaytonKnittel Please fix windows build. |
Fixed. |
Hi! New contributor to this project here.
This PR refactors error handling in the local/manager/server binaries, resulting in a net reduction of 26 lines of code.