emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#44321: closed ([PATCH 0/6] Adding a (guix transformations) module)


From: GNU bug Tracking System
Subject: bug#44321: closed ([PATCH 0/6] Adding a (guix transformations) module)
Date: Sat, 31 Oct 2020 22:19:01 +0000

Your message dated Sat, 31 Oct 2020 23:18:47 +0100
with message-id <87ft5urqd4.fsf@gnu.org>
and subject line Re: [bug#44321] [PATCH 5/6] transformations: Raise 
'&formatted-message' exceptions instead of 'leave'.
has caused the debbugs.gnu.org bug report #44321,
regarding [PATCH 0/6] Adding a (guix transformations) module
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44321: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44321
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/6] Adding a (guix transformations) module Date: Fri, 30 Oct 2020 00:08:31 +0100
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#44321] [PATCH 5/6] transformations: Raise '&formatted-message' exceptions instead of 'leave'. Date: Sat, 31 Oct 2020 23:18:47 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Pushed as 95460da83b6ffd2bf3b96b3ab7cd302ab76be38a, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]