[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: lint: Log diagnostics with 'info', not 'warning'.
From: |
guix-commits |
Subject: |
05/09: lint: Log diagnostics with 'info', not 'warning'. |
Date: |
Wed, 28 Aug 2019 12:53:12 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 8f67a76a544a9ff7b60de64d5619a63296c9553e
Author: Ludovic Courtès <address@hidden>
Date: Wed Aug 28 17:38:45 2019 +0200
lint: Log diagnostics with 'info', not 'warning'.
* guix/scripts/lint.scm (emit-warnings): Use 'info', not 'warning'.
This removes the unhelpful "warning:" prefix that commit
3d33c93cef67d88bdc9409959f3c1f3857af09cf introduced.
---
guix/scripts/lint.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm
index ee1c826..1668d02 100644
--- a/guix/scripts/lint.scm
+++ b/guix/scripts/lint.scm
@@ -46,9 +46,9 @@
(lambda (lint-warning)
(let ((package (lint-warning-package lint-warning))
(loc (lint-warning-location lint-warning)))
- (warning loc (G_ "~a@~a: ~a~%")
- (package-name package) (package-version package)
- (lint-warning-message lint-warning))))
+ (info loc (G_ "~a@~a: ~a~%")
+ (package-name package) (package-version package)
+ (lint-warning-message lint-warning))))
warnings))
(define (run-checkers package checkers)
- branch master updated (c6deb68 -> dae950c), guix-commits, 2019/08/28
- 02/09: swh: Correctly handle visits without a snapshot., guix-commits, 2019/08/28
- 08/09: remote, ssh: Show the command exit status upon failure., guix-commits, 2019/08/28
- 04/09: gnu: Add cedille., guix-commits, 2019/08/28
- 05/09: lint: Log diagnostics with 'info', not 'warning'.,
guix-commits <=
- 06/09: diagnostics: Avoid highlighting complete messages., guix-commits, 2019/08/28
- 03/09: gnu: agda-ial: Fix install step., guix-commits, 2019/08/28
- 01/09: swh: 'swh-download' prints debugging info., guix-commits, 2019/08/28
- 09/09: deploy: Do not quote error messages., guix-commits, 2019/08/28
- 07/09: gnu: emacs-evil-owl: Update to 0.0.1-2.e8fe5b2., guix-commits, 2019/08/28