From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Native compilation on as default? Date: Thu, 26 Oct 2023 07:58:55 +0300 Message-ID: <838r7qhtdc.fsf@gnu.org> References: <83legs281v.fsf@gnu.org> <83r0liiy44.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18225"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefankangas@gmail.com, emacs-devel@gnu.org To: Andrea Corallo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Oct 26 06:59:12 2023 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 1qvsSe-0004Yy-7T for ged-emacs-devel@m.gmane-mx.org; Thu, 26 Oct 2023 06:59:12 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qvsSI-0006Fj-UL; Thu, 26 Oct 2023 00:58:50 -0400 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 1qvsSE-000673-IM for emacs-devel@gnu.org; Thu, 26 Oct 2023 00:58:46 -0400 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 1qvsSE-0003uA-8l; Thu, 26 Oct 2023 00:58:46 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=02ItvaOk+bpYWrIdH+q3hDpmDVJnVztnGRx2GutmUh8=; b=FGjlTPuDriuY u1nwotUSGuUFacRh5b4fY+OsvxePNBO8SQIpPfRRHCXYjY8CqH/3pYafbkmuQYEzODhdnQCsPbrUU rqOURNh1OhphaVeJnTiCaovhFktBbCAl5sOdn25S7clBCdT+pQCCDrmOQR+X7Ulg1cfnrbSU9bVsO UaIkBzmq+3rGoFPnlc8JFMiW4vKTxR19lBVZv1T8Pd83v4GCc50HMXtmFCWid2EbpvHXlMXBmU+7d 6jYPsqAJTXMs3Jn18vZ8t8PTHpgwfDr+kMIyexZ0jgc8ZRb8ewTDrNzRW1bSGiqfus+GDVDPQcTuq O4+9p847ew3lTqltyKRW2g==; In-Reply-To: (message from Andrea Corallo on Wed, 25 Oct 2023 16:50:17 -0400) 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:311880 Archived-At: > From: Andrea Corallo > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Wed, 25 Oct 2023 16:50:17 -0400 > > So I think we could have a new mode, still controlled by > native-comp-async-report-warnings-errors, that filters out all the > uninteresting warnings (that the programmer already got during byte > compilation) but still report this important one. > > So even if the package developer doesn't use native compilation it can > get the bug report for the issue. > > I suspect this might be a good compromise/solution. > > WDYT? Sounds like a plan to me, thanks.