unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44321] [PATCH 0/6] Adding a (guix transformations) module
@ 2020-10-29 23:08 Ludovic Courtès
  2020-10-29 23:09 ` [bug#44321] [PATCH 1/6] guix build: 'package-with-source' no longer takes a 'store' parameter Ludovic Courtès
  0 siblings, 1 reply; 21+ messages in thread
From: Ludovic Courtès @ 2020-10-29 23:08 UTC (permalink / raw)
  To: 44321; +Cc: Ludovic Courtès

Hello Guix!

This patch series is to make ‘options->transformation’ public,
mostly so that users can directly translate package transformation
options to code they can use in manifests.

The second goal of the patch is to have a new “Defining Package
Variants” section that gives an introduction to this topic with
all the relevant pointers.

That’s it!  Thoughts?

Ludo’.

PS: I swear this is the last non-trivial change I’d submit for 1.2.
    :-)

Ludovic Courtès (6):
  guix build: 'package-with-source' no longer takes a 'store' parameter.
  guix build: Remove unnecessary (replacement #f).
  guix build: 'options->transformation' no longer takes a 'store'
    parameter.
  guix build: Move transformation options to (guix transformations).
  transformations: Raise '&formatted-message' exceptions instead of
    'leave'.
  doc: Add "Defining Package Variants" section.

 Makefile.am                                   |   3 +-
 doc/guix.texi                                 | 278 +++++---
 guix/scripts/build.scm                        | 544 +--------------
 guix/scripts/environment.scm                  |   3 +-
 guix/scripts/graph.scm                        |  13 +-
 guix/scripts/install.scm                      |   1 +
 guix/scripts/pack.scm                         |   5 +-
 guix/scripts/package.scm                      |   5 +-
 guix/scripts/upgrade.scm                      |   1 +
 guix/transformations.scm                      | 620 ++++++++++++++++++
 ...{scripts-build.scm => transformations.scm} | 267 ++++----
 11 files changed, 976 insertions(+), 764 deletions(-)
 create mode 100644 guix/transformations.scm
 rename tests/{scripts-build.scm => transformations.scm} (63%)

-- 
2.28.0





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

end of thread, other threads:[~2020-11-02 15:49 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29 23:08 [bug#44321] [PATCH 0/6] Adding a (guix transformations) module Ludovic Courtès
2020-10-29 23:09 ` [bug#44321] [PATCH 1/6] guix build: 'package-with-source' no longer takes a 'store' parameter Ludovic Courtès
2020-10-29 23:09   ` [bug#44321] [PATCH 2/6] guix build: Remove unnecessary (replacement #f) Ludovic Courtès
2020-10-29 23:09   ` [bug#44321] [PATCH 3/6] guix build: 'options->transformation' no longer takes a 'store' parameter Ludovic Courtès
2020-10-30 22:27     ` Miguel Ángel Arruga Vivas
2020-10-31 10:03       ` Ludovic Courtès
2020-10-29 23:09   ` [bug#44321] [PATCH 4/6] guix build: Move transformation options to (guix transformations) Ludovic Courtès
2020-10-30 23:03     ` Miguel Ángel Arruga Vivas
2020-10-31 10:04       ` Ludovic Courtès
2020-10-29 23:09   ` [bug#44321] [PATCH 5/6] transformations: Raise '&formatted-message' exceptions instead of 'leave' Ludovic Courtès
2020-10-30 10:59     ` zimoun
2020-10-30 22:39       ` Miguel Ángel Arruga Vivas
2020-10-31 10:06         ` Ludovic Courtès
2020-10-31 22:18           ` bug#44321: " Ludovic Courtès
2020-11-02 12:25           ` [bug#44321] " zimoun
2020-11-02 15:48             ` Ludovic Courtès
2020-10-29 23:10   ` [bug#44321] [PATCH 6/6] doc: Add "Defining Package Variants" section Ludovic Courtès
2020-10-30 11:20     ` zimoun
2020-10-31 10:14       ` Ludovic Courtès
2020-10-30 23:27   ` [bug#44321] [PATCH 1/6] guix build: 'package-with-source' no longer takes a 'store' parameter Miguel Ángel Arruga Vivas
2020-10-31 10:17     ` 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).