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

feat(stdin): Support piping in files #26

Merged
merged 1 commit into from
Jul 19, 2018
Merged

Conversation

epage
Copy link
Contributor

@epage epage commented Jul 19, 2018

There is just enough overlap between how people expect paths and strings
to be used, I felt we couldn't just have an IntoStdIn.

Long term, we should consider streaming the content from file / reader
to stdin.

Fixes #24

BREAKING CHANGE: with_stdin(buffer) is now
with_stdin().buffer(buffer).

There is just enough overlap between how people expect paths and strings
to be used, I felt we couldn't just have an `IntoStdIn`.

Long term, we should consider streaming the content from file / reader
to stdin.

Fixes assert-rs#24

BREAKING CHANGE: `with_stdin(buffer)` is now
`with_stdin().buffer(buffer)`.
@epage epage merged commit ce6981a into assert-rs:master Jul 19, 2018
@epage epage deleted the stdin branch July 19, 2018 03:06
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.

None yet

1 participant