all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: guix-devel <guix-devel@gnu.org>
Subject: Re: gexps and ‘with-imported-modules’
Date: Tue, 12 Jul 2016 22:58:54 +0200	[thread overview]
Message-ID: <87inwao9o1.fsf@gnu.org> (raw)
In-Reply-To: <87oa6ebby5.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 04 Jul 2016 00:20:50 +0200")

Hi!

ludo@gnu.org (Ludovic Courtès) skribis:

> The ‘wip-gexp-imported-modules’ branch changes gexps so that each gexp
> embeds information about which modules need to be imported into its
> execution environment.

Merged!

This changes the ABI of (guix gexp) and (guix packages) so you need to:

  make clean-go && make

Please report any test suite failure or bug.

The change is mostly neutral in terms of lines of code:

--8<---------------cut here---------------start------------->8---
$ git diff affd7761f3b38f7d5670a4e91fefef72174621cc..1929fdba80ab2432d0a9c27633c94a79fb3bb170 |diffstat
 .dir-locals.el                 |    1 
 doc/guix.texi                  |   74 ++++--
 emacs/guix-devel.el            |    2 
 gnu/packages/engineering.scm   |    4 
 gnu/packages/wm.scm            |    1 
 gnu/services.scm               |  100 +++-----
 gnu/services/base.scm          |  151 ++++++-------
 gnu/services/dbus.scm          |   37 +--
 gnu/services/desktop.scm       |   65 ++---
 gnu/services/networking.scm    |   50 ++--
 gnu/services/shepherd.scm      |   41 +--
 gnu/services/xorg.scm          |   38 +--
 gnu/system.scm                 |    3 
 gnu/system/install.scm         |  105 ++++-----
 gnu/system/linux-container.scm |   49 ++--
 gnu/system/linux-initrd.scm    |  170 +++++++-------
 gnu/system/locale.scm          |    8 
 gnu/system/mapped-devices.scm  |   30 +-
 gnu/system/shadow.scm          |   64 ++---
 gnu/system/vm.scm              |  152 ++++++-------
 gnu/tests.scm                  |  112 ++++-----
 gnu/tests/base.scm             |  468 ++++++++++++++++++++---------------------
 gnu/tests/install.scm          |   68 ++---
 guix/cvs-download.scm          |   20 -
 guix/download.scm              |   57 ++--
 guix/gexp.scm                  |  133 +++++++----
 guix/git-download.scm          |   36 +--
 guix/hg-download.scm           |   22 -
 guix/packages.scm              |  185 +++++++---------
 guix/profiles.scm              |  378 ++++++++++++++++-----------------
 guix/scripts/system.scm        |    2 
 guix/svn-download.scm          |   22 -
 tests/gexp.scm                 |  100 ++++++--
 tests/grafts.scm               |   16 -
 tests/packages.scm             |    1 
 35 files changed, 1424 insertions(+), 1341 deletions(-)
--8<---------------cut here---------------end--------------->8---

I was expecting a slight SLOC decrease, but I’m happy nonetheless.  ;-)

Ludo’.

      parent reply	other threads:[~2016-07-12 20:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-03 22:20 gexps and ‘with-imported-modules’ Ludovic Courtès
2016-07-04  7:45 ` Alex Kost
2016-07-04 13:39   ` Ludovic Courtès
2016-07-12 20:58 ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87inwao9o1.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.