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

Fix run_all to pick up all files and reject all directories (dots were m... #19

Closed
wants to merge 1 commit into from

Conversation

ijcd
Copy link
Contributor

@ijcd ijcd commented May 7, 2014

Fix run_all to pick up all files and reject all directories (dots were messing up both)

marcisme pushed a commit that referenced this pull request May 8, 2014
Slightly modified #19 to add a test for the pattern change and remove
the directory filter, as directories are already safely ignored.
@marcisme
Copy link
Owner

marcisme commented May 8, 2014

Thanks for the contribution.

Did you notice anything specifically that necessitated the filtering of directories? The copy operation itself ignores them, and I wasn't able to find anything else that required filtering them out up front.

@marcisme
Copy link
Owner

Fixed in 0.5.1

@marcisme marcisme closed this May 11, 2014
@ijcd
Copy link
Contributor Author

ijcd commented May 12, 2014

I would have to set things up and test it again (did this a few months ago) but I recall both files and directories getting picked up. In the least, it spent a lot of time looking at them.

@marcisme
Copy link
Owner

The details aren't fresh in my mind either, but I recall that checking up front would stat every file matched, so handling it in the copy was less total IO, which should mean faster startup times on projects with many files.

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