summaryrefslogtreecommitdiff
path: root/tests/gexp.scm
Commit message (Expand)AuthorAge
* gexp: Fix expansion for (file-append (local-file ...) ...).Ludovic Courtès2020-05-25
* tests: Hide quoted (define-module ...) form from Geiser.Ludovic Courtès2020-05-25
* gexp: Add 'let-system'.Ludovic Courtès2020-05-16
* gexp: Add 'with-parameters'.Ludovic Courtès2020-03-12
* gexp: Default to current target.base-for-series-3111Mathieu Othacehe2020-03-08
* gexp: Add 'raw-derivation-file'.Ludovic Courtès2020-01-04
* gexp: Allow character literals in GEXP->SEXP.Marius Bakke2019-12-18
* gexp: 'local-file' properly resolves non-literal relative file names.Ludovic Courtès2019-11-30
* gexp: Catch and report non-self-quoting gexp inputs.Ludovic Courtès2019-09-23
* gexp: 'program-file' honors the current system and cross-compilation target.Ludovic Courtès2019-07-26
* gexp: 'lowered-gexp-guile' now returns a <derivation-input>.Ludovic Courtès2019-07-15
* gexp: <lowered-gexp> separates sources from derivation inputs.Ludovic Courtès2019-07-15
* gexp: Add 'lower-gexp' and express 'gexp->derivation' in terms of it.Ludovic Courtès2019-07-04
* store: Rename '&nix-error' to '&store-error'.Ludovic Courtès2019-01-21
* gexp: Lowering a <computed-file> honors SYSTEM and TARGET.Ludovic Courtès2019-01-05
* Merge branch 'master' into core-updatesMarius Bakke2018-11-29
|\
| * derivations: Add properties.Ludovic Courtès2018-11-28
* | Merge branch 'master' into core-updatesMarius Bakke2018-11-14
|\|
| * tests: Add 'test-assertm' to (guix tests).Ludovic Courtès2018-11-12
* | Merge branch 'master' into core-updatesMarius Bakke2018-11-05
|\|
| * gexp: 'gexp-modules' now consistently deletes duplicates.Ludovic Courtès2018-10-27
* | Merge branch 'master' into core-updatesMarius Bakke2018-10-05
|\|
| * tests: Update (guix build store-copy) tests.Ludovic Courtès2018-09-27
* | Merge branch 'master' into core-updatesMarius Bakke2018-09-09
|\|
| * gexp: 'file-union' accepts directory names.Ludovic Courtès2018-09-08
* | gexp: Remove backward compatibility hack for 'imported-files'.Ludovic Courtès2018-07-26
|/
* gexp: 'imported-files/derivation' can copy files instead of symlinking.Ludovic Courtès2018-07-19
* gexp: 'imported-files' no longer creates a derivation by default.Ludovic Courtès2018-07-19
* tests: Don't rely on temporary directories being permanent.Leo Famulari2018-07-13
* store-copy: 'read-reference-graph' returns a list of records.Ludovic Courtès2018-06-14
* gexp: Add 'with-extensions'.Ludovic Courtès2018-06-01
* 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