[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (a2f6f3b -> 7b3f56f)
From: |
guix-commits |
Subject: |
branch master updated (a2f6f3b -> 7b3f56f) |
Date: |
Mon, 23 Sep 2019 17:41:41 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from a2f6f3b gnu: r-gplots: Fix typo.
new 4f8c29a show, search: Add '--load-path'.
new 7abd599 repl, marionette: 'self-quoting?' matches keywords.
new 24ab804 gexp: Catch and report non-self-quoting gexp inputs.
new 7b7e5b8 gexp: Remove unused procedure.
new 46e552c services: cuirass: Remove unneeded conditional.
new 46a9d88 gnu: cuirass: Update to d27ff21.
new 7b3f56f pull: Use ~/.cache/guix/checkouts instead of
~/.cache/guix/pull.
The 7 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:
gnu/packages/ci.scm | 6 +--
gnu/services/cuirass.scm | 120 +++++++++++++++++++++++------------------------
gnu/tests.scm | 7 ++-
guix/gexp.scm | 26 +++++-----
guix/repl.scm | 6 +--
guix/scripts/pull.scm | 4 +-
guix/scripts/search.scm | 11 ++++-
guix/scripts/show.scm | 11 ++++-
tests/gexp.scm | 7 +++
9 files changed, 107 insertions(+), 91 deletions(-)
- branch master updated (a2f6f3b -> 7b3f56f),
guix-commits <=
- 02/07: repl, marionette: 'self-quoting?' matches keywords., guix-commits, 2019/09/23
- 03/07: gexp: Catch and report non-self-quoting gexp inputs., guix-commits, 2019/09/23
- 06/07: gnu: cuirass: Update to d27ff21., guix-commits, 2019/09/23
- 04/07: gexp: Remove unused procedure., guix-commits, 2019/09/23
- 05/07: services: cuirass: Remove unneeded conditional., guix-commits, 2019/09/23
- 07/07: pull: Use ~/.cache/guix/checkouts instead of ~/.cache/guix/pull., guix-commits, 2019/09/23
- 01/07: show, search: Add '--load-path'., guix-commits, 2019/09/23