l...@gnu.org (Ludovic Courtès) writes: > iyzs...@member.fsf.org (宋文武) skribis: > >> From d0c49ac1341c21d0efb069afb1521f61541e3eb4 Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzs...@member.fsf.org> >> Date: Sat, 16 Sep 2017 14:10:18 -0600 >> Subject: [PATCH] download: Don't report the progress too fast. >> >> * guix/utils.scm (<progress-reporter>): New record type. >> (call-with-progress-reporter): New procedure. >> * guix/build/download.scm (dump-port*, rate-limited, progress-reporter/file): >> New procedures. >> (ftp-fetch, http-fetch): Use 'dump-port*'. >> (progress-proc): Remove procedure. >> * guix/scripts/substitute.scm (progress-report-port): Rewrite in terms of >> <progress-reporter>. >> (process-substitution): Adjust accordingly. > > LGTM. If you’ve confirmed that it works as intended, please push. >
Done, thanks for the review!