[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: lint: Adjust 'swh-error exception handler.
From: |
guix-commits |
Subject: |
08/08: lint: Adjust 'swh-error exception handler. |
Date: |
Mon, 29 Jun 2020 18:19:18 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit d2fde340adf197cc42bc4e0187deaf3a7bd3968d
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Jun 30 00:17:22 2020 +0200
lint: Adjust 'swh-error exception handler.
* guix/lint.scm (check-archival): Change first clause to match only
'swh-error keys.
---
guix/lint.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/lint.scm b/guix/lint.scm
index fa50754..8a4d27c 100644
--- a/guix/lint.scm
+++ b/guix/lint.scm
@@ -1208,7 +1208,7 @@ Heritage")
'())))
'()))))
(match-lambda*
- ((key url method response)
+ (('swh-error url method response)
(response->warning url method response))
((key . args)
(if (eq? key skip-key)
- branch master updated (3e51f9e -> d2fde34), guix-commits, 2020/06/29
- 01/08: build-system/r: bioconductor-uri: Fix archive URL., guix-commits, 2020/06/29
- 02/08: pack: Dereference symlinks when looking for executables., guix-commits, 2020/06/29
- 04/08: gnu: python-imageio: Update home-page, synopsis and description., guix-commits, 2020/06/29
- 08/08: lint: Adjust 'swh-error exception handler.,
guix-commits <=
- 03/08: gnu: gcc-toolchain: Remove "glibc:debug" and "glibc:static" from "out"., guix-commits, 2020/06/29
- 06/08: gnu: geeqie: Update to 1.5., guix-commits, 2020/06/29
- 07/08: swh: Adjust for Guile-JSON 4.0 null handling., guix-commits, 2020/06/29
- 05/08: gnu: darktable: Add dependency on GMIC and OpenCL headers., guix-commits, 2020/06/29