aboutsummaryrefslogtreecommitdiff
path: root/nix/.gitignore
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2017-01-02 12:42:29 +0100
committerJulien Lepiller <julien@lepiller.eu>2017-01-31 21:35:30 +0100
commit0e9e94b7ffe25d11c55f79f7c08a4bc69df95632 (patch)
treef0bfad4e9ae4648d3bd94d3081404edf40b2b2c5 /nix/.gitignore
parent41e8e07919f844bf83e5ae3ca6cd0cbaa760e1c8 (diff)
downloadguix-0e9e94b7ffe25d11c55f79f7c08a4bc69df95632.tar.gz
guix-0e9e94b7ffe25d11c55f79f7c08a4bc69df95632.zip
gnu: Add ocaml-batteries.
* gnu/packages/ocaml.scm (ocaml-batteries): New variable.
Diffstat (limited to 'nix/.gitignore')
0 files changed, 0 insertions, 0 deletions
s/challenge.scm (call-mismatch-test): New procedure. ("differing-files"): Rewrite in terms of 'call-mismatch-test'. ("call-with-mismatches"): New test. * doc/guix.texi (Invoking guix challenge): Document it. Ludovic Courtès 2019-12-12challenge: 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