summaryrefslogtreecommitdiff
path: root/guix/gexp.scm
Commit message (Expand)AuthorAge
* Use 'mapm' instead of 'sequence' + 'map'.Ludovic Courtès2018-12-19
* 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
|\|
| * store: Add a functional object cache and use it in 'lower-object'.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-21
|\|
| * services: dhcp-client: Deprecate 'dhcp-client-service' procedure.Ludovic Courtès2018-10-18
* | Merge branch 'master' into core-updatesMarius Bakke2018-09-09
|\|
| * gexp: 'file-union' accepts directory names.Ludovic Courtès2018-09-08
* | gexp: Remove #:deprecation-warnings from 'imported-files'.Ludovic Courtès2018-07-27
* | gexp: Inline bug-fix in 'compiled-modules'.Ludovic Courtès2018-07-27
* | 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
* gexp: Remove unnecessary 'mlet'.Ludovic Courtès2018-07-19
* gexp: Allow bytevector as content of `plain-file'.Jan Nieuwenhuizen2018-07-12
* Merge branch 'master' into core-updatesLudovic Courtès2018-06-01
|\
| * gexp: Add 'with-extensions'.Ludovic Courtès2018-06-01
| * gexp: 'compiled-modules' no longer overrides (guix build utils).Ludovic Courtès2018-06-01
* | Merge branch 'master' into core-updatesMark H Weaver2018-05-17
|\|
| * gexp: Disable deprecation warnings for 'imported-modules'.Ludovic Courtès2018-05-15
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-11
|\|
| * gexp: 'scheme-file' can splice expressions.Ludovic Courtès2018-04-11
* | Merge branch 'master' into core-updatesMark H Weaver2018-04-10
|\|
| * gexp: 'directory-union' has a #:resolve-collision parameter.Ludovic Courtès2018-04-08
* | gexp: 'compiled-modules' prints a line for each module.Ludovic Courtès2018-04-01
* | gexp: compiled-modules: Factorize build code.Ludovic Courtès2018-04-01
|/
* 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
* services: messaging: Prosody config supports file-like objects.Clément Lassieur2018-03-03
* gexp: 'computed-file' has a new #:guile parameter.Ludovic Courtès2017-12-18
* gexp: Default to 'guile-2.2' for 'program-file'.Ludovic Courtès2017-11-29
* gexp: 'compiled-modules' disables deprecation warnings by default.Ludovic Courtès2017-11-29
* gexp: 'directory-union' has a #:quiet? parameter.Ludovic Courtès2017-11-21
* union: Parametrize the symlink procedure .Ludovic Courtès2017-11-21
* gexp: Add 'directory-union'.Ludovic Courtès2017-10-22
* gexp: Add 'file-union'.Ludovic Courtès2017-10-22
* gexp: Slightly improve error reporting for 'local-file'.Ludovic Courtès2017-07-20
* 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: Expose functions to allow creating derivation builders.Roel Janssen2017-03-09
* gexp: Support 'ungexp' forms in improper lists.Ludovic Courtès2017-01-01
* gexp: Properly report substitution errors.Ludovic Courtès2017-01-01
* gexp: Slightly simplify 'gexp-inputs'.Ludovic Courtès2016-12-19
* gexp: Native inputs of nested gexps are properly accounted for.Ludovic Courtès2016-12-19
* derivations: Add 'raw-derivation'.Ludovic Courtès2016-11-19