From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 05 03:45:50 2020 Received: (at 39260) by debbugs.gnu.org; 5 Oct 2020 07:45:50 +0000 Received: from localhost ([127.0.0.1]:47691 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPLBu-0001Nq-Co for submit@debbugs.gnu.org; Mon, 05 Oct 2020 03:45:50 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49692) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPLBs-0001NW-7C; Mon, 05 Oct 2020 03:45:48 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:54064) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPLBm-0002VK-Q9; Mon, 05 Oct 2020 03:45:42 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=33530 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kPLBm-00030s-Dv; Mon, 05 Oct 2020 03:45:42 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Ricardo Wurmus Subject: Re: bug#41409: =?utf-8?B?4oCcZ3VpeCBwdWxs4oCd?= should show a progress bar for channel updates References: <87imgrfw9i.fsf@elephly.net> <875zclyqve.fsf@gnu.org> Date: Mon, 05 Oct 2020 09:45:40 +0200 In-Reply-To: <875zclyqve.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Sun, 24 May 2020 23:17:41 +0200") Message-ID: <874kn96rq3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 39260 Cc: 41409@debbugs.gnu.org, 39260@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Ludovic Court=C3=A8s skribis: > Ricardo Wurmus skribis: > >> When I run =E2=80=9Cguix pull=E2=80=9D (or =E2=80=9Cguix time-machine=E2= =80=9D) I see this message >> >> Updating channel 'guix' from Git repository at 'https://git.savannah.= gnu.org/git/guix.git'... >> >> followed by disconcerting silence. I can=E2=80=99t tell if it=E2=80=99s= doing >> something, nor can I see what the progress is. > > For the record, the main missing piece is in Guile-Git, which does not > yet provide bindings to the progress-report thingie for fetch > operations. I=E2=80=99ve added support for the =E2=80=98transfer-progress=E2=80=99 call= back in Guile-Git: https://gitlab.com/guile-git/guile-git/-/commit/7a3d97a72e7907213241f62d3= bac926361f50f95 However, there=E2=80=99s an (unrelated) issue with libgit2 meaning that Guile-Git is not in a releasable state yet: https://github.com/libgit2/libgit2/issues/5650 Ludo=E2=80=99.