Re: [PATCH] download: Fix some minor progress-logging regressions.

2015-09-24 Thread Ludovic Courtès
Steve Sprang skribis: > This patch is still pending. I don't want it to fall through the cracks. :-) Thanks for pinging, it had somehow disappeared from my radar. Ludo’.

Re: [PATCH] download: Fix some minor progress-logging regressions.

2015-09-23 Thread Mark H Weaver
Steve Sprang writes: > Here's attempt #2. [...] > From 65fe041c63a58ae5c72ef33f05349ca04afa470b Mon Sep 17 00:00:00 2001 > From: Steve Sprang > Date: Thu, 17 Sep 2015 04:22:01 -0700 > Subject: [PATCH] download: Fix some minor progress-logging regressions. Pushed, thanks! Mark

Re: [PATCH] download: Fix some minor progress-logging regressions.

2015-09-23 Thread Steve Sprang
This patch is still pending. I don't want it to fall through the cracks. :-) Thanks! -Steve On Thu, Sep 17, 2015 at 2:44 PM, Mathieu Lirzin wrote: > Steve Sprang writes: > >> Here's attempt #2. > [...] >> @@ -101,15 +101,14 @@ width of the bar is BAR-WIDTH." >> >> (define (string-pad-middle le

Re: [PATCH] download: Fix some minor progress-logging regressions.

2015-09-17 Thread Mathieu Lirzin
Steve Sprang writes: > Here's attempt #2. [...] > @@ -101,15 +101,14 @@ width of the bar is BAR-WIDTH." > > (define (string-pad-middle left right len) >"Combine LEFT and RIGHT with enough padding in the middle so that the > -resulting string has length at least LEN. This right justifies R

Re: [PATCH] download: Fix some minor progress-logging regressions.

2015-09-17 Thread Mathieu Lirzin
Steve Sprang writes: > On Thu, Sep 17, 2015 at 11:18 AM, Mathieu Lirzin wrote: >> Steve Sprang writes: >>> (define (string-pad-middle left right len) >>>"Combine LEFT and RIGHT with enough padding in the middle so that the >>> -resulting string has length at least LEN. This right justifie

Re: [PATCH] download: Fix some minor progress-logging regressions.

2015-09-17 Thread Steve Sprang
Sprang >>> Date: Thu, 17 Sep 2015 04:22:01 -0700 >>> Subject: [PATCH] download: Fix some minor progress-logging regressions. >>> >>> * guix/build/download.scm >>> (string-pad-middle): Allow resulting padded string to overflow. >>> (store-

Re: [PATCH] download: Fix some minor progress-logging regressions.

2015-09-17 Thread Steve Sprang
On Thu, Sep 17, 2015 at 11:18 AM, Mathieu Lirzin wrote: > Steve Sprang writes: > >> From 11440f61cebd49d31d165f6433ec6e4b1afe728f Mon Sep 17 00:00:00 2001 >> From: Steve Sprang >> Date: Thu, 17 Sep 2015 04:22:01 -0700 >> Subject: [PATCH] download: Fix some mino

Re: [PATCH] download: Fix some minor progress-logging regressions.

2015-09-17 Thread Mathieu Lirzin
Steve Sprang writes: > From 11440f61cebd49d31d165f6433ec6e4b1afe728f Mon Sep 17 00:00:00 2001 > From: Steve Sprang > Date: Thu, 17 Sep 2015 04:22:01 -0700 > Subject: [PATCH] download: Fix some minor progress-logging regressions. > > * guix/build/download.scm > (stri

[PATCH] download: Fix some minor progress-logging regressions.

2015-09-17 Thread Steve Sprang
Just some small tweaks to fix up logging. -Steve From 11440f61cebd49d31d165f6433ec6e4b1afe728f Mon Sep 17 00:00:00 2001 From: Steve Sprang Date: Thu, 17 Sep 2015 04:22:01 -0700 Subject: [PATCH] download: Fix some minor progress-logging regressions. * guix/build/download.scm (string-pad-middle