index
:
software/guix
master
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
gexp.scm
Commit message (
Expand
)
Author
Age
Files
Lines
*
gexp: 'ungexp-splicing' properly accounts for nested native inputs.
...
Ludovic Courtès
2017-07-17
1
-0
/
+8
*
gexp: 'gexp-modules' accepts plain Scheme objects.
...
Ludovic Courtès
2017-04-19
1
-0
/
+4
*
gexp: 'lower-object' raises an exception when passed an invalid object.
...
Ludovic Courtès
2017-04-04
1
-0
/
+7
*
gexp: Add '=>' syntax to import computed modules.
...
Ludovic Courtès
2017-03-16
1
-0
/
+39
*
gexp: Support 'ungexp' forms in improper lists.
...
Ludovic Courtès
2017-01-01
1
-1
/
+11
*
gexp: Native inputs of nested gexps are properly accounted for.
...
Ludovic Courtès
2016-12-19
1
-1
/
+10
*
store: Add 'references*'.
...
Ludovic Courtès
2016-11-19
1
-30
/
+29
*
gexp: Add 'file-append'.
...
Ludovic Courtès
2016-09-09
1
-0
/
+53
*
gexp: Remove more uses of #:modules.
...
Ludovic Courtès
2016-07-12
1
-18
/
+18
*
gexp: Add 'with-imported-modules' macro.
...
Ludovic Courtès
2016-07-12
1
-4
/
+60
*
gexp: Add 'local-file' file name resolution test.
...
Ludovic Courtès
2016-06-16
1
-0
/
+9
*
gexp: Add #:select? parameter to 'local-file'.
...
Ludovic Courtès
2016-06-16
1
-1
/
+17
*
build: Add a Guile custom test driver using SRFI-64.
...
Mathieu Lirzin
2016-04-03
1
-3
/
+0
*
gexp: Add #:disallowed-references.
...
Ludovic Courtès
2016-03-20
1
-0
/
+24
*
tests: Disable grafting by default for most tests.
...
Ludovic Courtès
2016-03-06
1
-5
/
+11
*
tests: Skip 'program-file' test when shebang is too long.
...
Ludovic Courtès
2015-11-04
1
-1
/
+1
*
gexp: Add 'scheme-file'.
...
Ludovic Courtès
2015-10-10
1
-0
/
+13
*
gexp: Add 'mixed-text-file'.
...
Ludovic Courtès
2015-10-10
1
-0
/
+15
*
gexp: Add 'program-file'.
...
Ludovic Courtès
2015-10-10
1
-0
/
+17
*
gexp: Add 'computed-file'.
...
Ludovic Courtès
2015-10-10
1
-0
/
+19
*
gexp: Add 'lower-object'.
...
Ludovic Courtès
2015-08-27
1
-0
/
+7
*
tests: Make #:references-graphs gexp test more tolerant.
...
Ludovic Courtès
2015-07-20
1
-5
/
+7
*
tests: Adjust tests for new bootstrap Guile.
...
Ludovic Courtès
2015-07-12
1
-1
/
+6
*
store: 'run-with-store' initializes %CURRENT-TARGET-SYSTEM to #f.
...
Ludovic Courtès
2015-07-08
1
-0
/
+11
*
gexp: 'local-file' canonicalizes its file argument.
...
Ludovic Courtès
2015-06-19
1
-0
/
+19
*
gexp: 'local-file' now defaults to non-recursive.
...
Ludovic Courtès
2015-06-19
1
-2
/
+2
*
gexp: Add 'plain-file'.
...
Ludovic Courtès
2015-06-03
1
-0
/
+10
*
gexp: Add 'local-file'.
...
Ludovic Courtès
2015-03-29
1
-0
/
+26
*
gexp: Fix handling of nativeness in nested gexps.
...
Ludovic Courtès
2015-03-22
1
-0
/
+6
*
gexp: Allow <gexp-input> objects in #:allowed-references.
...
Ludovic Courtès
2015-03-22
1
-0
/
+17
*
gexp: Remove special meaning of forms (PACKAGE OUTPUT) in ungexp.
...
Ludovic Courtès
2015-03-17
1
-12
/
+2
*
gexp: Export 'gexp-input' constructor.
...
Ludovic Courtès
2015-03-17
1
-0
/
+10
*
tests: Add an indirection for white-box testing.
...
Ludovic Courtès
2015-03-17
1
-4
/
+8
*
gexp: Make sure 'gexp-outputs' removes duplicate outputs.
...
Ludovic Courtès
2015-03-02
1
-0
/
+7
*
gexp: Aggregate outputs of compound gexps.
...
Ludovic Courtès
2015-02-27
1
-0
/
+10
*
gexp: Add tests for 'gexp-outputs'.
...
Ludovic Courtès
2015-02-27
1
-0
/
+16
*
gexp: Add #:graft? parameter to 'gexp->derivation'.
...
Ludovic Courtès
2015-02-13
1
-0
/
+17
*
gexp: Implement 'imported-modules' & co. using 'gexp->derivation'.
...
Ludovic Courtès
2015-02-13
1
-0
/
+34
*
gexp: Add #:allowed-references parameter to 'gexp->derivation'.
...
Ludovic Courtès
2015-02-11
1
-0
/
+25
*
monads: Rewrite 'text-file*' using gexps.
...
Ludovic Courtès
2015-01-12
1
-1
/
+25
*
gexp: Allow use of high-level objects in #:references-graphs.
...
Ludovic Courtès
2014-09-06
1
-9
/
+43
*
vm: Move store copy handling to (guix build store-copy).
...
Ludovic Courtès
2014-09-04
1
-0
/
+38
*
Factorize test suite support in (guix tests).
...
Ludovic Courtès
2014-08-23
1
-10
/
+5
*
gexp: Add 'ungexp-native' and 'ungexp-native-splicing'.
...
Ludovic Courtès
2014-08-18
1
-5
/
+98
*
gexp: Add #:target parameter to 'gexp->derivation'.
...
Ludovic Courtès
2014-08-17
1
-2
/
+19
*
build: Better reject systems where the shebang would be too long.
...
Ludovic Courtès
2014-07-25
1
-1
/
+1
*
gexp: Gracefully handle printing of gexps with spliced references.
...
Ludovic Courtès
2014-07-17
1
-0
/
+18
*
gexp: Resolve the default system at '>>=' time.
...
Ludovic Courtès
2014-07-12
1
-0
/
+11
*
tests: Skip tests that would hit the shebang length limitation.
...
Ludovic Courtès
2014-06-04
1
-0
/
+8
*
gexp: Add support for 'origin?' objects in 'ungexp' forms.
...
Ludovic Courtès
2014-05-01
1
-2
/
+12
[next]