From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id 2F+jOGP95mV2FgEAqHPOHw:P1 (envelope-from ) for ; Tue, 05 Mar 2024 12:09:24 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id 2F+jOGP95mV2FgEAqHPOHw (envelope-from ) for ; Tue, 05 Mar 2024 12:09:24 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=qarYui+8; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1709636963; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=jE72jc8CNzz9m9Fcp3dz6S+FjFst2TTCXkUasSQYmuc=; b=QF6lw1V77aAVGU1igu6daPYJ1jRubfnXtlWTnmneW2++ILy8Mr7fCRAeI1xDr0AZwnZJrt hKEKLIisXsXcyvuP2ARPoPgoCIYby5ox4VMNo5KnGdW/cjU26sMy6bGxFxcFfQveNyvJ2R Pfv7ZTl4ynN8Br/3z8iL9UvHdu9zm181CqDGfyzBkseH33IzaZaAeVqrVKQ/HCSqfsGjhA 3IoQrrTX9WQtuLSUaPUPrEFymcrf5spUoC9RatRPfa1oNRhg0VYcFzUBXgqSL9eVl8ug+q wsdtCgzwEIbqd//IBIddn8LJ1p3geHDfAIwhdlaaCK+lVDSP1f/USsRDdworSw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=qarYui+8; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1709636963; a=rsa-sha256; cv=none; b=DJEaMupapCOzuRIM1fn0mxHybSRapkD2Xekue2qKC93j1JsQBQe76PwzzgTmTf2QOkVEXN LYToEi8sv3Mzsq0Q+1yvY5vf0xB8QGUaKZ2/5wmL0RCn8DRdu5hWj4zEZCegQaMnMj70+b 6g93MKAeplqIQRLhqAfbER3Usy2IERlWdkljP3RLZRCcYZq6T46k6YD+e45XrDKnvDwiGO kRuDdmrZvhuysgI0b7vFR3HOSKj/w9qGgCXPtKBcZRCMGvgw3Nrdevo/HACATS4dTP3L+7 EoBaZAjOoXjbDq3t9CkuB9ThRO5eeE6N24KTDtwA2IRvXouw+rZFyvND0Fe8dw== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D53A322C12 for ; Tue, 5 Mar 2024 12:09:23 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rhSei-0002zp-4J; Tue, 05 Mar 2024 06:08:20 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rhSe1-0001yM-HI for guix-patches@gnu.org; Tue, 05 Mar 2024 06:07:38 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rhSdz-000329-UP; Tue, 05 Mar 2024 06:07:36 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rhSeR-00007I-Ch; Tue, 05 Mar 2024 06:08:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#69328] [PATCH v2 01/12] lint: Switch to SRFI-71. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix@cbaines.net, dev@jpoiret.xyz, ludo@gnu.org, othacehe@gnu.org, rekado@elephly.net, zimon.toutoune@gmail.com, me@tobias.gr, guix-patches@gnu.org Resent-Date: Tue, 05 Mar 2024 11:08:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 69328 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69328@debbugs.gnu.org Cc: Timothy Sample , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Christopher Baines , Josselin Poiret , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Mathieu Othacehe , Ricardo Wurmus , Simon Tournier , Tobias Geerinckx-Rice X-Debbugs-Original-Xcc: Christopher Baines , Josselin Poiret , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Mathieu Othacehe , Ricardo Wurmus , Simon Tournier , Tobias Geerinckx-Rice Received: via spool by 69328-submit@debbugs.gnu.org id=B69328.1709636873315 (code B ref 69328); Tue, 05 Mar 2024 11:08:03 +0000 Received: (at 69328) by debbugs.gnu.org; 5 Mar 2024 11:07:53 +0000 Received: from localhost ([127.0.0.1]:46379 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rhSeG-00004t-1D for submit@debbugs.gnu.org; Tue, 05 Mar 2024 06:07:52 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40868) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rhSeD-0008Vq-PY for 69328@debbugs.gnu.org; Tue, 05 Mar 2024 06:07:50 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rhSdd-0002uL-Tp; Tue, 05 Mar 2024 06:07:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=jE72jc8CNzz9m9Fcp3dz6S+FjFst2TTCXkUasSQYmuc=; b=qarYui+8mw2peqwH+yOa /552Xfdde6o71FXLrMXKre9N6k+FCXqQBPfgEiS2b3X7PP1nFFtdsqv22fp/whDHnOOk17vf/LooT JaPHQJiWrlzn9VQI2NluuxsMkzJRFESQenMj14zZmxyagXMV7nVAXVOCXuDRu2dGE5dIAzCDp48gG lEcomUA0yrDy1q0x0eTM3WrcAMpSDnRNmvI+4xgdjEejzazD4vOQg62wseFKC1vm4+jQsRoJQaNzI kgWvrx/qE2pkSbt0uaUlvk05f7vA18wrE5eI8G1S9h617RurZNSVMHu8uo2j2juvv6IYfKOLoHu5h 7r2fRTPt4hU68A==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Tue, 5 Mar 2024 12:06:49 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: <87o7btc5du.fsf@gnu.org> References: <87o7btc5du.fsf@gnu.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx10.migadu.com X-Migadu-Spam-Score: -2.31 X-Spam-Score: -2.31 X-Migadu-Queue-Id: D53A322C12 X-TUID: +tSMzN+XhxdK * guix/lint.scm: Switch from SRFI-11 to SRFI-71. Change-Id: I62e6cd304ad73570bd12bd67f7051566205596bb --- guix/lint.scm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/guix/lint.scm b/guix/lint.scm index c95de85e69..84df171045 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -84,10 +84,10 @@ (define-module (guix lint) #:use-module (srfi srfi-1) #:use-module (srfi srfi-6) ;Unicode string ports #:use-module (srfi srfi-9) - #:use-module (srfi srfi-11) #:use-module (srfi srfi-26) #:use-module (srfi srfi-34) #:use-module (srfi srfi-35) + #:use-module (srfi srfi-71) #:use-module (ice-9 rdelim) #:export (check-description-style check-inputs-should-be-native @@ -823,8 +823,8 @@ (define* (probe-uri uri #:key timeout) ;; Return RESPONSE, unless the final response as we follow ;; redirects is not 200. (if location - (let-values (((status response2) - (loop location (cons location visited)))) + (let ((status response2 (loop location + (cons location visited)))) (case status ((http-response) (values 'http-response @@ -926,8 +926,7 @@ (define (tls-certificate-error-string args) (define (validate-uri uri package field) "Return #t if the given URI can be reached, otherwise return a warning for PACKAGE mentioning the FIELD." - (let-values (((status argument) - (probe-uri uri #:timeout 3))) ;wait at most 3 seconds + (let ((status argument (probe-uri uri #:timeout 3))) ;wait at most 3 seconds (case status ((http-response) (cond ((= 200 (response-code argument)) -- 2.41.0