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

Adding directory support for file datasources #334

Merged
merged 1 commit into from
May 22, 2018

Conversation

hairyhenderson
Copy link
Owner

Fixes #215, supersedes #124.

Unlike previous proposals, this does not read all files in the directory first. The semantics are the same as for #332 in that it just returns an array of the file names in the directory, which can then be iterated and read with further datasource function calls.

Signed-off-by: Dave Henderson [email protected]

@hairyhenderson hairyhenderson self-assigned this May 22, 2018
@hairyhenderson hairyhenderson force-pushed the add-file-directory-support branch 2 times, most recently from b7528fc to d0dcd46 Compare May 22, 2018 03:03
@hairyhenderson hairyhenderson force-pushed the add-file-directory-support branch from d0dcd46 to 9a25f47 Compare May 22, 2018 03:13
@hairyhenderson hairyhenderson merged commit 1fd414b into master May 22, 2018
@hairyhenderson hairyhenderson deleted the add-file-directory-support branch May 22, 2018 03:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant