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

Expand MatchError error type #86

Open
1 of 2 tasks
naure opened this issue May 14, 2024 · 0 comments
Open
1 of 2 tasks

Expand MatchError error type #86

naure opened this issue May 14, 2024 · 0 comments
Labels
can-triage-out Do we need to do this ticket right now? cleanup Refactors and other non-functional changes needs-advice We need advice or feedback before working on this ticket

Comments

@naure
Copy link
Contributor

naure commented May 14, 2024

Define idiomatic Error and Result types, and use them instead of:

  • &static str
  • Box<dyn Error>.

Possibly introduce an error management crate (e.g. anyhow, thiserror, …).

@naure naure added the cleanup Refactors and other non-functional changes label May 14, 2024
@teor2345 teor2345 added deliverable A deliverable for a project, or part of a deliverable needs-advice We need advice or feedback before working on this ticket and removed needs-advice We need advice or feedback before working on this ticket labels May 30, 2024
@teor2345 teor2345 changed the title Introduce error types Expand MatchError error type May 31, 2024
@teor2345 teor2345 added can-triage-out Do we need to do this ticket right now? and removed deliverable A deliverable for a project, or part of a deliverable labels Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can-triage-out Do we need to do this ticket right now? cleanup Refactors and other non-functional changes needs-advice We need advice or feedback before working on this ticket
Projects
None yet
Development

No branches or pull requests

2 participants