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 7B07E15808B for ; Mon, 14 Feb 2022 17:38:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9038E084A; Mon, 14 Feb 2022 17:38:01 +0000 (UTC) Received: from sysrq.in (sysrq.in [37.79.202.136]) (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 D035FE0821 for ; Mon, 14 Feb 2022 17:38:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sysrq.in; s=sysrq.in; t=1644860278; h=from:from: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; bh=hDA831xzewy2hVReZjSrgUrxXUakyzMQYfSKnOMljzM=; b=D2PzK5s9R/f2HFyPA5Ua0y8sivJA6uuua0wa2w9ysC+GsDVp1huQVBiZjEl9NU2sRb7Iid T7jyWGJZ+NTqvGIqL/q9UU7VQWfE/i967vL5Tw4N2aEfokt4jT7rC8u/zzy0Lwq/Hrk+db KGkqmgTL6RR+fF3jDdlhA2/5DHO+QqyI42cUHIa3b2zwb+nrtXpbUg+53ltVgyBX2J3BqJ /ZSvU67YLwysWQbozMx3gjb2MJ5oZWxGU1ar0SOXhkqZEy7iVMG1OadfqpQG0KHL9KbR60 d1A17J85xDW+CiiGFhc3OM4ah0hNd6/Z7TGqB3nrkcZxzmkZSKNRGPt+6DH8xg== Received: from sysrq.in (localhost [127.0.0.1]) by sysrq.in (OpenSMTPD) with ESMTPSA id ae49dc44 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 14 Feb 2022 17:37:58 +0000 (UTC) From: Anna Vyalkova To: gentoo-dev@lists.gentoo.org Cc: ruby@gentoo.org Subject: [gentoo-dev] Add debug-print-function calls to Ruby eclasses Date: Mon, 14 Feb 2022 22:37:48 +0500 Message-Id: <20220214173751.4023-1-cyber+gentoo@sysrq.in> X-Mailer: git-send-email 2.35.1 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-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: b706c7c0-7c56-4276-9be3-2d02a1b87e6f X-Archives-Hash: 0ddddaa466db0ac07efffbd536657022 These functions write to ${T}/eclass-debug.log, which is useful for testing ebuilds.