guix-commits
[Top][All Lists]
Advanced

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

branch master updated (6185732 -> f896abc)


From: guix-commits
Subject: branch master updated (6185732 -> f896abc)
Date: Mon, 21 Jan 2019 17:21:46 -0500 (EST)

civodul pushed a change to branch master
in repository guix.

      from  6185732   gnu: fortune-mod: Skip failing tests.
       new  1b7dd99   deprecation: Add 'define-deprecated/alias'.
       new  3a0b2c6   deprecation: Send warnings to (current-error-port) by 
default.
       new  de9fbe9   store: Rename <nix-server> to <store-connection>.
       new  f9e8a12   store: Rename '&nix-error' to '&store-error'.
       new  f61e6e5   tests: Adjust for removal of 'device' field in 
<bootloader-configuration>.
       new  f896abc   gnu: emacs-nix-mode: Move to emacs-xyz.scm.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build-aux/run-system-tests.scm      |   2 +-
 doc/guix.texi                       |   2 +-
 gnu/packages/emacs-xyz.scm          |  24 ++++
 gnu/packages/package-management.scm |  26 ----
 guix/deprecation.scm                |  24 +++-
 guix/derivations.scm                |   2 +-
 guix/grafts.scm                     |   2 +-
 guix/inferior.scm                   |  12 +-
 guix/scripts/challenge.scm          |   2 +-
 guix/scripts/graph.scm              |   2 +-
 guix/scripts/lint.scm               |   4 +-
 guix/scripts/offload.scm            |   6 +-
 guix/serialization.scm              |   2 +-
 guix/ssh.scm                        |  12 +-
 guix/store.scm                      | 232 +++++++++++++++++++++---------------
 guix/tests.scm                      |   2 +-
 guix/ui.scm                         |  10 +-
 tests/derivations.scm               |  42 +++----
 tests/gexp.scm                      |   4 +-
 tests/guix-daemon.sh                |   8 +-
 tests/guix-system.sh                |   6 +-
 tests/packages.scm                  |   2 +-
 tests/store.scm                     |  46 +++----
 23 files changed, 268 insertions(+), 206 deletions(-)



reply via email to

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