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

Use ignore instead of walkdir directly #20

Merged
merged 2 commits into from
Dec 8, 2019
Merged

Use ignore instead of walkdir directly #20

merged 2 commits into from
Dec 8, 2019

Conversation

Jake-Shadle
Copy link
Member

The ignore library sits on top of walkdir and has reusable components for ignoring eg .gitignore filters, so replace walkdir usage with ignore. Also adds following of symlinks.

Resolves: #10
Resolves: #11 (at least in the case where the FIFO is in a hidden/ignored dir)

Copy link
Contributor

@repi repi left a comment

Choose a reason for hiding this comment

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

LGTM!

@mergify mergify bot merged commit 30a5250 into master Dec 8, 2019
@mergify mergify bot deleted the ignore branch December 8, 2019 14:59
@Jake-Shadle Jake-Shadle mentioned this pull request Dec 8, 2019
@repi repi changed the title Use ignore isntead of walkdir directly Use ignore instead of walkdir directly Dec 8, 2019
@WildCryptoFox
Copy link

WildCryptoFox commented Dec 9, 2019

Resolves: #11 (at least in the case where the FIFO is in a hidden/ignored dir)

So that doesn't resolve #11...

Edit: #21 fixed #11

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.

Hangs on attempt to read from a FIFO file symlinks aren't followed
3 participants