aboutsummaryrefslogtreecommitdiff
path: root/tests/scripts-build.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-12-03 01:12:13 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-12-03 01:52:46 +0100
commit0576681c7906b367d562f4e45131a1670401fbb2 (patch)
tree1eb561b594bde7ebf974a0c9c32bc49924706f5a /tests/scripts-build.scm
parent8e936351d7155ecac2e33df8d22b8deb2c30ed63 (diff)
downloadguix-0576681c7906b367d562f4e45131a1670401fbb2.tar.gz
guix-0576681c7906b367d562f4e45131a1670401fbb2.zip
gnu: emacs-diff-hl: Update to 1.8.7.
* gnu/packages/emacs-xyz.scm (emacs-diff-hl): Update to 1.8.7.
Diffstat (limited to 'tests/scripts-build.scm')
0 files changed, 0 insertions, 0 deletions
pan>Ludovic Courtès 2019-05-27utils: Test 'compressed-port' and 'decompressed-port' for both gzip and xz....* tests/utils.scm (test-compression/decompression): New procedure. <top level>: Call it for both 'xz and 'gzip. Ludovic Courtès 2018-05-13utils: Add 'version-prefix?'....* guix/utils.scm (version-prefix?): New procedure. * tests/utils.scm ("version-prefix?"): New test. Ludovic Courtès 2018-05-10union: Add 'relative-file-name'....* guix/build/union.scm (%not-slash): New variable. (relative-file-name): New procedure. * tests/union.scm (test-relative-file-name): New macro and tests. Ludovic Courtès 2017-03-16utils: Move base16 procedures to (guix base16)....* guix/utils.scm (bytevector->base16-string, base16-string->bytevector): Move to... * guix/base16.scm: ... here. New file. * tests/utils.scm ("bytevector->base16-string->bytevector"): Move to... * tests/base16.scm: ... here. New file. * Makefile.am (MODULES): Add guix/base16.scm. (SCM_TESTS): Add tests/base16.scm. * build-aux/download.scm, guix/derivations.scm, guix/docker.scm, guix/import/snix.scm, guix/pk-crypto.scm, guix/scripts/authenticate.scm, guix/scripts/download.scm, guix/scripts/hash.scm, guix/store.scm, tests/hash.scm, tests/pk-crypto.scm: Adjust imports accordingly. Ludovic Courtès