From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E0BD158094 for ; Tue, 11 Oct 2022 10:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84222E086A; Tue, 11 Oct 2022 10:06:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4BEB0E07D0 for ; Tue, 11 Oct 2022 10:06:58 +0000 (UTC) From: Florian Schmaus To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] RFC: check A's size in go-module.eclass Date: Tue, 11 Oct 2022 12:06:45 +0200 Message-Id: <20221011100646.1677690-1-flow@gentoo.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <7F747AD3-0625-482C-9014-DBA7F56EF92D@gentoo.org> References: <7F747AD3-0625-482C-9014-DBA7F56EF92D@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Archives-Salt: 232132f7-d586-4488-82b2-a7bff8627986 X-Archives-Hash: 4d1281af155e4cc3972147b85e0e6ff1 This is a first suggestion in an effort to reach a compromise that allows EGO_SUM to be un-depracted. I have decided to check the size of A, instead of counting the entries in EGO_SUM, because that seemed more sensible given that as A's size caused functional issues in the past (bug #719202 [1]). 1: https://bugs.gentoo.org/719202