all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#40770] [PATCH 0/5] Add declarative profiles
@ 2020-04-22 15:06 Ludovic Courtès
  2020-04-22 15:08 ` [bug#40770] [PATCH 1/5] profiles: Add lowerable <profile> record type Ludovic Courtès
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Ludovic Courtès @ 2020-04-22 15:06 UTC (permalink / raw)
  To: 40770; +Cc: Ludovic Courtès

Hello Guix!

This patch set introduces “declarative profiles” or, in other words,
a way to declare a profile and use it in a gexp without calling
‘profile-derivation’, fiddling with ‘%store-monad’ and all that.

The goals are:

  1. To provide a simpler programming interface, reducing the need
     to resort to ‘%store-monad’, and making it usable in a wider
     range of contexts (see for example
     <https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/system/hurd.scm?h=core-updates&id=5084fd38541a5fc233f3299e10a33c3a38a7173f>).

  2. To potentially improve high-level caching in the object cache
     as well as “parallelism” (see <https://bugs.gnu.org/40612>).

Feedback welcome!

Ludo’.

Ludovic Courtès (5):
  profiles: Add lowerable <profile> record type.
  system: 'operating-system-directory-base-entries' uses 'profile'.
  services: profile: Use a declarative profile.
  pack: Use a declarative profile.
  services: system: Initial entries are non-monadic.

 gnu/services.scm               | 13 ++++++------
 gnu/system.scm                 | 27 ++++++++++++-------------
 gnu/system/linux-container.scm |  6 ++----
 guix/profiles.scm              | 36 ++++++++++++++++++++++++++++++++++
 guix/scripts/pack.scm          | 33 +++++++++++++++----------------
 tests/profiles.scm             | 13 +++++++++++-
 6 files changed, 84 insertions(+), 44 deletions(-)

-- 
2.26.0

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

end of thread, other threads:[~2020-04-26 20:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-22 15:06 [bug#40770] [PATCH 0/5] Add declarative profiles Ludovic Courtès
2020-04-22 15:08 ` [bug#40770] [PATCH 1/5] profiles: Add lowerable <profile> record type Ludovic Courtès
2020-04-22 15:08   ` [bug#40770] [PATCH 2/5] system: 'operating-system-directory-base-entries' uses 'profile' Ludovic Courtès
2020-04-22 15:08   ` [bug#40770] [PATCH 3/5] services: profile: Use a declarative profile Ludovic Courtès
2020-04-22 15:08   ` [bug#40770] [PATCH 4/5] pack: " Ludovic Courtès
2020-04-22 15:08   ` [bug#40770] [PATCH 5/5] services: system: Initial entries are non-monadic Ludovic Courtès
2020-04-22 17:12 ` [bug#40770] [PATCH 0/5] Add declarative profiles Mathieu Othacehe
2020-04-22 19:46   ` Ludovic Courtès
2020-04-26 20:51   ` bug#40770: " Ludovic Courtès
2020-04-22 19:46 ` [bug#40770] " Christopher Baines

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.