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

extract and test target file name creation #400

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

folkertdev
Copy link
Contributor

No description provided.

Copy link
Owner

@lu-zero lu-zero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks good, if you want to go the extra mile please convert the unreachable to an error that can bubble up.

} else {
None
let Some(file_names) = FileNames::from_target(target, name, targetdir) else {
unimplemented!(
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be an anyhow! even if should be caught earlier already.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@lu-zero lu-zero merged commit 75fe361 into lu-zero:master Sep 10, 2024
17 checks passed
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.

2 participants