summaryrefslogtreecommitdiff
path: root/tests/gexp.scm
AgeCommit message (Expand)AuthorFilesLines
2026-06-18tests: Fix gexp test involving ‘load*’.Ludovic Courtès1-2/+1
2026-05-10ui: ‘load*’ takes a list of modules to import.Ludovic Courtès1-4/+3
2026-04-22tests: gexp: Fix test shadowing replacement field.Roman Scherer1-7/+7
2026-03-29gexp: improve &gexp-input-error with &error-location.Yarl Baudig1-1/+16
2026-02-10gexp: Add 'delayed-object'.David Elsing1-0/+15
2025-10-23gexp: Make 'local-file' follow symlinks.Nigko Yerden1-0/+31
2025-04-06gexp: ‘local-file’ expands its argument only once.Ludovic Courtès1-0/+16
2025-03-05gexp: ‘with-parameters’ properly handles ‘%graft?’.David Elsing1-0/+20
2025-01-28gexp: ‘with-parameters’ accepts plain store items in its body.Ludovic Courtès1-1/+10
2024-09-16gexp: ‘imported-files’ does not create symlinks.Ludovic Courtès1-0/+27
2024-09-04gexp: Add ‘assume-source-relative-file-name’.Richard Sent1-0/+6
2024-08-01tests: gexp: Handle incorrect guile-bootstrap version for riscv.Christopher Baines1-6/+20
2024-04-08gexp: Add #:guile parameter to ‘gexp->file’ and ‘scheme-file’.Ludovic Courtès1-10/+21
2023-12-22gexp: #:references-graphs accepts and honors <gexp-input> records.Ludovic Courtès1-0/+30
2023-12-22gexp: Add compiler for <gexp-input>.Ludovic Courtès1-0/+24
2023-11-25tests: Import (guix build syscalls) when (guix build store-copy) is used.Ludovic Courtès1-29/+30
2022-11-11grafts: Run with a UTF-8 locale.Ludovic Courtès1-0/+4
2022-10-22Remove now unnecessary uses of (guix grafts).Ludovic Courtès1-1/+0
2022-05-25tests: Fix wrong target triplets.Josselin Poiret1-6/+6
2022-05-01gexp: Add 'references-file'.Ludovic Courtès1-0/+18
2022-03-13gexp: Correctly handle #$output in 'gexp->approximate-sexp'.Maxime Devos1-0/+5
2022-03-13gexp: Correctly handle unquoting S-exp objects.Maxime Devos1-1/+14
2022-02-16gexp: Preserve source location for #~ and #$ read extensions.Ludovic Courtès1-0/+27
2022-02-15gexp: 'computed-file' always uses a native Guile.Ludovic Courtès1-0/+22
2022-02-11tests: Pass #:guile to 'computed-file' & co.Ludovic Courtès1-4/+8
2021-11-27gexp: 'file-append' correctly handles bases without an expander.Ludovic Courtès1-0/+11
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès1-8/+3
2021-11-16tests: Factorize 'file=?'.Ludovic Courtès1-8/+3
2021-09-25gexp: Leave grafting as is when lowering allowed/disallowed references.Ludovic Courtès1-0/+36
2021-07-18Merge branch 'master' into core-updatesLudovic Courtès1-0/+31
2021-06-30guix: gexp: Define gexp->approximate-sexp.Maxime Devos1-0/+31
2021-03-30gexp: Add 'sexp->gexp'.Ludovic Courtès1-0/+7
2021-03-03gexp: #:references-graphs refers to non-native derivations.Ludovic Courtès1-0/+16
2021-02-23gexp: Micro-optimize 'gexp->sexp' and 'lower-inputs'.Ludovic Courtès1-3/+2
2021-02-23gexp: 'gexp-inputs' returns both native and non-native inputs.Ludovic Courtès1-33/+21
2021-02-23gexp: 'gexp-inputs' returns a list of <gexp-input> records.Ludovic Courtès1-38/+58
2020-12-15store-copy: 'populate-store' can optionally deduplicate files.Ludovic Courtès1-1/+2
2020-12-15store-copy: 'populate-store' resets timestamps.Ludovic Courtès1-2/+17
2020-11-05gexp: Warn when importing (guix config) or (ice-9 …).Ludovic Courtès1-0/+12
2020-11-05gexp: Store the source code location in <gexp>.Ludovic Courtès1-1/+1
2020-05-25gexp: Fix expansion for (file-append (local-file ...) ...).Ludovic Courtès1-0/+14
2020-05-25tests: Hide quoted (define-module ...) form from Geiser.Ludovic Courtès1-1/+2
2020-05-16gexp: Add 'let-system'.Ludovic Courtès1-0/+54
2020-03-12gexp: Add 'with-parameters'.Ludovic Courtès1-0/+38
2020-03-08gexp: Default to current target.Mathieu Othacehe1-0/+50
2020-01-04gexp: Add 'raw-derivation-file'.Ludovic Courtès1-1/+30
2019-12-18gexp: Allow character literals in GEXP->SEXP.Marius Bakke1-0/+6
2019-11-30gexp: 'local-file' properly resolves non-literal relative file names.Ludovic Courtès1-0/+8
2019-09-23gexp: Catch and report non-self-quoting gexp inputs.Ludovic Courtès1-0/+7
2019-07-26gexp: 'program-file' honors the current system and cross-compilation target.Ludovic Courtès1-0/+19