From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 722243858D20 for ; Fri, 21 Apr 2023 18:10:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 722243858D20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca Received: from [10.0.0.170] (unknown [167.248.160.41]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id BDDFD1E128; Fri, 21 Apr 2023 14:10:41 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1682100642; bh=+LW/6QjKdaSqeD1xx8L8Dp+xYmfiv+YR1Qp3CY/g00w=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=aEupZmVQiWHcsdamgnPiysQYVHMM88k4fqQ5HIq5KYLzEb+nOq70pcXiiGwBEDDRF QVt0z/G4iSigKfWOxb299rfWsi/y3ykFNJnQWm0pJiQfSLRGAiZsftn9259mpxSwUC 8OEHK4S32onDxQcvXV2lLh6AoeBoOrQ7RhinMhAY= Message-ID: <20370011-7b13-3e8f-ee02-d0c723a0f681@simark.ca> Date: Fri, 21 Apr 2023 14:10:41 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH 0/3] Some language cleanups Content-Language: fr To: Tom Tromey , Simon Marchi via Gdb-patches Cc: Simon Marchi References: <20230418202751.117181-1-simon.marchi@efficios.com> <87jzy51fcj.fsf@tromey.com> From: Simon Marchi In-Reply-To: <87jzy51fcj.fsf@tromey.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 4/21/23 10:26, Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi via Gdb-patches writes: > > Simon> These are some cleanups I found possible while writing a bigger patch > Simon> series. I a sending them on their own, because I think they make sense > Simon> on their own. > > Thank you for doing this. I was particularly happy to see the removal > of language_auto. > Reviewed-By: Tom Tromey > > Tom Thanks, will push. Simon