summaryrefslogtreecommitdiff
path: root/tests/union.scm
AgeCommit message (Expand)AuthorFilesLines
2026-06-05gnu: %bootstrap-inputs-for-tests: Drop input labels.Nicolas Graves1-7/+5
2019-06-14tests: Make builds less expensive.Ludovic Courtès1-6/+3
2018-09-23bootstrap: %bootstrap-inputs+toolchain: Replace %bootstrap-inputs.Jan Nieuwenhuizen1-0/+4
2018-09-22bootstrap: %bootstrap-inputs: Wrap input lists into thunks.Jan Nieuwenhuizen1-2/+3
2018-05-10union: Add 'relative-file-name'.Ludovic Courtès1-0/+18
2018-04-08union: Allow callers to choose the collision resolution policy.Ludovic Courtès1-1/+41
2017-03-26union: Add create-all-directories? parameter to 'union-build'.Huang Ying1-1/+21
2016-04-03build: Add a Guile custom test driver using SRFI-64.Mathieu Lirzin1-3/+0
2015-02-24tests: Factorize the network reachability test.Ludovic Courtès1-4/+2
2014-08-23Factorize test suite support in (guix tests).Ludovic Courtès1-7/+2
2014-04-02tests: Add 'union-build' test for <http://bugs.gnu.org/17083>.Ludovic Courtès1-1/+47
2014-04-02union: Rewrite to be faster; handle symlink/directory conflicts.Mark H Weaver1-41/+0
2013-12-04derivations: Use more keyword parameters for 'build-expression->derivation'.Ludovic Courtès1-2/+2
2013-11-16tests: Adjust to bootstrap tarball updates.Ludovic Courtès1-3/+3
2013-09-18derivations: 'derivation' and related procedures return a single value.Ludovic Courtès1-1/+1
2013-09-02union: Don't traverse sub-directories only found in one element of the union.Ludovic Courtès1-1/+11
2013-02-06union: Delete duplicates when passed the same input several times.Ludovic Courtès1-3/+4
2013-02-01Augment `.dir-locals.el'.Ludovic Courtès1-6/+0
2013-01-18distro: Change the module name space to (gnu ...).Ludovic Courtès1-1/+1
2013-01-11Merge branch 'core-updates'Ludovic Courtès1-1/+4
2013-01-09union: Detect collisions, and delete duplicate leaves.Ludovic Courtès1-1/+20
2013-01-06Merge branch 'master' into core-updatesLudovic Courtès1-6/+6
2013-01-06Update license headers.Ludovic Courtès1-6/+6
2013-01-02tests: Adjust to not rely on /bin/sh.Ludovic Courtès1-2/+5
2012-12-13tests: Skip network-dependent tests when the network is unreachable.Ludovic Courtès1-1/+5
2012-11-04distro: Move bootstrap packages to (distro packages bootstrap).Ludovic Courtès1-4/+2
2012-10-29Add (guix build union).Ludovic Courtès1-0/+103