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

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

[debbugs-tracker] bug#33405: closed ([PATCH 00/10] De-monadify and clean


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33405: closed ([PATCH 00/10] De-monadify and clean up system code)
Date: Sun, 18 Nov 2018 22:43:01 +0000

Your message dated Sun, 18 Nov 2018 23:42:05 +0100
with message-id <address@hidden>
and subject line Re: [bug#33405] [PATCH 00/10] De-monadify and clean up system 
code
has caused the debbugs.gnu.org bug report #33405,
regarding [PATCH 00/10] De-monadify and clean up system code
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
33405: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33405
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 00/10] De-monadify and clean up system code Date: Fri, 16 Nov 2018 10:21:03 +0100
Hello Guix!

Here’s a South-hemisphere spring cleanup of the system code.  Mostly it
removes monadic forms here and there, which in turn simplifies the code
and reduces the number of lines (yay!).

There’s one user-visible change: ‘base-initrd’ and ‘raw-initrd’ are no
longer monadic, so people who were using them in their ‘initrd’ field
can be bitten by this incompatible.  I think it’s OK though, because
in practice people either no longer use the ‘initrd’ field now that
there’s ‘initrd-modules’, or if they use ‘initrd’, they simply tail-call
to ‘raw-initrd’ or ‘base-initrd’, in which case the type of its return
value doesn’t matter much.

Thoughts?

Thanks,
Ludo’.

Ludovic Courtès (10):
  bootloader: De-monadify configuration file generators.
  system: Simplify kernel argument handling.
  linux-initrd: Return file-like objects instead of monadic values.
  system: De-monadify 'operating-system-boot-parameters'.
  system: Please Emacs.
  system: De-monadify 'operating-system-bootcfg'.
  vm: Remove explicit calls to 'operating-system-derivation'.
  guix system: Simplify bootloader package handling.
  guix system: De-monadify bootloader installation script.
  guix system: Clarify 'perform-action'.

 doc/guix.texi               |  14 +--
 gnu/bootloader/extlinux.scm |   6 +-
 gnu/bootloader/grub.scm     | 104 +++++++++----------
 gnu/bootloader/u-boot.scm   |   5 -
 gnu/system.scm              | 162 ++++++++++++++---------------
 gnu/system/linux-initrd.scm |  13 ++-
 gnu/system/vm.scm           | 202 +++++++++++++++++-------------------
 guix/scripts/system.scm     |  89 ++++++++--------
 8 files changed, 285 insertions(+), 310 deletions(-)

-- 
2.19.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#33405] [PATCH 00/10] De-monadify and clean up system code Date: Sun, 18 Nov 2018 23:42:05 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hello,

Thanks Danny & Mathieu for your feedback!  Pushed as
ab6caf4f1d94a5e8f58cbdfde15d7bef77eb25c4.

Ludo’.


--- End Message ---

reply via email to

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