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 0965415800A for ; Mon, 17 Jul 2023 14:56:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8147E0801; Mon, 17 Jul 2023 14:56:35 +0000 (UTC) Received: from kenobi.nexadn.de (kenobi.nexadn.de [IPv6:2a01:4f8:c2c:a9d5::1]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 61A6AE07B2 for ; Mon, 17 Jul 2023 14:56:35 +0000 (UTC) Message-ID: <448b7985cf67f10eb3ff6fe4771d44ee97e077dc.camel@nexadn.de> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexadn.de; s=2019; t=1689605793; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qlt07vFdTQjhMOrkCVFvkSycfbfnM2HjJg5RMo81L0A=; b=BG8Zz+KRio7/cBL7MT9Px4je5oJuqWtndTomzHOn+XLjqNm3Hex+Lsq26EIR1mvpkkpXFd mGjjWQiNnBZyxDQqayVp0xbhUrVyhs6gfGm9Pnv8qfp2tak6gvH90YfAMXeEH1QOhpYTnz YaGtmZCGeZmF+v5ID5MKGiPwSsUr6O3GgK5iAtDqnK0td7bFlzEcYwb9+pZfT3wj4+YneE SNWav7y0aQaQZPS3O0jqAmRxIAiWrBnTSAP2DgMmpfvmYW0yikBEdfEIt6+fjzNDx3oBny xhD88zstvHzBlddbdnkqEZJmi/etYEddnKD7Ej0g+5Gu4RvPy7A8pyvQaRm7AQ== Subject: Re: [gentoo-dev] [PATCH] meson.eclass: allow disabling verbose compilation From: Adrian Schollmeyer To: gentoo-dev@lists.gentoo.org Date: Mon, 17 Jul 2023 16:56:24 +0200 In-Reply-To: <20230717145104.1404135-1-mattst88@gentoo.org> References: <20230717145104.1404135-1-mattst88@gentoo.org> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-GHKJmf+KW/L9Q6BTybyO" 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 X-Archives-Salt: aa504f4a-c691-4cab-9d50-81d5c666b077 X-Archives-Hash: f612cb1b305a6931edd96d8a643748ee --=-GHKJmf+KW/L9Q6BTybyO Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, Am Montag, dem 17.07.2023 um 10:51 -0400 schrieb Matt Turner: > This works similar to cmake.eclass's ${CMAKE_VERBOSE}. Why not use MESON_VERBOSE as well? Avoids double negation in the code (not unset -> verbose vs. MESON_VERBOSE =3D=3D true -> verbose) and keeps the variable naming similar to cmake.eclass. nex --=-GHKJmf+KW/L9Q6BTybyO Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQQcg0lBH7AUcc2KLs8BUfPlCnnJ+QUCZLVWmAAKCRABUfPlCnnJ +arpAQCaW1h7GQqIGV0/dYT+S+/rget2aG44KMXKpVjj9VVlvgD/TZxnnkw9NsVd aTxu6WyuHDIsqWGRHHH6WN0L8tg38gI= =77US -----END PGP SIGNATURE----- --=-GHKJmf+KW/L9Q6BTybyO--