GNU bug report logs -
#29509
[PATCH 0/6] Display progress bar in 'guix system init'
Previous Next
Reported by: Ludovic Courtès <ludo <at> gnu.org>
Date: Thu, 30 Nov 2017 13:47:02 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 01 Dec 2017 16:03:33 +0100
with message-id <877eu6fq2i.fsf <at> gnu.org>
and subject line Re: [bug#29509] [PATCH 0/6] Display progress bar in 'guix system init'
has caused the debbugs.gnu.org bug report #29509,
regarding [PATCH 0/6] Display progress bar in 'guix system init'
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
29509: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29509
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello!
This patch set factorizes support for progress bars in the (guix
progress) module that 宋文武 implemented a while back.
It then uses it in ‘guix weather’ (which had its own progress bar) and
in ‘guix system init’ when copying store items to the target partition.
Feedback welcome!
Ludo’.
Ludovic Courtès (6):
progress: Factorize erase-in-line.
progress: 'progress-bar' accounts for brackets.
progress: Add 'progress-reporter/bar'.
weather: Use (guix progress) for progress report.
guix system: Simplify closure copy.
guix system: 'init' displays a progress bar while copying.
.dir-locals.el | 3 +-
guix/progress.scm | 69 ++++++++++++++++++++++++++++--
guix/scripts/system.scm | 76 ++++++++++++++++++---------------
guix/scripts/weather.scm | 106 +++++++++++++++++++++++------------------------
4 files changed, 163 insertions(+), 91 deletions(-)
--
2.15.0
[Message part 3 (message/rfc822, inline)]
Ludovic Courtès <ludo <at> gnu.org> skribis:
> progress: Factorize erase-in-line.
> progress: 'progress-bar' accounts for brackets.
> progress: Add 'progress-reporter/bar'.
> weather: Use (guix progress) for progress report.
> guix system: Simplify closure copy.
> guix system: 'init' displays a progress bar while copying.
I got an informal “LGTM” from Mathieu yesterday on IRC and it all seems
to work for me, so I went ahead and pushed.
Ludo’.
This bug report was last modified 7 years and 222 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.