From unknown Sat Aug 16 16:54:43 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#69021] [PATCH] gnu: go-gotest-tools-assert: Add missing inputs. Resent-From: Troy Figiel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 10 Feb 2024 20:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 69021 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 69021@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.170759598628558 (code B ref -1); Sat, 10 Feb 2024 20:14:02 +0000 Received: (at submit) by debbugs.gnu.org; 10 Feb 2024 20:13:06 +0000 Received: from localhost ([127.0.0.1]:38159 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYtij-0007QY-Ch for submit@debbugs.gnu.org; Sat, 10 Feb 2024 15:13:06 -0500 Received: from lists.gnu.org ([2001:470:142::17]:51834) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYtii-0007Py-43 for submit@debbugs.gnu.org; Sat, 10 Feb 2024 15:13:04 -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 1rYtiM-0002Fk-NH for guix-patches@gnu.org; Sat, 10 Feb 2024 15:12:42 -0500 Received: from mout-p-103.mailbox.org ([2001:67c:2050:0:465::103]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rYtiK-0006i4-5Z for guix-patches@gnu.org; Sat, 10 Feb 2024 15:12:42 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (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-103.mailbox.org (Postfix) with ESMTPS id 4TXMMk38N8z9sjQ for ; Sat, 10 Feb 2024 21:12:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1707595954; 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=gFXBUvTVP0+qnbQ0zgSfxTdDi4avlqHJmZJzE5EMLio=; b=c8tPzbTNhLlrEMDxok8GBgsdi0iLPofokDOlmULziUCE7X9Ku/+vJ+hjkkubkyC1Knibyr PT32VcEeBEuLZZrnSFg4lzU8266cOYdwlsa61r1irOm6fy1w8l/P+D29TKLSHjyzjXanfE nUj+uYo+qEZfpgd0oL99n7r2eG5eZuOxNJo09iMCbt49Gwmiwr+4zZiV2zlqFDUyHd3Cgw S4HSoemIgQmJFygEvi6xhOdzX3OgWDKkUkHz03lN4VI6QylhFW1QdtEjDqOOMwEGoyC2ni pXRqsplgFbGTaqW2Wzwb/w4mtkH8eDUEnoDFmZFPTBIqH8GHt+iu2gWa2sNdpw== From: Troy Figiel Date: Sat, 10 Feb 2024 19:34:42 +0100 Message-ID: <8734u0axjm.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:67c:2050:0:465::103; envelope-from=troy@troyfigiel.com; helo=mout-p-103.mailbox.org X-Spam_score_int: -26 X-Spam_score: -2.7 X-Spam_bar: -- X-Spam_report: (-2.7 / 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, URIBL_SBL_A=0.1 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/golang.scm (go-gotest-tools-assert): Add missing inputs. [native-inputs]: Move go-github-com-google-go-cmp-cmp and go-github-com-pkg-errors from here ... [propagated-inputs]: ... to her [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.1 URIBL_SBL_A Contains URL's A record listed in the Spamhaus SBL blocklist [URIs: gotest.tools] 0.6 URIBL_SBL Contains an URL's NS IP listed in the Spamhaus SBL blocklist [URIs: gotest.tools] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. 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.7 (/) * gnu/packages/golang.scm (go-gotest-tools-assert): Add missing inputs. [native-inputs]: Move go-github-com-google-go-cmp-cmp and go-github-com-pkg-errors from here ... [propagated-inputs]: ... to here. Add go-github-com-spf13-pflag and go-golang-org-x-tools. --- gnu/packages/golang.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 163691a1e6..8974118aec 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -7535,10 +7535,11 @@ (define-public go-gotest-tools-assert `(#:tests? #f ; Test failure concerning message formatting (FIXME) #:import-path "gotest.tools/assert" #:unpack-path "gotest.tools")) - ;(propagated-inputs - ; `(("go-gotest-tools-internal-format" ,go-gotest-tools-internal-format))) - (native-inputs - (list go-github-com-pkg-errors go-github-com-google-go-cmp-cmp)) + (propagated-inputs + (list go-github-com-google-go-cmp-cmp + go-github-com-pkg-errors + go-github-com-spf13-pflag + go-golang-org-x-tools)) (synopsis "Compare values and fail a test when a comparison fails") (description "This package provides a way to compare values and fail a test when a comparison fails.") base-commit: e257de4365b24a84f39813aea2e8b4ab6259f283 -- 2.42.0 From unknown Sat Aug 16 16:54:43 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#69021: closed ([PATCH] gnu: go-gotest-tools-assert: Add missing inputs.) Message-ID: References: <87wmr8nip2.fsf@gmail.com> <8734u0axjm.fsf@troyfigiel.com> X-Gnu-PR-Message: they-closed 69021 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 69021@debbugs.gnu.org Date: Tue, 13 Feb 2024 21:46:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1707860762-1199-1" This is a multi-part message in MIME format... ------------=_1707860762-1199-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #69021: [PATCH] gnu: go-gotest-tools-assert: Add missing inputs. 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 69021@debbugs.gnu.org. --=20 69021: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D69021 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1707860762-1199-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 69021-done) by debbugs.gnu.org; 13 Feb 2024 21:45:20 +0000 Received: from localhost ([127.0.0.1]:48311 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ra0ae-0000Gb-7E for submit@debbugs.gnu.org; Tue, 13 Feb 2024 16:45:20 -0500 Received: from mail-wr1-f50.google.com ([209.85.221.50]:44411) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ra0ac-0000Fu-Cy for 69021-done@debbugs.gnu.org; Tue, 13 Feb 2024 16:45:19 -0500 Received: by mail-wr1-f50.google.com with SMTP id ffacd0b85a97d-33934567777so3174847f8f.1 for <69021-done@debbugs.gnu.org>; Tue, 13 Feb 2024 13:45:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1707860635; x=1708465435; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=15/jrYz7UUrsbUmTCpMuh0lZWKYifKSXmqXIMF1VjyI=; b=mLe8y7sOBB+zPi735OwijQ5c40jPl7bU5qx5iJGVqIbl7kEvQFPtWFJ+V522ZS0PNe gDQxsN0jWQ4zERVdt8q9XdHNgwuHqo2RfWWCzkl/wtRu17y6miJ0PMid4KiB/1XoSWhY 9qMVbhxkSQ6SepA5E4qZ67S3On4v5bHzVPVTRGmmhVTZDlpTThosnq/YQTJJL6ey1RdE LQikII7ySH4z2A3SxDpyVCxPmWiqWGip3Df6YqvivA94PTGKCRwe83343P/wBsY98xtI hUIAuXbzx+mSrq2SO1Cs80Fezrx6YU4FPNfvgNZbVV9uf8wzc+mnUwpt6MjZMpfaxVP/ V9Rg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1707860635; x=1708465435; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=15/jrYz7UUrsbUmTCpMuh0lZWKYifKSXmqXIMF1VjyI=; b=rAxCb/Er3dbyYLE8hqyHWe3/tTyBQtKBBHQzj4Wlu0cQbcv5d4ki/VFb5adqJ/tqJF bHlkkzOVBaQ+u4OT0A/z4airz1lEBAZiXFzmJ3ncB1cnlAbAsYQayGZvWK+ygL0uCCL5 ++JjLHFafqrSi7yhwtB++sln8UE+DPHptkz29ThrffnBHM6exUbrYIabciMgpmLXqS56 +KBVgojTF8qYVXrk6oMRYD3JSCyWtHPXfivvgJsUBhjELH0z4+FSbd9SBYq0ruZVKZg6 BG3qxZrbuU3v5ALjt/qX9MorYoz7IU+OJ0kYyVgPAnx18cloTIOObgg2ERMdHQxX8tMS IhTQ== X-Gm-Message-State: AOJu0YwhjrRNnRi9RwSzslvpAIlVhRbF1Mbpg+LqgBxqPs8glPWESlrM BWeviqTDpAC1ed8BhOHC7Aw9YbYGTeFVBEfx0ytYkgQVZk4peb6xGNAwFsQ8GDHyLQ== X-Google-Smtp-Source: AGHT+IGv8Py4AAGicM/cPlhSi0FNLgn0zX5x9H4a3NOx7R46oDFyMqOSyiqWY58MOZrsQG9MLdm/eQ== X-Received: by 2002:adf:edc4:0:b0:33c:e2ce:820f with SMTP id v4-20020adfedc4000000b0033ce2ce820fmr366059wro.33.1707860634943; Tue, 13 Feb 2024 13:43:54 -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 u6-20020a056000038600b0033ce2aae7ffsm1386192wrf.33.2024.02.13.13.43.54 for <69021-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 13 Feb 2024 13:43:54 -0800 (PST) From: Sharlatan Hellseher To: 69021-done@debbugs.gnu.org Subject: [PATCH] gnu: go-gotest-tools-assert: Add missing inputs. Date: Tue, 13 Feb 2024 21:43:53 +0000 Message-ID: <87wmr8nip2.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: 69021-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 f8d1df5f985d9e38a9fd7ff3100cd52b997342a0 to master. -- Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmXL4pkACgkQdtcnv/Ys 0rUYJBAAmxf4DMR19XsWWpveJMCOfWvqnf97EVktYNb5VcEhxgGQhsc5gppC/uFD Bi95OcVjBb/S4mTj00qIVO6YLx1a84h731ABsOe2L6LseW1YB5m3EOSRqq+Ox0YR dsY5/rtj2kp/ChntMbUSNYa5Iyciz27fIIMxV5s+BL5YbkzQ4VxNyxfkdQCEW9iB HWMhpCaZ3jDH7o+4tHN5ujmJU1+mTFVgqJpMUO0bdRHkr36F0CShe3rLDWaZ0cpn InthivV0D1M8Kq6Scly6ZeLuSb0U3S/8N3AeinOpmc/fRH3naDp3ejGdK2pYJ8Az tr7f8f3IJzq/npyQZf/gGHIH4ofA2AnwBKBgd/hcz+q2dN5bRBwrDgAxAILCuZXb Qf+brymqtfDLwOrhRHK5YO4z+Y4E1IgRMMnr4Of6CyqH3qZmEkKkI8wewmzG2mPA moD9Q/Wk/g5HI8jkMhfHfJDMJRb66mguurmZhyF5/ZBxjci1oubeJD1g6la6f5t1 MxSaQtM858/PfgLDV2McKkQcdZ9VaEGNPKINEhpEEConVuehtccZGvuLd8pK1KlD 1dxWvLvhg1BH8yIkQuPl7YAm4x7dYV1UUkTmTf9eCMTDDMfz+HwAQ/1lr7FF2mCO TSG0WOGfDF1f1cmQ/MzERlwgTAP6UMvruPj+eajqHjtTQvHkJqk= =VmKg -----END PGP SIGNATURE----- --=-=-=-- ------------=_1707860762-1199-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 10 Feb 2024 20:13:06 +0000 Received: from localhost ([127.0.0.1]:38159 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYtij-0007QY-Ch for submit@debbugs.gnu.org; Sat, 10 Feb 2024 15:13:06 -0500 Received: from lists.gnu.org ([2001:470:142::17]:51834) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rYtii-0007Py-43 for submit@debbugs.gnu.org; Sat, 10 Feb 2024 15:13:04 -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 1rYtiM-0002Fk-NH for guix-patches@gnu.org; Sat, 10 Feb 2024 15:12:42 -0500 Received: from mout-p-103.mailbox.org ([2001:67c:2050:0:465::103]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1rYtiK-0006i4-5Z for guix-patches@gnu.org; Sat, 10 Feb 2024 15:12:42 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (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-103.mailbox.org (Postfix) with ESMTPS id 4TXMMk38N8z9sjQ for ; Sat, 10 Feb 2024 21:12:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=troyfigiel.com; s=MBO0001; t=1707595954; 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=gFXBUvTVP0+qnbQ0zgSfxTdDi4avlqHJmZJzE5EMLio=; b=c8tPzbTNhLlrEMDxok8GBgsdi0iLPofokDOlmULziUCE7X9Ku/+vJ+hjkkubkyC1Knibyr PT32VcEeBEuLZZrnSFg4lzU8266cOYdwlsa61r1irOm6fy1w8l/P+D29TKLSHjyzjXanfE nUj+uYo+qEZfpgd0oL99n7r2eG5eZuOxNJo09iMCbt49Gwmiwr+4zZiV2zlqFDUyHd3Cgw S4HSoemIgQmJFygEvi6xhOdzX3OgWDKkUkHz03lN4VI6QylhFW1QdtEjDqOOMwEGoyC2ni pXRqsplgFbGTaqW2Wzwb/w4mtkH8eDUEnoDFmZFPTBIqH8GHt+iu2gWa2sNdpw== From: Troy Figiel To: guix-patches@gnu.org Subject: [PATCH] gnu: go-gotest-tools-assert: Add missing inputs. Date: Sat, 10 Feb 2024 19:34:42 +0100 Message-ID: <8734u0axjm.fsf@troyfigiel.com> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:67c:2050:0:465::103; envelope-from=troy@troyfigiel.com; helo=mout-p-103.mailbox.org X-Spam_score_int: -26 X-Spam_score: -2.7 X-Spam_bar: -- X-Spam_report: (-2.7 / 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, URIBL_SBL_A=0.1 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/golang.scm (go-gotest-tools-assert): Add missing inputs. [native-inputs]: Move go-github-com-google-go-cmp-cmp and go-github-com-pkg-errors from here ... [propagated-inputs]: ... to her [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.1 URIBL_SBL_A Contains URL's A record listed in the Spamhaus SBL blocklist [URIs: gotest.tools] 0.6 URIBL_SBL Contains an URL's NS IP listed in the Spamhaus SBL blocklist [URIs: gotest.tools] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 T_SCC_BODY_TEXT_LINE No description available. 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.7 (/) * gnu/packages/golang.scm (go-gotest-tools-assert): Add missing inputs. [native-inputs]: Move go-github-com-google-go-cmp-cmp and go-github-com-pkg-errors from here ... [propagated-inputs]: ... to here. Add go-github-com-spf13-pflag and go-golang-org-x-tools. --- gnu/packages/golang.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 163691a1e6..8974118aec 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -7535,10 +7535,11 @@ (define-public go-gotest-tools-assert `(#:tests? #f ; Test failure concerning message formatting (FIXME) #:import-path "gotest.tools/assert" #:unpack-path "gotest.tools")) - ;(propagated-inputs - ; `(("go-gotest-tools-internal-format" ,go-gotest-tools-internal-format))) - (native-inputs - (list go-github-com-pkg-errors go-github-com-google-go-cmp-cmp)) + (propagated-inputs + (list go-github-com-google-go-cmp-cmp + go-github-com-pkg-errors + go-github-com-spf13-pflag + go-golang-org-x-tools)) (synopsis "Compare values and fail a test when a comparison fails") (description "This package provides a way to compare values and fail a test when a comparison fails.") base-commit: e257de4365b24a84f39813aea2e8b4ab6259f283 -- 2.42.0 ------------=_1707860762-1199-1--