unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#32104] [PATCH 0/3] guix environment: Simplify environment creation
@ 2018-07-09 11:31 Ludovic Courtès
  2018-07-09 11:39 ` [bug#32104] [PATCH 1/3] profiles: Factorize 'manifest-search-paths' Ludovic Courtès
  2018-07-09 13:22 ` [bug#32104] [PATCH 0/3] guix environment: Simplify environment creation Thompson, David
  0 siblings, 2 replies; 6+ messages in thread
From: Ludovic Courtès @ 2018-07-09 11:31 UTC (permalink / raw)
  To: 32104

Hello Guix!

These patches aim to simplify (guix scripts environment) by (1) factorizing
part of the search path handling machinery in (guix profiles), and (2) by
using manifests internally instead of loosely defined lists of “inputs.”

The goal is to gradually move towards a situation where (guix scripts
environment) contains nothing but UI code and related plumbing.

Ludo’.

Ludovic Courtès (3):
  profiles: Factorize 'manifest-search-paths'.
  environment: Simplify code by using manifests internally.
  profiles: Introduce 'profile-search-paths' and use it.

 guix/build/profiles.scm      |   2 +-
 guix/profiles.scm            |  26 ++++-
 guix/scripts/environment.scm | 208 ++++++++++++++---------------------
 3 files changed, 110 insertions(+), 126 deletions(-)

-- 
2.18.0

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-10 23:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-09 11:31 [bug#32104] [PATCH 0/3] guix environment: Simplify environment creation Ludovic Courtès
2018-07-09 11:39 ` [bug#32104] [PATCH 1/3] profiles: Factorize 'manifest-search-paths' Ludovic Courtès
2018-07-09 11:39   ` [bug#32104] [PATCH 2/3] environment: Simplify code by using manifests internally Ludovic Courtès
2018-07-09 11:39   ` [bug#32104] [PATCH 3/3] profiles: Introduce 'profile-search-paths' and use it Ludovic Courtès
2018-07-09 13:22 ` [bug#32104] [PATCH 0/3] guix environment: Simplify environment creation Thompson, David
2018-07-10 23:02   ` bug#32104: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).