provide a way to get stderr as well
Bug #811037 reported by
Mathieu Trudel-Lapierre
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libpipeline (Ubuntu) |
Triaged
|
Wishlist
|
Colin Watson |
Bug Description
You can currently get stdout of a pipeline and process the output in the calling program (using _want_out, etc.); but this only currently catches stdout.
It would be helpful if it was possible to catch both what is sent to stdout and what is in stderr.
Changed in libpipeline (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
To post a comment you must log in.
Most of this is easy enough. Do you need equivalents of pipeline_read and/or pipeline_peek? (The function names there are harder to make regular, unfortunately.)