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

Sorting of Glob #77

Open
dev-head opened this issue Feb 16, 2016 · 1 comment
Open

Sorting of Glob #77

dev-head opened this issue Feb 16, 2016 · 1 comment

Comments

@dev-head
Copy link

Please add support of a default sorting of the matched files. Currently the behavior is undocumented and not consistent, adding sort will fix that.

The use case here is that when we need to reprocess a set of files, we have to manually put them into the watched dir one by one. This is very manual and requires a human, humans aren't good at this.

It would be even more nice if this was configurable so that the user can choose which way to handle this best for their use cases.

I see an attempt on pull #60 , perhaps you can address the conflict and accept the merge for the next release?

Thanks.

@guyboertje
Copy link
Contributor

I am adding support for this in a new and improved version of this library. The LS file input will use the new library.

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

No branches or pull requests

2 participants