From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28756: Substitute download progress bar doesn't reach 100% Date: Tue, 17 Oct 2017 09:16:54 +0200 Message-ID: <877evufdll.fsf@gnu.org> References: <20171009035203.GA8019@jasmine.lan> <87efqcahur.fsf@gnu.org> <87infkv3ai.fsf@member.fsf.org> <87y3od93dg.fsf@member.fsf.org> <87lgkcuryg.fsf@gnu.org> <87d15nmedj.fsf@member.fsf.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]:44614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4M8T-0007vd-OQ for bug-guix@gnu.org; Tue, 17 Oct 2017 03:18:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e4M7a-0006Qx-Vn for bug-guix@gnu.org; Tue, 17 Oct 2017 03:17:57 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36029) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e4M7a-0006Pd-Oq for bug-guix@gnu.org; Tue, 17 Oct 2017 03:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e4M7a-0007VR-CK for bug-guix@gnu.org; Tue, 17 Oct 2017 03:17:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87d15nmedj.fsf@member.fsf.org> ("=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?="'s message of "Mon, 16 Oct 2017 21:06:00 +0800") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Cc: 28756@debbugs.gnu.org iyzsong@member.fsf.org (=E5=AE=8B=E6=96=87=E6=AD=A6) skribis: > From 6a3fa69f96fc2e3e074a9275066640ddfee57fd2 Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?=3DE5=3DAE=3D8B=3DE6=3D96=3D87=3DE6=3DAD=3DA6?=3D > Date: Sat, 14 Oct 2017 22:45:55 +0800 > Subject: [PATCH] guix: substitute: Report the last progress in the child > process. > > Fixes . > > * guix/utils.scm (filtered-port): Close the 'input' port for the current > process, and close it upon exit in the child process. > * guix/scripts/substitute.scm (progress-substitution): Display "\n\n" aft= er > the reporter has finished. LGTM! You could commit the utils.scm change separately because it=E2=80=99s a bug= -fix in its own right. Thank you! Ludo=E2=80=99.