aboutsummaryrefslogtreecommitdiff
path: root/tests/test.drv
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2016-02-25 17:23:29 +0100
committerLudovic Courtès <ludo@gnu.org>2016-02-25 17:23:29 +0100
commita4e7083da32395dd434970725df0bc15601d202a (patch)
treeb6f8d012a4fdbd0d6417c1c0c02ba09040b5b801 /tests/test.drv
parente72f50a7873b3233a8f962a7374e1219d0426230 (diff)
downloadguix-a4e7083da32395dd434970725df0bc15601d202a.tar.gz
guix-a4e7083da32395dd434970725df0bc15601d202a.zip
http-client: 'http-client/cached' uses unique cache file names.
* guix/http-client.scm (cache-file-for-uri): New procedure. (http-fetch/cached): Use it. Remove 'directory' variable. [update-cache]: Make the 'dirname' of FILE.
Diffstat (limited to 'tests/test.drv')
0 files changed, 0 insertions, 0 deletions
umber): New procedures defined via the define-maybe macro. (config-with-maybe-number): New configuration. (serialize-number): New procedure. ("maybe value serialization"): New test. (maybe-string?): New procedure defined via the define-maybe/no-serialization macro. (config-with-maybe-string/no-serialization): New configuration. ("maybe value without serialization no procedure bound"): New test. Maxim Cournoyer 2021-05-08services: configuration: Add tests....* tests/services/configuration.scm: New file. * Makefile.am (SCM_TESTS): Register it. Maxim Cournoyer