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

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

bug#45409: closed ([PATCH 0/3] Move some (guix scripts substitute) code


From: GNU bug Tracking System
Subject: bug#45409: closed ([PATCH 0/3] Move some (guix scripts substitute) code to two new modules)
Date: Sat, 06 Mar 2021 00:58:02 +0000

Your message dated Sat, 06 Mar 2021 00:57:01 +0000
with message-id <87h7lpnlpe.fsf@cbaines.net>
and subject line Re: [bug#45409] [PATCH 0/3] Move some (guix scripts 
substitute) code to two new modules
has caused the debbugs.gnu.org bug report #45409,
regarding [PATCH 0/3] Move some (guix scripts substitute) code to two new 
modules
to be marked as done.

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


-- 
45409: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45409
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/3] Move some (guix scripts substitute) code to two new modules Date: Thu, 24 Dec 2020 17:17:48 +0000 User-agent: mu4e 1.4.13; emacs 27.1
These commits are still a work in progress, but I think the changes look
pretty positive.



Christopher Baines (3):
  guix: Move narinfo code from substitute script to module.
  guix: Untangle (guix narinfo) from (guix scripts substitute).
  guix: Split (guix substitute) from (guix scripts substitute).

 Makefile.am                 |   2 +
 guix/narinfo.scm            | 325 +++++++++++++++
 guix/scripts/challenge.scm  |   3 +-
 guix/scripts/substitute.scm | 778 +-----------------------------------
 guix/scripts/weather.scm    |   3 +-
 guix/substitute.scm         | 527 ++++++++++++++++++++++++
 6 files changed, 875 insertions(+), 763 deletions(-)
 create mode 100644 guix/narinfo.scm
 create mode 100644 guix/substitute.scm

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#45409] [PATCH 0/3] Move some (guix scripts substitute) code to two new modules Date: Sat, 06 Mar 2021 00:57:01 +0000 User-agent: mu4e 1.4.15; emacs 27.1
I pushed the creation of the (guix substitutes) module as
112692c0d546d35cd67c5dc70dbd1dc609b18f64, so hopefully now it'll be
easier to improve substitute related things in Guix and things like the
Guix Build Coordinator that use this code.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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