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: Getting ready to land native-compilation on master Date: Wed, 14 Apr 2021 20:10:42 +0300 Message-ID: <83blagzt9p.fsf@gnu.org> References: <83v98v7dzs.fsf@gnu.org> <87y2dl9p2k.fsf@posteo.net> <878s5l9msq.fsf@posteo.net> <83zgy1ywja.fsf@gnu.org> <874kg99g6v.fsf@posteo.net> <83r1jdyptp.fsf@gnu.org> <87k0p5c6ep.fsf@posteo.net> <83lf9lylt7.fsf@gnu.org> <62f2407a-fb7b-05b7-32ea-6cbda2eed1a7@yandex.ru> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36219"; mail-complaints-to="usenet@ciao.gmane.io" Cc: philipk@posteo.net, emacs-devel@gnu.org, akrl@sdf.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Apr 14 19:24:51 2021 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 1lWjFy-0009IG-Rw for ged-emacs-devel@m.gmane-mx.org; Wed, 14 Apr 2021 19:24:50 +0200 Original-Received: from localhost ([::1]:48644 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWjFx-0006Kj-OZ for ged-emacs-devel@m.gmane-mx.org; Wed, 14 Apr 2021 13:24:49 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51976) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWj2d-0007c1-1x for emacs-devel@gnu.org; Wed, 14 Apr 2021 13:11:03 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47374) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWj2V-0002PW-KV; Wed, 14 Apr 2021 13:11:01 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:3669 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lWj2U-0006fE-18; Wed, 14 Apr 2021 13:10:54 -0400 In-Reply-To: <62f2407a-fb7b-05b7-32ea-6cbda2eed1a7@yandex.ru> (message from Dmitry Gutov on Wed, 14 Apr 2021 17:48:11 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:268059 Archived-At: > From: Dmitry Gutov > Date: Wed, 14 Apr 2021 17:48:11 +0300 > Cc: akrl@sdf.org, emacs-devel@gnu.org > > On 14.04.2021 17:37, Eli Zaretskii wrote: > > Ah, overlong lines in_docstrings_... Yes, that's known, but why not > > fix this issue in the first place? I get the same warning when > > byte-compiling with Emacs 28, so this is not new with the > > native-compile branch. > > I guess the issue is that native compilation happens after the package > is installed, so the warnings come basically out of the blue. I was originally annoyed by this, but eventually concluded that it's all part of the automatic background compilation, something we didn't have before. I think with time people will get used to it, and the surprise will go away. And if someone is really annoyed, they can always disable automatic background compilation altogether. I tend to think that turning warnings off is not a good idea, for the same reasons we don't by default turn off byte-compilation warnings. But we will cross this bridge when we come to it.