-
Notifications
You must be signed in to change notification settings - Fork 42
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: more specific error handling #512
base: main
Are you sure you want to change the base?
Conversation
# Conflicts: # Cargo.toml # src/graph.rs
#[class(generic)] // TODO: maybe inherit? | ||
#[error(transparent)] | ||
ContentLoad(Arc<anyhow::Error>), | ||
ContentLoad(Arc<LoadError>), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this and other cases of LoadError currently in deno cli use generic error, however i wonder if this rather should inherit
Cargo.toml
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you bump file_test_runner to 0.7.4? Also, let me know when this is ready and I'll take a look.
# Conflicts: # Cargo.lock # Cargo.toml
No description provided.