[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (dd9560a -> 3d33c93)
From: |
guix-commits |
Subject: |
branch master updated (dd9560a -> 3d33c93) |
Date: |
Fri, 19 Jul 2019 19:32:29 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from dd9560a gnu: glog: Disable test that fails on non-x86_64
platforms.
new ddc586e gnu: python-jupyter-client: Patch file name of 'ip'.
new a2a94b6 ui: 'warn-about-load-error' warns about file/module name
mismatches.
new 723bdb8 ui: 'warn-about-load-error' provides hints for unbound
variables.
new dd3779c gnu: Add emacs-zerodark-theme.
new 571f6e7 lint: Update tests to (guix lint) migration.
new 848ae71 lint: 'source' check no longer complains about
unavailable mirrors.
new 99b2042 lint: Add test for 'source'.
new 6dc28ad lint: Remove unused imports.
new 674b9df lint: source: Stop as soon as a valid URL is found.
new 3d33c93 lint: Use the 'warning' procedure for messages.
The 10 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/emacs-xyz.scm | 27 +++++++++++++++++++++++++++
gnu/packages/python-xyz.scm | 14 +++++++++++++-
guix/discovery.scm | 6 +++---
guix/lint.scm | 25 +++++++++++++++----------
guix/scripts/lint.scm | 7 +++----
guix/ui.scm | 41 +++++++++++++++++++++++++++++++++++++----
tests/guix-build.sh | 31 +++++++++++++++++++++++++++++--
tests/lint.scm | 31 ++++++++++++++++++++++++-------
8 files changed, 151 insertions(+), 31 deletions(-)
- branch master updated (dd9560a -> 3d33c93),
guix-commits <=
- 01/10: gnu: python-jupyter-client: Patch file name of 'ip'., guix-commits, 2019/07/19
- 03/10: ui: 'warn-about-load-error' provides hints for unbound variables., guix-commits, 2019/07/19
- 02/10: ui: 'warn-about-load-error' warns about file/module name mismatches., guix-commits, 2019/07/19
- 04/10: gnu: Add emacs-zerodark-theme., guix-commits, 2019/07/19
- 05/10: lint: Update tests to (guix lint) migration., guix-commits, 2019/07/19
- 06/10: lint: 'source' check no longer complains about unavailable mirrors., guix-commits, 2019/07/19
- 08/10: lint: Remove unused imports., guix-commits, 2019/07/19
- 07/10: lint: Add test for 'source'., guix-commits, 2019/07/19
- 10/10: lint: Use the 'warning' procedure for messages., guix-commits, 2019/07/19
- 09/10: lint: source: Stop as soon as a valid URL is found., guix-commits, 2019/07/19