gnu: lvm2: Make sure compiled objects are stripped.
[jackhill/guix/guix.git] / tests / gexp.scm
2016-09-09 Ludovic Courtèsgexp: Add 'file-append'.
2016-07-20 Ludovic CourtèsMerge branch 'master' into core-updates
2016-07-12 Ludovic Courtèsgexp: Remove more uses of #:modules.
2016-07-12 Ludovic Courtèsgexp: Add 'with-imported-modules' macro.
2016-06-17 Ludovic CourtèsMerge branch 'master' into core-updates
2016-06-16 Ludovic Courtèsgexp: Add 'local-file' file name resolution test.
2016-06-16 Ludovic Courtèsgexp: Add #:select? parameter to 'local-file'.
2016-04-06 Ludovic CourtèsMerge branch 'master' into core-updates
2016-04-03 Mathieu Lirzinbuild: Add a Guile custom test driver using SRFI-64.
2016-03-21 Ludovic CourtèsMerge branch 'security-updates'
2016-03-21 Leo FamulariMerge branch 'master' into core-updates
2016-03-20 Ludovic Courtèsgexp: Add #:disallowed-references.
2016-03-06 Ludovic Courtèstests: Disable grafting by default for most tests.
2015-12-12 Ludovic CourtèsMerge branch 'master' into core-updates
2015-11-04 Ludovic Courtèstests: Skip 'program-file' test when shebang is too...
2015-10-12 Ludovic CourtèsMerge branch 'core-updates'
2015-10-10 Ludovic Courtèsgexp: Add 'scheme-file'.
2015-10-10 Ludovic Courtèsgexp: Add 'mixed-text-file'.
2015-10-10 Ludovic Courtèsgexp: Add 'program-file'.
2015-10-10 Ludovic Courtèsgexp: Add 'computed-file'.
2015-08-26 Ludovic Courtèsgexp: Add 'lower-object'.
2015-07-20 Ludovic Courtèstests: Make #:references-graphs gexp test more tolerant.
2015-07-20 Mark H WeaverMerge branch 'core-updates'
2015-07-19 Mark H WeaverMerge branch 'master' into core-updates
2015-07-15 Mark H WeaverMerge branch 'master' into core-updates
2015-07-15 Mark H WeaverMerge branch 'master' into core-updates
2015-07-11 Ludovic Courtèstests: Adjust tests for new bootstrap Guile.
2015-07-07 Ludovic Courtèsstore: 'run-with-store' initializes %CURRENT-TARGET...
2015-06-21 Mark H WeaverMerge branch 'master' into core-updates
2015-06-19 Ludovic Courtèsgexp: 'local-file' canonicalizes its file argument.
2015-06-19 Ludovic Courtèsgexp: 'local-file' now defaults to non-recursive.
2015-06-10 Mark H WeaverMerge branch 'master' into core-updates
2015-06-03 Ludovic Courtèsgexp: Add 'plain-file'.
2015-05-23 宋文武Merge branch 'master' into gtk-rebuild
2015-03-31 Ludovic CourtèsMerge branch 'master' into core-updates
2015-03-29 Ludovic Courtèsgexp: Add 'local-file'.
2015-03-25 Ludovic CourtèsMerge branch 'master' into core-updates
2015-03-22 Ludovic Courtèsgexp: Fix handling of nativeness in nested gexps.
2015-03-22 Ludovic Courtèsgexp: Allow <gexp-input> objects in #:allowed-references.
2015-03-18 Ludovic CourtèsMerge branch 'master' into core-updates
2015-03-17 Ludovic Courtèsgexp: Remove special meaning of forms (PACKAGE OUTPUT...
2015-03-17 Ludovic Courtèsgexp: Export 'gexp-input' constructor.
2015-03-17 Ludovic Courtèstests: Add an indirection for white-box testing.
2015-03-04 Ludovic CourtèsMerge branch 'core-updates'.
2015-03-02 Ludovic Courtèsgexp: Make sure 'gexp-outputs' removes duplicate outputs.
2015-03-02 Mark H WeaverMerge branch 'master' into core-updates
2015-02-27 Ludovic Courtèsgexp: Aggregate outputs of compound gexps.
2015-02-27 Ludovic Courtèsgexp: Add tests for 'gexp-outputs'.
2015-02-26 Ludovic CourtèsMerge branch 'master' into core-updates
2015-02-13 Ludovic Courtèsgexp: Add #:graft? parameter to 'gexp->derivation'.
2015-02-13 Ludovic Courtèsgexp: Implement 'imported-modules' & co. using 'gexp...
2015-02-11 Ludovic CourtèsMerge branch 'master' into core-updates
2015-02-11 Ludovic Courtèsgexp: Add #:allowed-references parameter to 'gexp-...
2015-01-13 Mark H WeaverMerge branch 'master' into core-updates
2015-01-12 Ludovic Courtèsmonads: Rewrite 'text-file*' using gexps.
2014-09-08 Mark H WeaverMerge branch 'master' into core-updates
2014-09-06 Ludovic Courtèsgexp: Allow use of high-level objects in #:references...
2014-09-04 Ludovic Courtèsvm: Move store copy handling to (guix build store-copy).
2014-08-24 Mark H WeaverMerge branch 'master' into core-updates
2014-08-23 Ludovic CourtèsFactorize test suite support in (guix tests).
2014-08-20 Mark H WeaverMerge branch 'master' into core-updates
2014-08-18 Ludovic Courtèsgexp: Add 'ungexp-native' and 'ungexp-native-splicing'.
2014-08-17 Ludovic Courtèsgexp: Add #:target parameter to 'gexp->derivation'.
2014-07-28 Mark H WeaverMerge branch 'master' into core-updates
2014-07-24 Ludovic Courtèsbuild: Better reject systems where the shebang would...
2014-07-17 Ludovic CourtèsMerge branch 'gettext-upgrade'
2014-07-17 Ludovic Courtèsgexp: Gracefully handle printing of gexps with spliced...
2014-07-13 Ludovic CourtèsMerge branch 'bug-17853'
2014-07-12 Ludovic Courtèsgexp: Resolve the default system at '>>=' time.
2014-06-06 Ludovic CourtèsMerge branch 'master' into core-updates
2014-06-04 Ludovic Courtèstests: Skip tests that would hit the shebang length...
2014-05-27 Ludovic CourtèsMerge branch 'master' into core-updates
2014-05-01 Ludovic Courtèsgexp: Add support for 'origin?' objects in 'ungexp...
2014-04-28 Ludovic CourtèsAdd (guix gexp).