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

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

[debbugs-tracker] bug#31633: closed ([PATCH 0/7] Add 'with-extensions' f


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31633: closed ([PATCH 0/7] Add 'with-extensions' for gexps)
Date: Fri, 01 Jun 2018 13:43:03 +0000

Your message dated Fri, 01 Jun 2018 15:42:23 +0200
with message-id <address@hidden>
and subject line Re: [bug#31633] [PATCH 0/7] Add 'with-extensions' for gexps
has caused the debbugs.gnu.org bug report #31633,
regarding [PATCH 0/7] Add 'with-extensions' for gexps
to be marked as done.

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


-- 
31633: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31633
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/7] Add 'with-extensions' for gexps Date: Mon, 28 May 2018 23:56:29 +0200
Hello Guix!

These patches add a ‘with-extensions’ form for gexps and then use it.
‘with-extensions’ is akin to ‘with-imported-modules’, except that it
lists “full-blown” Guile packages where modules are available under
/share/guile/site/2.2 etc.

This fixes a longstanding issue where using extensions in gexps would be
inconvenient to say the least.

Extensions can be thought of as a generalization of “imported modules”
in that the latter could be implemented in terms of the former.  Perhaps
we should do that eventually, though that means that ‘compiled-modules’
and ‘imported-modules’ will have to put files in /share/guile and
/lib/guile like “real” packages do.

Feedback welcome!

Ludo’.

Ludovic Courtès (7):
  gexp: Add 'with-extensions'.
  pack: Use 'with-extensions' when referring to (guix docker).
  tests: ssh: Use 'with-extensions'.
  bootloader: grub: Simplify 'svg->png'.
  bootloader: grub: Use 'with-extensions'.
  profiles: Use 'with-extensions'.
  vm: Use 'with-extensions'.

 .dir-locals.el          |   1 +
 doc/guix.texi           |  33 +++++
 gnu/bootloader/grub.scm |  19 +--
 gnu/build/svg.scm       |  11 +-
 gnu/system/vm.scm       |  93 +++++++-------
 gnu/tests/ssh.scm       | 262 ++++++++++++++++++++--------------------
 guix/docker.scm         |   6 +-
 guix/gexp.scm           | 168 +++++++++++++++++++-------
 guix/man-db.scm         |   6 +-
 guix/profiles.scm       |  60 +++++----
 guix/scripts/pack.scm   |  37 +++---
 tests/gexp.scm          |  86 +++++++++++++
 12 files changed, 477 insertions(+), 305 deletions(-)

-- 
2.17.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31633] [PATCH 0/7] Add 'with-extensions' for gexps Date: Fri, 01 Jun 2018 15:42:23 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hello,

Danny Milosavljevic <address@hidden> skribis:

> good idea.
>
> This series LGTM!

Thanks, I’ve pushed it now!

Ludo’.


--- End Message ---

reply via email to

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