From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Lirzin Subject: Re: [PATCH 0/5] Automake custom test driver using SRFI-64. Date: Sat, 02 Apr 2016 16:25:43 +0200 Message-ID: <87r3eojdeg.fsf@gnu.org> References: <1458776330-5005-1-git-send-email-mthl@gnu.org> <87fuv5kq85.fsf@gnu.org> <871t6ol1i5.fsf@gnu.org> <877fgggn72.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amMUy-0007nQ-Mf for guix-devel@gnu.org; Sat, 02 Apr 2016 10:26:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1amMUx-0002Ud-RA for guix-devel@gnu.org; Sat, 02 Apr 2016 10:26:00 -0400 In-Reply-To: <877fgggn72.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 02 Apr 2016 15:22:25 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Indeed, I=E2=80=99ve thought about it, but in fact most or all of the =E2= =80=9Cuseful > noise=E2=80=9D happens via =E2=80=98current-output-port=E2=80=99 and =E2= =80=98current-error-port=E2=80=99, so > we=E2=80=99re not losing much. > > If we want a 100% solution that works with child processes (like > =E2=80=98cpio=E2=80=99), we should redirect the underlying file descripto= rs instead of > the ports: I will look into this. I think making it robust and reliable for general usage is important since it is intended to be used outside of Guix too. So I prefer having a 100% solution. > If you take this route, then the patches that silence =E2=80=98cpio=E2=80= =99 and > =E2=80=98nix-hash=E2=80=99 are probably no longer needed. Up to you! OK I will drop them if possible. I will work on Automake Guile compilation support after my exams in May and pray for Ralf Wildenhues return! Thank you very much for your review, your support and your kind words. --=20 Mathieu Lirzin