From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id AHtpNBYOzmTf6gAASxT56A (envelope-from ) for ; Sat, 05 Aug 2023 10:53:42 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id iHkuNBYOzmSYSgEAauVa8A (envelope-from ) for ; Sat, 05 Aug 2023 10:53:42 +0200 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 7A8D34A1D9 for ; Sat, 5 Aug 2023 10:53:42 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=protonmail.com header.s=protonmail3 header.b=qS3sEsFu; 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=1691225622; a=rsa-sha256; cv=none; b=pEsK2WB8znK/TGPWV29R9PXUfeGj4SXWy4cT8RbzrjCH+K+8eOGeYB5ke3nKWGiCmHHUCU tvRNUQN7+ifWtiFRcLx4CWlCLz2JHahFwqCHu93TfgzwmysplcVg5kQ6FFJxdqpwYj520N fW4s8ICv7ylETIrkLM11NL5QiMI/7c5RL1OuuHXCW8sRfx6QM4F4sxEIM2vUqQ5WVxHgMD q0+XoWxKjCi0f1tVgBrD38ON229HTpLagYAolK3CVN/kZq/PHCU/cku4dNjcLxuN6GT8Mz TC2rkYxpGMxx549Y1yWOBWJSn3Mng2k60yIdPFSth9UPAl/9DC+9ZTtatYLauw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1691225622; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: 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=arkRaJ7bI60fGuNcjecJhvi+67B6DSkbH8I/iTA9q4Y=; b=Kjyw/ZnRzMSAWU0ByzioMlv+FFjO/QBaNBcHi8cSivqOcSZV+2D1STnelSer89DaSIztEn tn4DaGjFO/J3gHyPxtDEk/WIe0bzX4GY5xB1YZKgnerdi3Lh5wzxXYfwEe8FHxgqgQLKUv zSYX1GgFjA99Tp2DvE7x/R6pHLxp4xpJasIF9lfTs//gFEBkyPVpbl1L5Z87aGB0RodMJw T0JIfIH4lAIr7BuScHeq8JU/E8rF438DFBeWBlxuQqfzQUoHG1NX2RFiSf+mi5UqrGRHNC BHqtIHvXza9ZVOB3RTeLhkjArI9CDyt2UAnc973FyzGbmZRBZCmQmEXrgtWBow== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=protonmail.com header.s=protonmail3 header.b=qS3sEsFu; 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 Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qSD2C-0003T4-PY; Sat, 05 Aug 2023 04:53:16 -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 1qSD2B-0003Ri-8q for guix-patches@gnu.org; Sat, 05 Aug 2023 04:53:15 -0400 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 1qSD2B-0007MB-0q for guix-patches@gnu.org; Sat, 05 Aug 2023 04:53:15 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qSD2A-0007NT-SK for guix-patches@gnu.org; Sat, 05 Aug 2023 04:53:14 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65084] [PATCH 11/13] gnu: Add go-github-com-modern-go-reflect2 Resent-From: Fries Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 05 Aug 2023 08:53:14 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 65084 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 65084@debbugs.gnu.org Cc: Fries X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.169122557628084 (code B ref -1); Sat, 05 Aug 2023 08:53:14 +0000 Received: (at submit) by debbugs.gnu.org; 5 Aug 2023 08:52:56 +0000 Received: from localhost ([127.0.0.1]:55486 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qSD1s-0007Io-Dn for submit@debbugs.gnu.org; Sat, 05 Aug 2023 04:52:56 -0400 Received: from lists.gnu.org ([2001:470:142::17]:59280) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qSBI7-0001ve-Dt for submit@debbugs.gnu.org; Sat, 05 Aug 2023 03:01:35 -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 1qSBHu-00086f-BP for guix-patches@gnu.org; Sat, 05 Aug 2023 03:01:27 -0400 Received: from mail-40141.protonmail.ch ([185.70.40.141]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qSBHq-0004zY-6d for guix-patches@gnu.org; Sat, 05 Aug 2023 03:01:20 -0400 Date: Sat, 05 Aug 2023 07:00:57 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1691218876; x=1691478076; bh=arkRaJ7bI60fGuNcjecJhvi+67B6DSkbH8I/iTA9q4Y=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=qS3sEsFuqF3bwq3B+sEW5Ez8RpQP73SZie9JWpnuV6F5QFm1WjywyGiRYDL/wZMBr 5uN5ilVYOGKqWtf7TkivrWFKNSHI4a/7nrxKhDjYP/yd5AQXmR7QIjugwx3cUS5bw+ ZixbOgFmbt6xeTW9o4coV7hBaXAcd8XL0PaiNt7fPbbRJppfDTmnhYakb7RAZeUSW/ YbQcFfFAaQ+ChhoJ3gGnbl/tkQlL64uLv5FaHvmSRRaJ+GQR1KHV+vdtJsoeLzqY92 yvi+8eocty8ruiESLEpTdIpqefeJuqTvyjxCtTUJiAyYKHhPJwIaDm35Ks9TkwoAbd mi0kpEbjZ/pqw== Message-ID: <42c1c33a8df64c0fd1553e4a50b2e9d3f3b8d850.1691218710.git.fries1234@protonmail.com> In-Reply-To: References: Feedback-ID: 42759890:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.141; envelope-from=fries1234@protonmail.com; helo=mail-40141.protonmail.ch 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_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sat, 05 Aug 2023 04:52:40 -0400 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: , Reply-to: Fries X-ACL-Warn: , Fries via Guix-patches From: Fries via Guix-patches via 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-Spam-Score: -6.64 X-Migadu-Scanner: mx2.migadu.com X-Migadu-Queue-Id: 7A8D34A1D9 X-Spam-Score: -6.64 X-TUID: qKJ37O7T6hdd * gnu/packages/golang.scm (go-github-com-modern-go-reflect2): Add variable. --- gnu/packages/golang.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 72dfc51507..9b38ed4daf 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -6773,6 +6773,29 @@ (define-public go-github-com-mitchellh-reflectwalk unknown structures such as those decoded from JSON.") (license license:expat))) =20 +(define-public go-github-com-modern-go-reflect2 + (package + (name "go-github-com-modern-go-reflect2") + (version "1.0.2") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/modern-go/reflect2") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05a89f9j4nj8v1bchfkv2sy8piz746ikj831ilbp54g8dqhl8vzr")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/modern-go/reflect2")) + (home-page "https://github.com/modern-go/reflect2") + (synopsis "Cheaper reflect API") + (description + "This library provides a reflect api for Go programs +without the runtime cost of the standard library reflect.Value.") + (license license:asl2.0))) + (define-public go-github-com-modern-go-concurrent (package (name "go-github-com-modern-go-concurrent") --=20 2.41.0