Ticket #56 (closed bug: fixed)
writeStream always adds newline for streams
| Reported by: | niam | Owned by: | niam |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.13.0 |
| Component: | Version: | ||
| Severity: | minor | Keywords: | |
| Cc: |
Description
In classes that support stream output sources(successors of io::stream::channel as per trunk) writeStream always adds newline. It should add only if string doesn't contain one.
Change History
Note: See
TracTickets for help on using
tickets.

(In [a053534535eac5f543deb19c935f16cad704249a]) {issue #56[fixed]} in writeString io::pipe and io::file::fifo add newline only if needed