[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/29: gexp: Keep 'lower-inputs' private.
From: |
guix-commits |
Subject: |
08/29: gexp: Keep 'lower-inputs' private. |
Date: |
Mon, 8 Mar 2021 06:24:49 -0500 (EST) |
civodul pushed a commit to branch wip-build-systems-gexp
in repository guix.
commit a4b7facc07b33fdddb772a35fbf17cbc2c0637c1
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Feb 17 12:36:42 2021 +0100
gexp: Keep 'lower-inputs' private.
It had been made public in 6b6298ae39bfe185ce1ab18bb3d641ddfad17c8f but
it's no longer needed since 779aa003fbacbbcb6973f289b607d1d285009cec.
* guix/gexp.scm (lower-inputs): Do not export.
---
guix/gexp.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/guix/gexp.scm b/guix/gexp.scm
index 1992ae6..058819b 100644
--- a/guix/gexp.scm
+++ b/guix/gexp.scm
@@ -120,8 +120,6 @@
file-like?
lower-object
- lower-inputs
-
&gexp-error
gexp-error?
&gexp-input-error
- branch wip-build-systems-gexp created (now 61e9041), guix-commits, 2021/03/08
- 03/29: serialization: Micro-optimize string literal output in 'write-file-tree'., guix-commits, 2021/03/08
- 04/29: grafts: Inline 'grafting?' and 'set-grafting'., guix-commits, 2021/03/08
- 08/29: gexp: Keep 'lower-inputs' private.,
guix-commits <=
- 01/29: store: Object cache profiling shows the number of entries., guix-commits, 2021/03/08
- 06/29: gexp: 'gexp-inputs' returns a list of <gexp-input> records., guix-commits, 2021/03/08
- 07/29: gexp: 'gexp-inputs' returns both native and non-native inputs., guix-commits, 2021/03/08
- 11/29: gexp: Reduce allocations in 'gexp-attribute'., guix-commits, 2021/03/08
- 09/29: gexp: Micro-optimize 'gexp->sexp' and 'lower-inputs'., guix-commits, 2021/03/08
- 13/29: gexp: Optimize 'with-build-variables'., guix-commits, 2021/03/08
- 10/29: gexp: Reduce allocations while traversing lists., guix-commits, 2021/03/08
- 20/29: build-system: Use 'sexp->gexp' for plain sexps., guix-commits, 2021/03/08
- 21/29: build-system: Use 'input-tuples->gexp' and 'outputs->gexp'., guix-commits, 2021/03/08
- 02/29: store: Micro-optimize object cache lookup., guix-commits, 2021/03/08