From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 23 03:59:05 2024 Received: (at submit) by debbugs.gnu.org; 23 Sep 2024 07:59:05 +0000 Received: from localhost ([127.0.0.1]:43107 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ssdyL-0004Oc-4S for submit@debbugs.gnu.org; Mon, 23 Sep 2024 03:59:05 -0400 Received: from lists.gnu.org ([209.51.188.17]:45062) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ssdyH-0004OB-4o for submit@debbugs.gnu.org; Mon, 23 Sep 2024 03:59:03 -0400 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 1ssdvn-00008H-Aa for guix-patches@gnu.org; Mon, 23 Sep 2024 03:56:27 -0400 Received: from mail-wm1-x32b.google.com ([2a00:1450:4864:20::32b]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ssdvk-00061T-Cg for guix-patches@gnu.org; Mon, 23 Sep 2024 03:56:26 -0400 Received: by mail-wm1-x32b.google.com with SMTP id 5b1f17b1804b1-42cb60aff1eso40230495e9.0 for ; Mon, 23 Sep 2024 00:56:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1727078181; x=1727682981; darn=gnu.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:sender:from:to:cc:subject:date:message-id:reply-to; bh=cZGfFolfMKyyogZvmytRgnMVvr92sgUDE7C5lXePWd8=; b=IVpP8962Jju7ySRRxAbouzeB31mcO/IFDtV5Oc2vCWCxwO2f9W8FKZmcRuaOWxyi54 ZcxlhuQyMJ5iV7d+TOXEUPDx/JQiFpqxcGkG04eDRymvpkXIvT0wFKlzD2d5wDnc7U09 zz6iDpx/HDEEeh80/PVAhSeD3CLxY16cAyoCC62pyCMz1S8qUnbL8e0zdLMROhvotQMH IIa7l3XMGrvK3gaOHq0sqw3RhLcE9BFwE5dQbxDJW6zyw9DMxC7GU/PWRB8SXpVH2EbV Uv/EGObCOAhqIPgXAz4bTcD37kHVMZlAdljNa1GerOzgg/0oWxXJCNxRq/C3ghO3nT58 3ffg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727078181; x=1727682981; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:sender:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=cZGfFolfMKyyogZvmytRgnMVvr92sgUDE7C5lXePWd8=; b=fXmcC4mSsT0Wh/nU0L59BdIYRHfaxwDrWm0MG/8P7kONJfBiUy41lo5Eg51mBqCPie OmrN7CorfFFigftZHSbvGxwNLAMC18SnEiPL5qCeg//oc3spIKRb6A11t0ftpi+/gHc2 I17mhyrSt3nkKnm4BYQH8tk+OUl/CwdeHKTJonB9Fj1EbnYkHD3hIuU5ONSoSb8elHAz ZT5W/EGyHi7bK7JnZuTaOp4I4eOn9G6a/h3+1TdrhHpW7R+1BdnVSM7YR6CNcruLdsYA HZkFU2+OVLQccqJ+hJiJl7ATW3/VL2snhNLMfUtlsVH/OtMnD0Z4axWujyGkpsDWI16/ tT8g== X-Gm-Message-State: AOJu0Ywxl3yaBhnb23PqigcF9ff6xNs0OAVENcbHqBxTA+4RCN+E234l EhiVQRzUIPLKg1TOVEi9vk5fY9KGTKAIAetyJAVqx5fQ/KRYQ8cCbU5HRkU7 X-Google-Smtp-Source: AGHT+IGYP7YaUjkCQdQ7+EbfbcLsUYAF6p/8Eiv9Iz/YG/EULSZdyznacNVd7DaqspdEaL25SKJIFQ== X-Received: by 2002:a05:600c:3b18:b0:42c:b187:bdeb with SMTP id 5b1f17b1804b1-42e7c1a4676mr68295375e9.29.1727078180712; Mon, 23 Sep 2024 00:56:20 -0700 (PDT) Received: from localhost ([141.226.162.35]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-42e754a619dsm121373405e9.30.2024.09.23.00.56.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Sep 2024 00:56:20 -0700 (PDT) From: Efraim Flashner To: guix-patches@gnu.org Subject: [PATCH] lint: Check for minimal variants. Date: Mon, 23 Sep 2024 10:56:01 +0300 Message-ID: X-Mailer: git-send-email 2.46.0 MIME-Version: 1.0 X-Debbugs-Cc: Christopher Baines , Josselin Poiret , Ludovic Courtès , Mathieu Othacehe , Simon Tournier , Tobias Geerinckx-Rice Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a00:1450:4864:20::32b; envelope-from=efraim.flashner@gmail.com; helo=mail-wm1-x32b.google.com X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.201, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: submit Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) * guix/lint.scm (check-inputs-should-use-a-minimal-variant): New procedure. (%local-checkers): Add it. Change-Id: Ifbf808063e4e125c7070505a8a6215128d84b40b --- guix/lint.scm | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/guix/lint.scm b/guix/lint.scm index 7612832a5a6..8c6c20c7237 100644 --- a/guix/lint.scm +++ b/guix/lint.scm @@ -7,7 +7,7 @@ ;;; Copyright © 2016 Hartmut Goebel ;;; Copyright © 2017 Alex Kost ;;; Copyright © 2017, 2021 Tobias Geerinckx-Rice -;;; Copyright © 2017, 2018, 2020 Efraim Flashner +;;; Copyright © 2017, 2018, 2020, 2024 Efraim Flashner ;;; Copyright © 2018, 2019 Arun Isaac ;;; Copyright © 2020 Chris Marusich ;;; Copyright © 2020 Timothy Sample @@ -96,6 +96,7 @@ (define-module (guix lint) #:export (check-description-style check-inputs-should-be-native check-inputs-should-not-be-an-input-at-all + check-inputs-should-use-a-minimal-variant check-input-labels check-wrapper-inputs check-patch-file-names @@ -598,6 +599,21 @@ (define (check-inputs-should-not-be-an-input-at-all package) (package-input-intersection (package-direct-inputs package) input-names)))) +(define (check-inputs-should-use-a-minimal-variant package) + ;; Emit a warning if some inputs of PACKAGE should likely be replaced + ;; with their minimal variant. + (let ((input-names '("bash" + "cmake" + "gettext"))) + (map (lambda (input) + (make-warning + package + (G_ "'~a' should probably switched for its minimal variant") + (list input) + #:field 'inputs)) + (package-input-intersection (package-direct-inputs package) + input-names)))) + (define (check-input-labels package) "Emit a warning for labels that differ from the corresponding package name." (define (check input-kind package-inputs) @@ -1978,6 +1994,10 @@ (define %local-checkers (name 'inputs-should-not-be-input) (description "Identify inputs that shouldn't be inputs at all") (check check-inputs-should-not-be-an-input-at-all)) + (lint-checker + (name 'inputs-should-be-minimal) + (description "Identify inputs that should use their minimal variant") + (check check-inputs-should-use-a-minimal-variant)) (lint-checker (name 'input-labels) (description "Identify input labels that do not match package names") base-commit: 41e408eb1f93d96b549d345e2de74143220b7b76 -- Efraim Flashner רנשלפ םירפא GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 23 10:11:41 2024 Received: (at 73434) by debbugs.gnu.org; 23 Sep 2024 14:11:41 +0000 Received: from localhost ([127.0.0.1]:44507 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ssjmv-00009D-7H for submit@debbugs.gnu.org; Mon, 23 Sep 2024 10:11:41 -0400 Received: from mail-qk1-f195.google.com ([209.85.222.195]:61926) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ssjmt-00008x-EI for 73434@debbugs.gnu.org; Mon, 23 Sep 2024 10:11:40 -0400 Received: by mail-qk1-f195.google.com with SMTP id af79cd13be357-7a9af813f6cso434865285a.3 for <73434@debbugs.gnu.org>; Mon, 23 Sep 2024 07:11:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1727100611; x=1727705411; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=yMtj2753AER4TxLhMMk6s4NdhCL7iDbvkF9SNMt3Hng=; b=C+Tftbsz+FveYZNXPW5ecEJTnB0dFcWz+hQe9ZhBMBYNrIoqquR8ftEG3bmJOXACKn 15U+NiyarMBmWZnJ4ibcQ3o/3RHMy/T2lNEqis09mcUglL5Y/vIRjO0kgft6Fi53AjYT BeDrJamq1clHSTHJ88LQP4JT1CUe/jgfX1IV75rNyZimmlwXIGo76QY8f4shxbyEBmdz J9sjhpO5rIsqILP+3PFn67A0Ov5xlqxok+JQE7K5Z4y86oICvwjJ1adlmZmBh5TS+66M 8FcLwZd/mEDgYmwm1dD2J1JspYE23B2GoOdMuV71/ev7LrfflmI/TI06TCqdSr+pkCZV j4dQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727100611; x=1727705411; h=mime-version:user-agent:message-id:date:references:in-reply-to :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=yMtj2753AER4TxLhMMk6s4NdhCL7iDbvkF9SNMt3Hng=; b=bmgCGWbR/OZgy9Qnkd0qFghV+JtPQhIS9KEpUxyq9ro/Td3uQ+jQOQv+VcMjuPBXvB ozoO+ttYfiRoLUnvVpALViUE7icky70SisXV/PYTHHR7v5/u5/0ofKDDOUZ1/ScyfpSI ozgHqn+UF1PiPT0bLs1j8MFHt18gKErcRETfYnGGWqfC/EZgOyoTYBRMuh92PC3Uj3jq LxNFknxECCw20KnA/Z0UnblzSL5xtG0BHrf56Y9P7zQCi+QWcOyiAJ+JU26ElRGLoNdn sK9h9YUC6IBiEQOZEDUCry21OLxlSC+rn8BK0nd5Dk3dCLqVg550MeZIjxokxTZz6QTF gr6Q== X-Gm-Message-State: AOJu0Yxms5Z1EYz6r97gbgUvgHjjYx7bl0Ai5+AcOofnq2xA5OTXORYs QOjuhNTTWR+v6wQ+JZH8GUqrAx4ksGkefPBtv1/GmRnS0fLAnEVh X-Google-Smtp-Source: AGHT+IFtVeTF6NQf9z184QLOKQf+m0XE8fo4abew1RwSUw/HmLC/EOAnjjDcCtyWqfkNmM4EvtSuVg== X-Received: by 2002:a05:620a:2a02:b0:7a9:abee:992 with SMTP id af79cd13be357-7acb8e03cb4mr1978202385a.50.1727100610651; Mon, 23 Sep 2024 07:10:10 -0700 (PDT) Received: from gnus ([65.94.70.53]) by smtp.gmail.com with ESMTPSA id af79cd13be357-7acb08c1838sm489065885a.81.2024.09.23.07.10.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Sep 2024 07:10:09 -0700 (PDT) From: Suhail Singh To: Efraim Flashner Subject: Re: [bug#73434] [PATCH] lint: Check for minimal variants. In-Reply-To: (Efraim Flashner's message of "Mon, 23 Sep 2024 10:56:01 +0300") References: Date: Mon, 23 Sep 2024 10:09:58 -0400 Message-ID: <87h6a6ihqh.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 73434 Cc: Josselin Poiret , Simon Tournier , 73434@debbugs.gnu.org, Mathieu Othacehe , Ludovic =?utf-8?Q?Court=C3=A8s?= , Tobias Geerinckx-Rice , Christopher Baines X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.8 (/) Efraim Flashner writes: > +(define (check-inputs-should-use-a-minimal-variant package) > + ;; Emit a warning if some inputs of PACKAGE should likely be replaced > + ;; with their minimal variant. Should this have been a docstring instead? -- Suhail From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 24 03:18:13 2024 Received: (at 73434) by debbugs.gnu.org; 24 Sep 2024 07:18:13 +0000 Received: from localhost ([127.0.0.1]:45164 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sszoK-0006BO-Ld for submit@debbugs.gnu.org; Tue, 24 Sep 2024 03:18:13 -0400 Received: from mail-lj1-f174.google.com ([209.85.208.174]:50247) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sszoH-0006B8-Uv for 73434@debbugs.gnu.org; Tue, 24 Sep 2024 03:18:11 -0400 Received: by mail-lj1-f174.google.com with SMTP id 38308e7fff4ca-2f75c6ed428so51529491fa.0 for <73434@debbugs.gnu.org>; Tue, 24 Sep 2024 00:17:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1727162200; x=1727767000; darn=debbugs.gnu.org; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender:from:to :cc:subject:date:message-id:reply-to; bh=5C8TcJcbdbWaOBNMNZyR0mwcj0s29EsrDX0aSwzg4UY=; b=GxSdrkrgrrEfkLGgJ2fH3YdCQNvENmsfw7BNAb/J9Df79A4HfGJtwcK/EOApq4kaJn D/VICno5+iBtMot6IIhBFO0hNvDm+XZ92bIHEAfHDyQrq15bEYKqqGYMxE7ekpq5tnBP VKoJ9fjsxJHJV5RXwYK+SuHLOA2dZq2kCsgNdcN+Y6KJk5cqPjEcznwsMdx0xTw7WCZO BCToe14QDHyZXDwXIhMOAKEsYRVGCq3fkpWJthq3Xaruhg6f+VXZ5unKIQElHz/kij6X E1+J1KWvTqSJSAblXqT92HgR86oNO/oouoGm5sBZc2ZkyM7a6/h3/Lc24eVVVQJl4auU xM/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727162200; x=1727767000; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:cc:to:from:date:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=5C8TcJcbdbWaOBNMNZyR0mwcj0s29EsrDX0aSwzg4UY=; b=g2EV55D1UFrViP+j7sJ/4mSdSQhR74JPMN7dmms2Ew7uNGKXzLeie0UPusArGREvUm /PMummiLmtQ+jU7q+mj76rHbCv3XFmM9MyHmL/W/oYCR9RF0xKWlKnt0gQ8u9GcP9Dli 7I9kUgLUEXBpAklYpaaOlVwYmCkJKh/8bT6nxIIIMxT1qgkmlJ/orBZvsbcRNBM8WLr/ WEvkxW25+/IPLS5iXQ7XGF/qwS0CHDqA/kUj23sdHghK0wevf+uqMJLXlU+YfAWs8jgh v+bvjmwodno7aqkYO8n2hnHSkPS8By782lzzyyTOOrTTiEl13a86ekwYjANxSq61GU5c lrkg== X-Gm-Message-State: AOJu0Yxy6CpIl+5K44fK38NN9vJTz0b0TppecHsMdmpUEJO5WPj+v9MI 6/nNvTRS7VmMwMx31lxnhx22Xj8P33+0gZXmP6fpUajYSSitPX/1 X-Google-Smtp-Source: AGHT+IEo8xu48cc6U2oRboStmeFvRAB+9FkNN6I7nASagH3NsoXU0wNejYo0pO5tp0adsa/TfQcXpg== X-Received: by 2002:a05:651c:b26:b0:2ef:2f9e:dd1b with SMTP id 38308e7fff4ca-2f7cb2f69f8mr77793771fa.14.1727162199446; Tue, 24 Sep 2024 00:16:39 -0700 (PDT) Received: from localhost ([141.226.162.35]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-42e902c6725sm12399225e9.40.2024.09.24.00.16.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 24 Sep 2024 00:16:38 -0700 (PDT) Date: Tue, 24 Sep 2024 10:16:37 +0300 From: Efraim Flashner To: Suhail Singh Subject: Re: [bug#73434] [PATCH] lint: Check for minimal variants. Message-ID: Mail-Followup-To: Efraim Flashner , Suhail Singh , 73434@debbugs.gnu.org, Christopher Baines , Josselin Poiret , Ludovic =?utf-8?Q?Court=C3=A8s?= , Mathieu Othacehe , Simon Tournier , Tobias Geerinckx-Rice References: <87h6a6ihqh.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="0s3V39TIZuE/K81w" Content-Disposition: inline In-Reply-To: <87h6a6ihqh.fsf@gmail.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 0.2 (/) X-Debbugs-Envelope-To: 73434 Cc: Josselin Poiret , Simon Tournier , 73434@debbugs.gnu.org, Mathieu Othacehe , Ludovic =?utf-8?Q?Court=C3=A8s?= , Tobias Geerinckx-Rice , Christopher Baines X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.8 (/) --0s3V39TIZuE/K81w Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 23, 2024 at 10:09:58AM -0400, Suhail Singh wrote: > Efraim Flashner writes: >=20 > > +(define (check-inputs-should-use-a-minimal-variant package) > > + ;; Emit a warning if some inputs of PACKAGE should likely be replaced > > + ;; with their minimal variant. >=20 > Should this have been a docstring instead? I copied the procedure immediately above it and then made changes. Looking at the other procedures, yes, it looks like it should be a docstring. I've changed it locally. --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --0s3V39TIZuE/K81w Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmbyZ1UACgkQQarn3Mo9 g1GyFhAArxDuW2UDulnoYNqI59MdPNU6ENzy9zlY10nGROZahuwPlSpag9jF3WpK 7JFVl3iMLaMkVTy6vuy1rYZ6WogqIe4wR/JsW5EAQsfgjcXg7ZDmaR6Ujx6Ted9C X4TFaff2VH+Cdmw0xe9XJge5BphNNb1pSo7T8Tc1q+ush1JuqrzyFI08qa5f7G1z l4MDl3wdyTSVIJnbmpqlHHbQM6z/Yk3g7EM60nlW0+v3tcQ+opL/yfGWKnnz+9vy 0Rw5j4L134nu32ObZOPSQ06JstciaRK5qoao4T/l6OigKSq4PyOPG9l0t0vMP5KF gBX8PgeInvzWbZnkoDAeGSSwFi3i87JJobpRbm4+WO56AmE9qU7diNCbyPoLZrm6 /xgqf33PMFOQqZu55/bMTbDOzxbzecrqBhNbvIJqX9x45HcmNpnHKAx4xKjVsQmM /+X1ayulxXZOw4u2R51iaWBo5hCNbE5DL2VWJswpryrbPgEwTwfSm2AEVfY3RGSq CFzmhaycw1i5J17DIcCOZbAuIXoQk7d8KJK/S2Xl/dcC3F1Mq3jNaK5gYmtPBB6b 49E1tyw2I2UuuxxcrLD656zAE9UB1djSs69W/vmGjhO8Zc0vJbMkBeJGU4rJZ4Uh JubGct9M2QMtR4N+M6p7ci+k+tHfgb3nwtho2sOU5Z4Mj6TltTU= =Si6k -----END PGP SIGNATURE----- --0s3V39TIZuE/K81w-- From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 29 12:12:57 2024 Received: (at 73434-done) by debbugs.gnu.org; 29 Sep 2024 16:12:57 +0000 Received: from localhost ([127.0.0.1]:40948 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1suwXY-0006ul-Dn for submit@debbugs.gnu.org; Sun, 29 Sep 2024 12:12:56 -0400 Received: from mail-wr1-f45.google.com ([209.85.221.45]:49528) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1suwXW-0006uO-Q6 for 73434-done@debbugs.gnu.org; Sun, 29 Sep 2024 12:12:55 -0400 Received: by mail-wr1-f45.google.com with SMTP id ffacd0b85a97d-37ccf0c0376so2014009f8f.3 for <73434-done@debbugs.gnu.org>; Sun, 29 Sep 2024 09:12:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1727626277; x=1728231077; darn=debbugs.gnu.org; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date:sender:from:to:cc :subject:date:message-id:reply-to; bh=mXgGXeLik1k0lI/A9LyEam6tIONP3G6wIVcNi56Ch9s=; b=nP8acFfUG7s7c2dft9v/+eMZKo+QMdLfFSCeHGWaMYxqli0g8hFR3j6PM9+JVsvcZ3 tRY1opjjx/y28EnwwiGa0Gj0N08A8xgYlJmWqqz5Qmf+we4cE0s8EINSAPOx3XvSSniK RK/T7Q34awkxID/QsmhdBEVUo8ILqyJAFzAXgtC2a6m41qboOLr+Guq6xoMNNfTIjwQM tFk52IxXzxGELsCPwJ4XMvxSvv7V9OoFytvzBlHQlFNr/ix1QgwsLqqwTcr+RPS11wN6 zATjz0KCG+S081NyhPWbXO4hjL+vPpfeOtSBC96yE7HGaPJApqlEqF82QH1OQA5i76s9 rODw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1727626277; x=1728231077; h=in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date:sender :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=mXgGXeLik1k0lI/A9LyEam6tIONP3G6wIVcNi56Ch9s=; b=k57DGrO7CBnxx5b+Y0QgzORsMyTUiMk21dive6MVvxE8onkmQt8xMd+6JmZU3FLjbi Tqp2KaSvMxgpRaFC5va9vYB7scEL2Cr4LfBwoYVhyfs2FpYL5CFuYe1DQxCtHDCPbxXx pWTquYgS8fegk2+gTXCo/wVk0gVQhsH6RUHdPlXkb+YKZ/6k/0L/1Kpqi6FQZpGbYNX6 nbmNB/8kQkMVwaF17Tdru9B8S0rijr+7HqI2UaSfybbHtE5aLGg7EQitT/AcjSLISzQq T2srXPIvRbHAnYpife9L8ewww7VjlrJN3HxxtNIqCtc0EznSo8akbsiVGLlntPfoQH8+ bVJQ== X-Gm-Message-State: AOJu0Yw7cCdNzDPcmF6EDDLwSLWknNFT2VKEUEGhQn06xBTRsE8QlBa8 f+OYYhxldBixs25+TuHb4rNTHd9IaJLVkuAC19txSHwbiQleVuYfoqvx/Kn+ X-Google-Smtp-Source: AGHT+IGN7iOBGCwF2Uqw35PtLXdYTeDsaIskGspeCzvytmc7O/+xdSublAdmD2CjQoHUZvCF1iEwDA== X-Received: by 2002:adf:e64f:0:b0:375:c4c7:c7ac with SMTP id ffacd0b85a97d-37cd5b07399mr4647044f8f.49.1727626277146; Sun, 29 Sep 2024 09:11:17 -0700 (PDT) Received: from localhost ([141.226.162.35]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-37cd564d33dsm7171109f8f.19.2024.09.29.09.11.16 for <73434-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 29 Sep 2024 09:11:16 -0700 (PDT) Date: Sun, 29 Sep 2024 19:11:15 +0300 From: Efraim Flashner To: 73434-done@debbugs.gnu.org Subject: Re: bug#73434: Acknowledgement ([PATCH] lint: Check for minimal variants.) Message-ID: Mail-Followup-To: Efraim Flashner , 73434-done@debbugs.gnu.org References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="FVt7a2bJLcdtfzhl" Content-Disposition: inline In-Reply-To: X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 73434-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --FVt7a2bJLcdtfzhl Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patch pushed --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --FVt7a2bJLcdtfzhl Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmb5fCMACgkQQarn3Mo9 g1Fsag//X4k/sJjslz8P9hjD8mVzJkV7+2j6L1XBWQhya240+TRFKz/JtamcTDZp 9Tmo5xS/v+U8JbDj1Wpav0GC5jl7sytQO2aIA6MByHos24avGedriClYz6eWh0Ge Om8I/Xyb8SkjvAIChMiTVWXG1CBo+fdrRL5/nbyYCph83y3GNZrH5iuuHzytnOxh JC+8dfOn+w4ooUGQj0tgXvO798ZXu33iGvH5HEQNMboT2oloIm/OLs9DlsohjZVO zyxU+DL7MII7wzjq0jaEni5FT5v5cIz4EOVGbCOILO33wbsOTGlgo4g3BM1LhLl4 QSV+FIkKvGsLbz0OueVY46k3uJoQMYnLEwVVkqYLTjk923ja31AuzjoJD9GL0ZAg Xq1egVGFnYuZPBrhZYD/AHBn9uCuRZl/IGdyf2rOugsDxTB++fiehSiiBXD+PJaL JUFwNWP+zd5XGByAKevUIx/q23kBy7B4gh/o3zab+AW5N5az8/u1vHWMMNSd1SIp vdnwjZwcv6Ea1mv5eVJMZnxGY85YRm8X8D+B9/5veVL9cEcmcSR1+ulhcy/i/DO2 Gthzza8oVTKFkOgzVhfyPTKy+mjqehKlpyOgPsURm16qkfW3QsKhVIHRCht8R7n6 H/dIl+JQTvnBiTi3tOcoKicy6MYe0xlAUsRvZo9vEKnGkQigGBc= =7Alv -----END PGP SIGNATURE----- --FVt7a2bJLcdtfzhl-- From unknown Mon Sep 08 15:20:47 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 28 Oct 2024 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator