From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49332) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iJlz7-0008NN-S7 for guix-patches@gnu.org; Sun, 13 Oct 2019 18:05:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iJlz6-0000ZT-UI for guix-patches@gnu.org; Sun, 13 Oct 2019 18:05:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56648) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iJlz6-0000ZL-RR for guix-patches@gnu.org; Sun, 13 Oct 2019 18:05:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iJlz4-000827-5g for guix-patches@gnu.org; Sun, 13 Oct 2019 18:05:04 -0400 Subject: [bug#37587] [PATCH 0/2] Support customising the inferior error port Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87bluzovp5.fsf@cbaines.net> Date: Mon, 14 Oct 2019 00:04:12 +0200 In-Reply-To: <87bluzovp5.fsf@cbaines.net> (Christopher Baines's message of "Wed, 02 Oct 2019 19:20:54 +0100") Message-ID: <87wod8715v.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Baines Cc: 37587@debbugs.gnu.org Hi Chris, Christopher Baines 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=E2=80=99.