You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch from anyhow to miette and improve some errs
Signed-off-by: Ryan Bottriell <[email protected]>
Add a format Wrapped error variant
The previous method mashed strings together, losing any context which we
don't want to do.
Signed-off-by: Ryan Bottriell <[email protected]>
Signed-off-by: Ryan Bottriell <[email protected]>
Add error doc page and link in diagnostics
This will allow us to assign specific error codes and link users to our
documentation site with longer form, and supplementary material related
to the error and how it might be resolved.
Signed-off-by: Ryan Bottriell <[email protected]>
Signed-off-by: Ryan Bottriell <[email protected]>
Add specific error information for mkdir /spfs
Signed-off-by: Ryan Bottriell <[email protected]>
Signed-off-by: Ryan Bottriell <[email protected]>
Use miette for errors in spk as well
Signed-off-by: Ryan Bottriell <[email protected]>
Signed-off-by: Ryan Bottriell <[email protected]>
Propagate miette usage to windows code
Signed-off-by: Ryan Bottriell <[email protected]>
Signed-off-by: Ryan Bottriell <[email protected]>
Attach the path to repository open
Signed-off-by: Ryan Bottriell <[email protected]>
Signed-off-by: Ryan Bottriell <[email protected]>
Introduce a local error type OpenRepositoryError
This also comes with the MigrationError type, which both work together
to refine the set of errors that can happen when opening a repository.
This allows each condition to have richer diagnostic information for
anyone encountering the error.
Signed-off-by: Ryan Bottriell <[email protected]>
Signed-off-by: Ryan Bottriell <[email protected]>
Add spfs init command for making repos
Signed-off-by: Ryan Bottriell <[email protected]>
Signed-off-by: Ryan Bottriell <[email protected]>
Fill in missing error code docs
Signed-off-by: Ryan Bottriell <[email protected]>
Remove uneccessary use of into_diagnostic
Signed-off-by: Ryan Bottriell <[email protected]>
0 commit comments