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

refactor: more specific error handling #512

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

Conversation

crowlKats
Copy link
Member

No description provided.

@CLAassistant
Copy link

CLAassistant commented Aug 12, 2024

CLA assistant check
All committers have signed the CLA.

Comment on lines +182 to +184
#[class(generic)] // TODO: maybe inherit?
#[error(transparent)]
ContentLoad(Arc<anyhow::Error>),
ContentLoad(Arc<LoadError>),
Copy link
Member Author

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

@crowlKats crowlKats changed the title refactor: most specific error handling refactor: more specific error handling Nov 22, 2024
Cargo.toml Outdated
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants