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

engine: fix exclude path bug #21

Merged
merged 2 commits into from
Aug 23, 2022
Merged

Conversation

braydonk
Copy link
Collaborator

If there was more than one exclude path, then every path would always be
included due to an uncaught logic bug.

If there was more than one exclude path, then every path would always be
included due to an uncaught logic bug.
@braydonk braydonk marked this pull request as draft August 23, 2022 20:55
I'm trying to break apart the `util.go` file into other relevant
packages since I hate util dumping grounds.
@braydonk braydonk marked this pull request as ready for review August 23, 2022 21:24
@braydonk
Copy link
Collaborator Author

I realized the way I wrote this made it hard to test (working directly with the os package). I'm going to revisit it after I get this together.

@braydonk braydonk merged commit 90fa1be into google:main Aug 23, 2022
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.

1 participant