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 D96E738582B2 for ; Thu, 22 Sep 2022 16:11:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D96E738582B2 Received: from [10.0.0.11] (unknown [217.28.27.60]) (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 DA9E81E0D3; Thu, 22 Sep 2022 12:11:57 -0400 (EDT) Message-ID: <9ecec047-bef0-f8de-1efb-2670897daeb5@simark.ca> Date: Thu, 22 Sep 2022 12:11:57 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH] Deprecate MI version 1 Content-Language: en-US To: Tom Tromey , Simon Marchi via Gdb-patches References: <20220921164737.3258130-1-tom@tromey.com> <2d5c442d-5a2b-4340-1151-e01c1051d895@simark.ca> <87wn9w1skd.fsf@tromey.com> From: Simon Marchi In-Reply-To: <87wn9w1skd.fsf@tromey.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, NICE_REPLY_A, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2022 16:12:00 -0000 On 2022-09-21 14:38, Tom Tromey wrote: >>>>>> "Simon" == Simon Marchi via Gdb-patches writes: > > Simon> LGTM. Do you think it would be worth printing a warning when > Simon> initializing an mi1 interp, something like this? There might be some > Simon> people using / maintaing some frontend somewhere that are more likely to > Simon> see this than the NEWS file. > > It would be fine by me. > > Tom Feel free to integrate it in your patch if you'd like. Simon