mbox

[bug#37587,0/2] Support customising the inferior error port

Message ID 87bluzovp5.fsf@cbaines.net
Headers show

Message

Christopher Baines Oct. 2, 2019, 6:20 p.m. UTC
Christopher Baines (2):
  inferior: Allow controlling the inferior error port.
  inferior: Set the error port when using older Guix versions.

 guix/inferior.scm | 38 +++++++++++++++++++++-----------------
 1 file changed, 21 insertions(+), 17 deletions(-)

Comments

Ludovic Courtès Oct. 13, 2019, 10:04 p.m. UTC | #1
Hi Chris,

Christopher Baines <mail@cbaines.net> skribis:

> Christopher Baines (2):
>   inferior: Allow controlling the inferior error port.
>   inferior: Set the error port when using older Guix versions.

Both patches LGTM.

Thank you, and sorry for the delay!

Ludo’.
Christopher Baines Oct. 15, 2019, 6:03 p.m. UTC | #2
Ludovic Courtès <ludo@gnu.org> writes:

> Hi Chris,
>
> Christopher Baines <mail@cbaines.net> skribis:
>
>> Christopher Baines (2):
>>   inferior: Allow controlling the inferior error port.
>>   inferior: Set the error port when using older Guix versions.
>
> Both patches LGTM.
>
> Thank you, and sorry for the delay!

Great, I've pushed these as ef0c265438149691d980ce17f0c5aaea5e8f6b77.

Thanks for taking a look :)