aboutsummaryrefslogtreecommitdiff
path: root/guix/gexp.scm
Commit message (Expand)AuthorAge
* gexp: Disable deprecation warnings for 'imported-modules'.Ludovic Courtès2018-05-15
* gexp: 'scheme-file' can splice expressions.Ludovic Courtès2018-04-11
* gexp: 'directory-union' has a #:resolve-collision parameter.Ludovic Courtès2018-04-08
* 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
* gexp: Store compilers in a hash table for O(1) lookup.Ludovic Courtès2016-09-10
* gexp: Add 'file-append'.Ludovic Courtès2016-09-09
* gexp: Compilers can now provide an "expander".Ludovic Courtès2016-09-09
* gexp: Remove outdated comment.Ludovic Courtès2016-09-09
* gexp: 'program-file' and 'gexp->script' no longer have #:modules.Ludovic Courtès2016-07-12
* gexp: 'computed-file' no longer has a #:modules parameter.Ludovic Courtès2016-07-12
* gexp: 'gexp->file' emits code to set '%load-path'.Ludovic Courtès2016-07-12
* gexp: Factorize load-path-setting expression.Ludovic Courtès2016-07-12
* gexp: Add 'with-imported-modules' macro.Ludovic Courtès2016-07-12
* gexp: Keep only a single 'references' field.Ludovic Courtès2016-07-12
* gexp: Use a relative file name.Ludovic Courtès2016-06-20
* gexp: Add #:select? parameter to 'local-file'.Ludovic Courtès2016-06-16
* gexp: Move 'current-source-directory' to (guix utils).Ludovic Courtès2016-06-16
* derivations: Raise an error when a module file is not found.Ludovic Courtès2016-03-23
* derivations: Add 'module->source-file-name'.Ludovic Courtès2016-03-23
* gexp: Add #:disallowed-references.Ludovic Courtès2016-03-20
* derivations: Move grafts to (guix grafts).Ludovic Courtès2016-02-22
* gexp: 'local-file' resolves relative file names.Ludovic Courtès2015-12-14
* gexp: Build text derivations locally.Ludovic Courtès2015-11-25
* 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: Remove duplicate 'mkdir-p' definition.Ludovic Courtès2015-09-02
* gexp: Add #:script-name parameter to 'gexp->derivation'.Ludovic Courtès2015-08-29
* gexp: Add 'lower-object'.Ludovic Courtès2015-08-27