ui: Fix port-buffering with guile@2.0.
authorEric Bavier <bavier@cray.com>
Wed, 10 Oct 2018 21:42:02 +0000 (16:42 -0500)
committerEric Bavier <bavier@member.fsf.org>
Tue, 16 Oct 2018 22:12:09 +0000 (17:12 -0500)
commit278f86a43f1561b1c064ce88da012db414ec7efc
tree9fb4e195618afa1ca94075fe1ff988d7e1cf6893
parent6f1ce09d79fa6148459c90120881e825551651b2
ui: Fix port-buffering with guile@2.0.

* guix/status.scm (build-event-output-port)[guile@2.0]: Do not call 'setvbuf'
on custom binary port.
* tests/status.scm (current-build-output-port, UTF-8 + garbage)[guile@2.0]:
Use "?" in place of REPLACEMENT CHARACTER.
guix/status.scm
tests/status.scm