From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 2B87C3858D32 for ; Tue, 12 Mar 2024 10:17:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 2B87C3858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 2B87C3858D32 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710238669; cv=none; b=soWGzBuA0IVx0fYoAE+svztAG9aP6Iij4r4ZsHAESGSQMXzY/VqLiISR9652XL57Oa6SNLeUJEF1P9YS83mQQM2ujqE7Rwxj0qR6j4gCqa7MnDWFdDnIxFenLWa/fxkEapv+j+j3ZRveTuz5Mng2OMw6m/j6RFvMuRKKoy8cAI0= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1710238669; c=relaxed/simple; bh=aFQbdUNEWPNMfI6ox3nGw7oGNwXQc7U5O/JSRjOQ5ec=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=IgbYt0Y/uSqOCnKuweSl2WfI8r/msuMaOua9IUguPq6KC0Fo5Ea7D4QSllh98ZfNccFqKwBCSzGADFVgEQRGbZ/I5ETFLGtBJb/iMRQLJz2Rf8aH/X8JpKnN9vwHnwVasjrwMAYmojGDOGQYaEbKKycU+wgaljcTj6TS9vQFjvY= ARC-Authentication-Results: i=1; server2.sourceware.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id 36D9F3000472; Tue, 12 Mar 2024 11:17:47 +0100 (CET) Date: Tue, 12 Mar 2024 11:17:47 +0100 From: Mark Wielaard To: Simon Marchi Cc: Sam James , Simon Marchi , buildbot@sourceware.org Subject: Re: [PATCH 0/8] Some changes to autoregen.py Message-ID: <20240312101747.GI30331@gnu.wildebeest.org> References: <20240311190341.235331-1-simon.marchi@efficios.com> <87o7bkmqep.fsf@gentoo.org> <20240311215237.GH30331@gnu.wildebeest.org> <0d0dc333-0359-4e49-9197-01bf636b4351@simark.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0d0dc333-0359-4e49-9197-01bf636b4351@simark.ca> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Simon, On Mon, Mar 11, 2024 at 09:53:40PM -0400, Simon Marchi wrote: > On 2024-03-11 17:52, Mark Wielaard wrote: > > I think it is a little too verbose now. Printing the ENV seems a bit > > busy. But for being clear what exactly is happening I guess it is nice. > > Well, my initial implementation didn't show the env, but I made it show > it to be accurate. But we could print the env only once at the > beginning. > > Here's a patch that does it. Nice. Lets do that. Applied and pushed. Thanks, Mark