aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/fvwm.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-05-20 15:55:37 +0200
committerLudovic Courtès <ludo@gnu.org>2020-05-25 00:00:28 +0200
commit9b049de84ed101e2c0a5d071e76f424b3bc46bd9 (patch)
treeb71844f74fc05c615a9d002f0048662e4e50ad28 /gnu/packages/fvwm.scm
parentc098c11be8eb9e0c12be42640721e3cb21c37628 (diff)
downloadguix-9b049de84ed101e2c0a5d071e76f424b3bc46bd9.tar.gz
guix-9b049de84ed101e2c0a5d071e76f424b3bc46bd9.zip
channels: 'latest-channel-instances' doesn't leak internal state.
* guix/channels.scm (latest-channel-instances): Remove 'previous-channels' argument. Introduce 'loop' and use it.
Diffstat (limited to 'gnu/packages/fvwm.scm')
0 files changed, 0 insertions, 0 deletions
challenge: Add "--diff"....* guix/scripts/challenge.scm (dump-port*): New variable. (archive-contents, store-item-contents, narinfo-contents) (differing-files, report-differing-files): New procedures. (summarize-report): Add #:report-differences and call it. (show-help, %options): Add "--diff". (%default-options): Add 'difference-report' key. (report-differing-files): Parameterize CURRENT-TERMINAL-COLUMNS and pass #:report-differences to 'summarize-report'. * guix/tests/http.scm (%local-url): Add optional argument. (call-with-http-server): Fix docstring typo. * tests/challenge.scm (query-path-size, make-narinfo): New procedures. ("differing-files"): New test. * doc/guix.texi (Invoking guix challenge): Document "--diff". Ludovic Courtès