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

chore(host): Remove anyhow dependency #916

Open
clabby opened this issue Jan 22, 2025 · 0 comments
Open

chore(host): Remove anyhow dependency #916

clabby opened this issue Jan 22, 2025 · 0 comments
Labels
A-host Area: host binary K-chore Kind: chore M-good-first-issue Meta: Good for newcomers

Comments

@clabby
Copy link
Collaborator

clabby commented Jan 22, 2025

Overview

Right now, the host uses anyhow as a dependency for error handling. Anyhow is not great for being able to pattern match on errors as the consumer.

Remove anyhow from the host (and the whole workspace) in favor of thiserror.

@clabby clabby added A-host Area: host binary K-chore Kind: chore labels Jan 22, 2025
@clabby clabby self-assigned this Jan 22, 2025
@refcell refcell added the M-good-first-issue Meta: Good for newcomers label Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-host Area: host binary K-chore Kind: chore M-good-first-issue Meta: Good for newcomers
Projects
Status: Backlog
Development

No branches or pull requests

2 participants