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

Simplify build.rs lookup #39

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

Turbo87
Copy link
Collaborator

@Turbo87 Turbo87 commented Jun 18, 2024

file_names_in() can fail in two relevant ways:

  • If the requested folder does not exist it fails with a NotFound error. Since we are requesting . this cannot happen.
  • If anything else IO-related fails we don't want to silently ignore it, instead we want to propagate that fact to the caller.

`file_names_in()` can fail in two relevant ways:

- If the requested folder does not exist it fails with a `NotFound` error. Since we are requesting `.` this cannot happen.
- If anything else IO-related fails we don't want to silently ignore it, instead we want to propagate that fact to the caller.
@LukeMathWalker LukeMathWalker merged commit ea03d28 into LukeMathWalker:master Jun 18, 2024
4 checks passed
@Turbo87 Turbo87 deleted the build-rs branch June 18, 2024 10:03
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