-
Notifications
You must be signed in to change notification settings - Fork 10
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
Move exclusions up before reading file/dir #371
Move exclusions up before reading file/dir #371
Conversation
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.
Co-authored-by: Maciej Urbański <[email protected]>
Co-authored-by: Maciej Urbański <[email protected]>
@mjurbanski-reef added tests that break in the current master branch and refactoring |
Checking breaking tests... |
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.
looks good, last two minor comments
Resolved comments |
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.
👍
please create PR against upstream
Issue 496
_walk_relative_paths
attempts to yield a File object for each file under a folder, applying exclusion policies only after accessing the file or directory attributes (withis_file_readable
).