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

Support reading nested data from pipes #82

Merged
merged 1 commit into from
Jan 20, 2019
Merged

Conversation

hanshuebner
Copy link
Contributor

slurp_file was adapted so that if it cannot determine the size of the
input file, the buffer it reads into is dynamically extended while
reading.

Input files may now be specified as "-" to read from jo's standard
input.

slurp_file's signature was changed so that the name of the file to
read is passed as argument, rather than a file pointer, as the file
pointer was never used after the file was slurped anyway.

slurp_file was adapted so that if it cannot determine the size of the
input file, the buffer it reads into is dynamically extended while
reading.

Input files may now be specified as "-" to read from jo's standard
input.

slurp_file's signature was changed so that the name of the file to
read is passed as argument, rather than a file pointer, as the file
pointer was never used after the file was slurped anyway.
@jpmens jpmens merged commit 51fc1b2 into jpmens:master Jan 20, 2019
@jpmens
Copy link
Owner

jpmens commented Jan 20, 2019

Merged. Thank you very much.

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