unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#31633] [PATCH 0/7] Add 'with-extensions' for gexps
@ 2018-05-28 21:56 Ludovic Courtès
  2018-05-28 21:59 ` [bug#31633] [PATCH 1/7] gexp: Add 'with-extensions' Ludovic Courtès
  2018-06-01  7:37 ` [bug#31633] [PATCH 0/7] Add 'with-extensions' for gexps Danny Milosavljevic
  0 siblings, 2 replies; 10+ messages in thread
From: Ludovic Courtès @ 2018-05-28 21:56 UTC (permalink / raw)
  To: 31633

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

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

end of thread, other threads:[~2018-06-01 13:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-28 21:56 [bug#31633] [PATCH 0/7] Add 'with-extensions' for gexps Ludovic Courtès
2018-05-28 21:59 ` [bug#31633] [PATCH 1/7] gexp: Add 'with-extensions' Ludovic Courtès
2018-05-28 21:59   ` [bug#31633] [PATCH 2/7] pack: Use 'with-extensions' when referring to (guix docker) Ludovic Courtès
2018-05-28 21:59   ` [bug#31633] [PATCH 3/7] tests: ssh: Use 'with-extensions' Ludovic Courtès
2018-05-28 21:59   ` [bug#31633] [PATCH 4/7] bootloader: grub: Simplify 'svg->png' Ludovic Courtès
2018-05-28 21:59   ` [bug#31633] [PATCH 5/7] bootloader: grub: Use 'with-extensions' Ludovic Courtès
2018-05-28 21:59   ` [bug#31633] [PATCH 6/7] profiles: " Ludovic Courtès
2018-05-28 21:59   ` [bug#31633] [PATCH 7/7] vm: " Ludovic Courtès
2018-06-01  7:37 ` [bug#31633] [PATCH 0/7] Add 'with-extensions' for gexps Danny Milosavljevic
2018-06-01 13:42   ` bug#31633: " 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).