-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
pipeline errors with a IOBuffer as first argument #15479
Comments
documentation isn't really intended to be legalistic. the operating system only understands how to use native I/O streams (like |
This seems like a reasonable feature request though. The semantics seem pretty clear (write the contents of the IOBuffer as STDIN). |
we already have an API for that ( re-closing as "not a bug". |
We should at least clarify the docs then? Maybe not intended to be legalistic, but if people are getting confused that's a doc bug. |
To clarify IOBuffer says
but than I can't use it in pipeline. How can I use then? I mean how can I put my string in STDIN and call pipeline on it? |
SO or julia-users is a better place for questions (you're looking for |
Sorry, it seamed appropriate to ask the question here since it's an consequence of doc contradiction. And BTW I had asked this before in julia-users. (and I still need help) |
Reopening as a doc issue. Though adding a method which would raise an error with an explanation would be even more helpful. |
Works now, #30278. |
According to the docs pipeline accepts a IOBuffer as first argument, but (and see also)
The text was updated successfully, but these errors were encountered: