[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/20: gexp: Keep 'lower-inputs' private.
From: |
guix-commits |
Subject: |
08/20: gexp: Keep 'lower-inputs' private. |
Date: |
Mon, 1 Mar 2021 09:32:09 -0500 (EST) |
civodul pushed a commit to branch wip-build-systems-gexp
in repository guix.
commit fb28b64b44a5ae1d1acffff30fa801ca66f05073
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 6133ab6..caf37ec 100644
--- a/guix/gexp.scm
+++ b/guix/gexp.scm
@@ -122,8 +122,6 @@
file-like?
lower-object
- lower-inputs
-
&gexp-error
gexp-error?
&gexp-input-error
- 04/20: packages: Core procedures are written in monadic style., (continued)
- 04/20: packages: Core procedures are written in monadic style., guix-commits, 2021/03/01
- 01/20: build-system: Rewrite using gexps., guix-commits, 2021/03/01
- 07/20: gexp: 'gexp-inputs' returns both native and non-native inputs., guix-commits, 2021/03/01
- 03/20: packages: Simplify patch instantiation., guix-commits, 2021/03/01
- 09/20: gexp: Micro-optimize 'gexp->sexp' and 'lower-inputs'., guix-commits, 2021/03/01
- 12/20: grafts: Inline 'grafting?' and 'set-grafting'., guix-commits, 2021/03/01
- 15/20: serialization: Micro-optimize string literal output in 'write-file-tree'., guix-commits, 2021/03/01
- 16/20: gexp: Optimize 'with-build-variables'., guix-commits, 2021/03/01
- 17/20: packages: Default origin 'patch-flags' is a gexp., guix-commits, 2021/03/01
- 18/20: gexp: Add 'sexp->gexp'., guix-commits, 2021/03/01
- 08/20: gexp: Keep 'lower-inputs' private.,
guix-commits <=
- 10/20: store: Object cache profiling shows the number of entries., guix-commits, 2021/03/01
- 11/20: gexp: Reduce allocations while traversing lists., guix-commits, 2021/03/01
- 06/20: gexp: 'gexp-inputs' returns a list of <gexp-input> records., guix-commits, 2021/03/01
- 13/20: store: Micro-optimize object cache lookup., guix-commits, 2021/03/01
- 14/20: gexp: Reduce allocations in 'gexp-attribute'., guix-commits, 2021/03/01
- 20/20: build-system: Use 'input-tuples->gexp' and 'outputs->gexp'., guix-commits, 2021/03/01
- 19/20: build-system: Use 'sexp->gexp' for plain sexps., guix-commits, 2021/03/01