From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#33470: bug#34249: [PATCH] guix package: Avoid spinner at end of output. Date: Thu, 07 Feb 2019 17:09:25 +0100 Message-ID: <87r2cj37ii.fsf@gnu.org> References: <20190129195031.21496-1-mail@cbaines.net> <20190129211645.08cdbd2d@scratchpost.org> <8736pbm6ac.fsf@gnu.org> <87o97p5a6w.fsf@cbaines.net> <87zhr9f0nq.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60779) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grmFY-0001x0-KH for bug-guix@gnu.org; Thu, 07 Feb 2019 11:10:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grmFX-0000yF-Pe for bug-guix@gnu.org; Thu, 07 Feb 2019 11:10:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39283) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1grmFX-0000xr-LU for bug-guix@gnu.org; Thu, 07 Feb 2019 11:10:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1grmFW-0003SH-3e for bug-guix@gnu.org; Thu, 07 Feb 2019 11:10:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87zhr9f0nq.fsf@elephly.net> (Ricardo Wurmus's message of "Wed, 06 Feb 2019 15:32:09 +0100") 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: Ricardo Wurmus Cc: 34249-done@debbugs.gnu.org, 33470-done@debbugs.gnu.org, 33470@debbugs.gnu.org Hi! Ricardo Wurmus skribis: > Christopher Baines writes: > >> I've tried out the change you pushed here [1], and it looks good to me >> :) I can't see anything odd in the output now. >> >> 1: https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D7473bce207af8= 46312d5167a398f5f20bbf3e896 > > With this change I see that there are now two empty lines between > =E2=80=9Cdownloading=E2=80=9D lines. The updating line flickers, too. > > I wonder if maybe too much is deleted. I can=E2=80=99t give specifics, b= ut it > did seem a little weird when I observed the output on my i686 machine. Indeed, I noticed it too. I believe that 024d5275c5cd72c0121b4f70d64c63f859a68f17 fixes it. Let me know! Thanks, Ludo=E2=80=99.