mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-03 15:55:57 +02:00
c917ece6d9
Previously, anything written by the remote process to its output and error ports was lost. Now it’s properly transferred and displayed. * guix/remote.scm (trampoline): Direct current output and error ports to a string output port; return the port’s content in addition to the return value of ‘primitive-load’. (%remote-eval): Expect output/error string from ‘read-repl-response’ and display it line by line. Fixes: guix/guix#7088 Reported-by: Tomas Volf <~@wolfsden.cz> Change-Id: I73bc81a08626b3204136b6f1568130f9895d56e3 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Merges: #7092