From unknown Mon Jun 23 13:13:35 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#68898] [PATCH] gnu: misspell: Add missing input. Resent-From: Troy Figiel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 02 Feb 2024 21:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 68898 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 68898@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170691029921471 (code B ref -1); Fri, 02 Feb 2024 21:45:02 +0000 Received: (at submit) by debbugs.gnu.org; 2 Feb 2024 21:44:59 +0000 Received: from localhost ([127.0.0.1]:45614 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rW1LH-0005aF-G2 for submit@debbugs.gnu.org; Fri, 02 Feb 2024 16:44:59 -0500 Received: from lists.gnu.org ([2001:470:142::17]:34374) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rW1LD-0005Zy-Pn for submit@debbugs.gnu.org; Fri, 02 Feb 2024 16:44:58 -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 1rW1Kx-0006f1-1O for guix-patches@gnu.org; Fri, 02 Feb 2024 16:44:39 -0500 Received: from mout-p-102.mailbox.org ([2001:67c:2050:0:465::102]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rW1Kv-0001ZJ-AZ for guix-patches@gnu.org; Fri, 02 Feb 2024 16:44:38 -0500 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4TRTnW24wYz9sjZ for ; Fri, 2 Feb 2024 22:44:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1706910271; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=xIdfvKz7Psfwx+kCRkwpy2XjjdBgYTGNI3vMExqk8Ig=; b=F+tZjZt5p7xVJtrjY3REtH/Tb9NhXoqZDf5Lzjkemo2zQdGO5Rqi/1R1ce9KosOlqZZOSc j3RSnaevad9II5TcEySIuaI59wzXctaYkQeU60vsEIZt3kHynqlSUI4E5NIwt8vcsV+LWe Vpegbh6hEKBSkq0yQtIVVPURVJ10gInP7VKvp4cn0VcSAgPBERUCT0Qk27NeI9ZxbVeJT2 LXnxHMfcorrajzUOJr/i7macXHyQwanXW/Lm/cus3EbcM7M527CXcHtR8w+q0eXMXHdKEf ACYvkr1cyGieDBArOc+ZKF4yXKZAx5q1Qi2x96x0l9rkSDcrDB71YCGWGBNV5g== From: Troy Figiel Date: Fri, 2 Feb 2024 22:29:03 +0100 Message-ID: <87ttmq7d8h.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:67c:2050:0:465::102; envelope-from=troy@troyfigiel.com; helo=mout-p-102.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) 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.0 (/) * gnu/packages/golang.scm (misspell)[propagated-inputs]: Add go-github-com-gobwas-glob. --- gnu/packages/golang.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 014ca01602..bcf7e45717 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -5254,6 +5254,7 @@ (define-public misspell 'build) `(,@arguments #:import-path "github.com/client9/misspell/cmd/misspell"))))))) + (propagated-inputs (list go-github-com-gobwas-glob)) (home-page "https://github.com/client9/misspell") (synopsis "Correct commonly misspelled English words in source files") (description base-commit: f45d05133472a9da13eae20ba4a676c696682c90 -- 2.42.0 From unknown Mon Jun 23 13:13:35 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Troy Figiel Subject: bug#68898: closed ([PATCH] gnu: misspell: Add missing input.) Message-ID: References: <87v872v8dc.fsf@gmail.com> <87ttmq7d8h.fsf@troyfigiel.com> X-Gnu-PR-Message: they-closed 68898 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 68898@debbugs.gnu.org Date: Mon, 05 Feb 2024 22:46:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1707173162-11015-1" This is a multi-part message in MIME format... ------------=_1707173162-11015-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #68898: [PATCH] gnu: misspell: Add missing input. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 68898@debbugs.gnu.org. --=20 68898: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D68898 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1707173162-11015-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 68898-done) by debbugs.gnu.org; 5 Feb 2024 22:45:09 +0000 Received: from localhost ([127.0.0.1]:52560 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX7i8-0002qX-N0 for submit@debbugs.gnu.org; Mon, 05 Feb 2024 17:45:08 -0500 Received: from mail-wm1-x336.google.com ([2a00:1450:4864:20::336]:50305) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rX7i7-0002qK-GB for 68898-done@debbugs.gnu.org; Mon, 05 Feb 2024 17:45:08 -0500 Received: by mail-wm1-x336.google.com with SMTP id 5b1f17b1804b1-40fc549ab9bso32411105e9.0 for <68898-done@debbugs.gnu.org>; Mon, 05 Feb 2024 14:44:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707173089; x=1707777889; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=jZwBdGIcPvZMik8L7B71TfYLHGlKYYFMWiFPQT6otww=; b=maAcDLEaE346lrFGA2tVhrTvt+JzWMEWPqxJKI1kAUiz6PBJt0JNRnZAtnqalo40oZ agze5uqqsh1aKjvtLJjtduYsGPUVw0QqEcWwD92oEOvzDHv91UMh+KUY8kvS7ukSR6Jg mfubxhvYbWcojcMo6zFN1BXrrg2JaaNuu1JQMmVHXqDHJN9H3wKXFyHS60MXY4XYMKYV Jf/7PHSZWz9GHTikedv6r3kPiZo7D6TmQiEoVcUhaHC9ch0Zzz6I1jP5Jirvxoh2h5BY QQuGWy90Qj7Ah+fkCHgRDAinrOZwjoCy/RgBx1eE3UwEMqj8vIBY13zEWuwg0uPkhRL5 g9nA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707173089; x=1707777889; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=jZwBdGIcPvZMik8L7B71TfYLHGlKYYFMWiFPQT6otww=; b=lyYbHGdPYsgeejGH9ykXsmbGhrhuNlPE0dCJ6bLu3S0zu9Kptq/V2nmo1sNcyOqFMs y/VW9WCdBWkcf/NqU+joUI1IL3x4XR5lD0RGQKDUjveiloZ+BO+K4fRPgk2FKLNIIzLI cCU7tBegTkZCQrbSZmD9vQddrIk57ehWuDfd3kP8y1MG8mGfRHl7YfNh49wTLsJyRMb2 5Rsaiki0z0le2mA6Yy5kj/kfHCE0RJig4sC8TjSt0KY1wrtQhwvROpvyiEP3IwSVdi93 18n7+ZTHbFRZir/vGKvTlMykX14Id5/kNqr74wmDrEnH9+ZjT5Z1AQ08BcXfaD4m9RT1 mfhQ== X-Gm-Message-State: AOJu0YyPuGhsciGUOqw1Nxrfbzs29W4HXZfJtbi/2P4UXMxIq0TLgokT RzNAW47R3cZmxWi+JjrspPzMT9KQjoVsZ7xZdSHOwWbkk47sODDqMjbMvd58I2s= X-Google-Smtp-Source: AGHT+IGYnvs9oSIFwZ317oKUFL1QdiO97suEa++fUPu+XTxy7crPGy0UMokK/KLhHqhLELH/DRdkCw== X-Received: by 2002:a05:600c:190e:b0:40e:4932:3995 with SMTP id j14-20020a05600c190e00b0040e49323995mr863148wmq.14.1707173088726; Mon, 05 Feb 2024 14:44:48 -0800 (PST) Received: from guxtil (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net. [82.25.93.113]) by smtp.gmail.com with ESMTPSA id m9-20020a05600c3b0900b0040fd0f7d267sm1106391wms.44.2024.02.05.14.44.48 for <68898-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 05 Feb 2024 14:44:48 -0800 (PST) From: Sharlatan Hellseher To: 68898-done@debbugs.gnu.org Subject: [PATCH] gnu: misspell: Add missing input. Date: Mon, 05 Feb 2024 22:44:47 +0000 Message-ID: <87v872v8dc.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 68898-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.0 (-) --=-=-= Content-Type: text/plain Hi, Pushed as f33473e7b215d2b6d00532565dc49cbf183cb2de to master. Thanks, Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmXBZN8ACgkQdtcnv/Ys 0rXweg//SHhGH4hqbsigNla7/DFRR4oP/nhVyIFzFWQMkzjfnidkjey1AucCgjP3 0i3nZRSCPLd2cip9LD5t9PJMo9n5mKQHCt+ba3dDk0ZER0Yr6wWcT7YPJzts1oqX 5YdA9zDtWHcFvRvQxfXklJ5xltaR9THN6Nm6MWhqLAdc2OdsZRLBX7ibuql9KjY2 KBaKXr+JPr9FeT9/2TonSZA0XQ2sGSLj5EZgjWRYiJ9OOBonbku1wGd4zJlyYJJ3 iDA3u2qR3s9ZzNkwpbiWydOh97rbHfwixMJcH9GBfHbwE7pPGQzLxKyM3D/pLCKA YUm3ib/JObTDzH9AtRETke+6pyYXBwYqtpUvDOAcwAi0NuMWIEpK913+cPQJRZ7s gT9W0DKitZhh9nITjislDGTf+be6jKMk1vY9anjVWC8Hatg2Tu/2bJmIw5TSnDNA C8s8XC9Mb/ZAFYYd8aAFQJJec5dDTisLg2hbzHp8p2PuBhHHOVTl4Ls6Is4oMJmz jCAfYwRZLw7+uplTNKdpTf15mue51jB1aJ9FreuNfGOVf4N73fIbSYdiHei3K4fz pIiGdxpiaPUsqONge/BJsaTdJyD7KMPgTbUQa2fE/5U2QeBYeWt6xQfgXE9V1eO2 cdgLSgJ0P0RQw2/uVJKS+7ypa9Fyjt6t+DGwv9zc0kH8EVLN50Q= =vzMv -----END PGP SIGNATURE----- --=-=-=-- ------------=_1707173162-11015-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 2 Feb 2024 21:44:59 +0000 Received: from localhost ([127.0.0.1]:45614 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rW1LH-0005aF-G2 for submit@debbugs.gnu.org; Fri, 02 Feb 2024 16:44:59 -0500 Received: from lists.gnu.org ([2001:470:142::17]:34374) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rW1LD-0005Zy-Pn for submit@debbugs.gnu.org; Fri, 02 Feb 2024 16:44:58 -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 1rW1Kx-0006f1-1O for guix-patches@gnu.org; Fri, 02 Feb 2024 16:44:39 -0500 Received: from mout-p-102.mailbox.org ([2001:67c:2050:0:465::102]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rW1Kv-0001ZJ-AZ for guix-patches@gnu.org; Fri, 02 Feb 2024 16:44:38 -0500 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4TRTnW24wYz9sjZ for ; Fri, 2 Feb 2024 22:44:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1706910271; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=xIdfvKz7Psfwx+kCRkwpy2XjjdBgYTGNI3vMExqk8Ig=; b=F+tZjZt5p7xVJtrjY3REtH/Tb9NhXoqZDf5Lzjkemo2zQdGO5Rqi/1R1ce9KosOlqZZOSc j3RSnaevad9II5TcEySIuaI59wzXctaYkQeU60vsEIZt3kHynqlSUI4E5NIwt8vcsV+LWe Vpegbh6hEKBSkq0yQtIVVPURVJ10gInP7VKvp4cn0VcSAgPBERUCT0Qk27NeI9ZxbVeJT2 LXnxHMfcorrajzUOJr/i7macXHyQwanXW/Lm/cus3EbcM7M527CXcHtR8w+q0eXMXHdKEf ACYvkr1cyGieDBArOc+ZKF4yXKZAx5q1Qi2x96x0l9rkSDcrDB71YCGWGBNV5g== From: Troy Figiel To: guix-patches@gnu.org Subject: [PATCH] gnu: misspell: Add missing input. Date: Fri, 2 Feb 2024 22:29:03 +0100 Message-ID: <87ttmq7d8h.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:67c:2050:0:465::102; envelope-from=troy@troyfigiel.com; helo=mout-p-102.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit 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.0 (/) * gnu/packages/golang.scm (misspell)[propagated-inputs]: Add go-github-com-gobwas-glob. --- gnu/packages/golang.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 014ca01602..bcf7e45717 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -5254,6 +5254,7 @@ (define-public misspell 'build) `(,@arguments #:import-path "github.com/client9/misspell/cmd/misspell"))))))) + (propagated-inputs (list go-github-com-gobwas-glob)) (home-page "https://github.com/client9/misspell") (synopsis "Correct commonly misspelled English words in source files") (description base-commit: f45d05133472a9da13eae20ba4a676c696682c90 -- 2.42.0 ------------=_1707173162-11015-1--