bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44612: Read standard input in `guix repl'


From: Tobias Geerinckx-Rice
Subject: bug#44612: Read standard input in `guix repl'
Date: Sat, 14 Nov 2020 12:23:13 +0100

Pierre,

So far this looks like an (SB)CL(-specific) bug, right? Does it happen anywhere else? I tried Guile[0].

Pierre Neidhardt 写道:
It does not work now, I haven't looked at the details.

Please do.

To ‘it does not work’ I can reply only that Nyxt doesn't build [log attached] on current master & that learning Common Lisp by putting random text into SBCL doesn't work :-)

Kind regards,

T G-R

[0]:
(use-modules ((ice-9 popen)))
(let ((g (open-output-pipe "guix repl")))
 ;; XXX The Guile prompt after each input line is ugly.
 (display "(use-modules ((guix))) (%store-prefix)" g)
 (close-pipe g))

Attachment: nyxt.log
Description: Binary data

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]