aboutsummaryrefslogtreecommitdiff
path: root/tests/gexp.scm
Commit message (Expand)AuthorAge
* gexp: 'scheme-file' can splice expressions.Ludovic Courtès2018-04-11
* gexp: 'program-file' has a new #:module-path parameter.Ludovic Courtès2018-03-23
* gexp: 'gexp->script' and 'gexp->file' have a new #:module-path parameter.Ludovic Courtès2018-03-23
* gexp: 'ungexp-splicing' properly accounts for nested native inputs.Ludovic Courtès2017-07-17
* gexp: 'gexp-modules' accepts plain Scheme objects.Ludovic Courtès2017-04-19
* gexp: 'lower-object' raises an exception when passed an invalid object.Ludovic Courtès2017-04-04
* gexp: Add '=>' syntax to import computed modules.Ludovic Courtès2017-03-16
* gexp: Support 'ungexp' forms in improper lists.Ludovic Courtès2017-01-01
* gexp: Native inputs of nested gexps are properly accounted for.Ludovic Courtès2016-12-19
* store: Add 'references*'.Ludovic Courtès2016-11-19
* gexp: Add 'file-append'.Ludovic Courtès2016-09-09
* gexp: Remove more uses of #:modules.Ludovic Courtès2016-07-12
* gexp: Add 'with-imported-modules' macro.Ludovic Courtès2016-07-12
* gexp: Add 'local-file' file name resolution test.Ludovic Courtès2016-06-16
* gexp: Add #:select? parameter to 'local-file'.Ludovic Courtès2016-06-16
* build: Add a Guile custom test driver using SRFI-64.Mathieu Lirzin2016-04-03
* gexp: Add #:disallowed-references.Ludovic Courtès2016-03-20
* tests: Disable grafting by default for most tests.Ludovic Courtès2016-03-06
* tests: Skip 'program-file' test when shebang is too long.Ludovic Courtès2015-11-04
* gexp: Add 'scheme-file'.Ludovic Courtès2015-10-10
* gexp: Add 'mixed-text-file'.Ludovic Courtès2015-10-10
* gexp: Add 'program-file'.Ludovic Courtès2015-10-10
* gexp: Add 'computed-file'.Ludovic Courtès2015-10-10
* gexp: Add 'lower-object'.Ludovic Courtès2015-08-27
* tests: Make #:references-graphs gexp test more tolerant.Ludovic Courtès2015-07-20
* tests: Adjust tests for new bootstrap Guile.Ludovic Courtès2015-07-12
* store: 'run-with-store' initializes %CURRENT-TARGET-SYSTEM to #f.Ludovic Courtès2015-07-08
* gexp: 'local-file' canonicalizes its file argument.Ludovic Courtès2015-06-19
* gexp: 'local-file' now defaults to non-recursive.Ludovic Courtès2015-06-19
* gexp: Add 'plain-file'.Ludovic Courtès2015-06-03
* gexp: Add 'local-file'.Ludovic Courtès2015-03-29
* gexp: Fix handling of nativeness in nested gexps.Ludovic Courtès2015-03-22
* gexp: Allow <gexp-input> objects in #:allowed-references.Ludovic Courtès2015-03-22
* gexp: Remove special meaning of forms (PACKAGE OUTPUT) in ungexp.Ludovic Courtès2015-03-17
* gexp: Export 'gexp-input' constructor.Ludovic Courtès2015-03-17
* tests: Add an indirection for white-box testing.Ludovic Courtès2015-03-17
* gexp: Make sure 'gexp-outputs' removes duplicate outputs.Ludovic Courtès2015-03-02
* gexp: Aggregate outputs of compound gexps.Ludovic Courtès2015-02-27
* gexp: Add tests for 'gexp-outputs'.Ludovic Courtès2015-02-27
* gexp: Add #:graft? parameter to 'gexp->derivation'.Ludovic Courtès2015-02-13
* gexp: Implement 'imported-modules' & co. using 'gexp->derivation'.Ludovic Courtès2015-02-13
* gexp: Add #:allowed-references parameter to 'gexp->derivation'.Ludovic Courtès2015-02-11
* monads: Rewrite 'text-file*' using gexps.Ludovic Courtès2015-01-12
* gexp: Allow use of high-level objects in #:references-graphs.Ludovic Courtès2014-09-06
* vm: Move store copy handling to (guix build store-copy).Ludovic Courtès2014-09-04
* Factorize test suite support in (guix tests).Ludovic Courtès2014-08-23
* gexp: Add 'ungexp-native' and 'ungexp-native-splicing'.Ludovic Courtès2014-08-18
* gexp: Add #:target parameter to 'gexp->derivation'.Ludovic Courtès2014-08-17
* build: Better reject systems where the shebang would be too long.Ludovic Courtès2014-07-25
* gexp: Gracefully handle printing of gexps with spliced references.Ludovic Courtès2014-07-17