From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Andrea Corallo Newsgroups: gmane.emacs.devel Subject: Re: Native compilation on as default? Date: Thu, 29 Feb 2024 10:07:00 -0500 Message-ID: References: <86le73s82d.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="11663"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: stefankangas@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 29 16:07:49 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rfi0j-0002m5-5f for ged-emacs-devel@m.gmane-mx.org; Thu, 29 Feb 2024 16:07:49 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rfhzy-000205-OE; Thu, 29 Feb 2024 10:07:02 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rfhzx-0001wt-1H for emacs-devel@gnu.org; Thu, 29 Feb 2024 10:07:01 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rfhzw-0007q2-OH; Thu, 29 Feb 2024 10:07:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=lWeANik+xFL52vRSaVOPG0qTTy8Hv33qWetfGPSSsU8=; b=WlB/ADQQLCgaXwkdVOjY uIRTbYtVHRy2Xb5IpTwukPqzm9fI3HHPmLmoBJZQ59ibPYSu+IWwdUdLEqApquU77AuYEg89udfo+ Au96utOBxqAojQ7gMqteONxB/K0EMNraYjPQK9VG3Q2KAkStwFlOkTCartiDLfFL2nv9d7bULVGH3 KY4WN8q15NNnm7dFg+5ORvidxNMVQ/jbOMuu+l6zrkmTHFyo9y/CRPHkqbQOEjkAwg3znfmxKEW0i E/NXazT5aP3tTqRlGwU8JMNmssZdDBq4oC5cy+ThzEObB3RcHvrURg+3WLgTawuQ5tJWRAwN1fGE4 4XETANrh3xvRbg==; Original-Received: from acorallo by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1rfhzw-0004GZ-7E; Thu, 29 Feb 2024 10:07:00 -0500 In-Reply-To: <86le73s82d.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 29 Feb 2024 15:39:54 +0200") X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:316641 Archived-At: Eli Zaretskii writes: >> From: Andrea Corallo >> Cc: Andrea Corallo , stefankangas@gmail.com, >> emacs-devel@gnu.org >> Date: Thu, 29 Feb 2024 05:56:31 -0500 >> >> Eli Zaretskii writes: >> >> > Sounds like a plan to me, thanks. >> >> Back on this, >> >> Okay I've implemented the functionality with 8e5baaddec2. > > Thanks, I renamed the variable, to make it a bit less of mouthful, and > also added a NEWS entry. > >> Anyway with this change as per default we report only important warnings >> and (all) errors, and we do it presenting the *Warnings* buffer to the >> user (which I believe this is the behavior we wanted). > > Thanks. Let's see if people are happy with these two levels, or we > need more. > >> Indeed if something can be improved in the nomenclature or the doc feel >> free to do it or come with suggestions. > > Done. Wonderful thanks. I'm wondering if we could use the NEWS entry (or something else) to suggest all the users who set in the past 'native-comp-async-report-warnings-errors' to nil or silent to give it a try with the new default configuration. What we report now should be most likely cured or reported. Regards Andrea