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

refactor: error enums #417

Open
dancoombs opened this issue Sep 25, 2023 · 2 comments
Open

refactor: error enums #417

dancoombs opened this issue Sep 25, 2023 · 2 comments
Labels
enhancement New feature or request prevent-stale Prevent an issue from closure due to being stale

Comments

@dancoombs
Copy link
Collaborator

Describe the feature
This project was originally written as a "binary" where the usage of anyhow for error handling was prevalent. Since our move to a crate-based approach, where we may want to re-use the crates outside of this project, we should move to an error enum implementation per crate and remove the use of anyhow from external interfaces.

@dancoombs dancoombs added the enhancement New feature or request label Sep 25, 2023
@dancoombs dancoombs added this to the 0.1.0 milestone Sep 25, 2023
@dancoombs dancoombs assigned dancoombs and unassigned dancoombs Sep 28, 2023
@dancoombs dancoombs modified the milestones: 0.1.0, 0.2 Jan 21, 2024
@dancoombs dancoombs modified the milestones: v0.2, v0.3 Feb 20, 2024
@dancoombs dancoombs removed this from the v0.3 milestone Apr 16, 2024
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the stale label May 17, 2024
@dancoombs dancoombs removed the stale label May 17, 2024
Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the stale label Jun 17, 2024
@dancoombs dancoombs added prevent-stale Prevent an issue from closure due to being stale and removed stale labels Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request prevent-stale Prevent an issue from closure due to being stale
Projects
None yet
Development

No branches or pull requests

1 participant