-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
E-has-instructionsIssue has some instructions and pointers to code to get startedIssue has some instructions and pointers to code to get startedE-mediumgood first issue
Description
ra_project_model crate does a lot of interraction with other processes (cargo and rustc). It is bound to fail in interesting ways, so we need to make sure that the error reporting is top-notch.
We should switch it to the anyhow crate and use .context method proacticaly to make sure that all errors are reported with context.
Metadata
Metadata
Assignees
Labels
E-has-instructionsIssue has some instructions and pointers to code to get startedIssue has some instructions and pointers to code to get startedE-mediumgood first issue