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-comp-async-report-warnings-errors default value Date: Thu, 02 Dec 2021 21:42:29 +0200 Message-ID: <83v90694ka.fsf@gnu.org> References: <87h7dj7su7.fsf@gmail.com> <83r1cnlu6y.fsf@gnu.org> <87czo77rx7.fsf@gmail.com> <837dcmamt2.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8772"; mail-complaints-to="usenet@ciao.gmane.io" Cc: rpluim@gmail.com, emacs-devel@gnu.org To: Stefan Kangas Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 02 20:44:11 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 1mss03-00024y-2k for ged-emacs-devel@m.gmane-mx.org; Thu, 02 Dec 2021 20:44:11 +0100 Original-Received: from localhost ([::1]:33222 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mss02-0004m3-5X for ged-emacs-devel@m.gmane-mx.org; Thu, 02 Dec 2021 14:44:10 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:53576) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msryk-0003I8-8h for emacs-devel@gnu.org; Thu, 02 Dec 2021 14:42:50 -0500 Original-Received: from [2001:470:142:3::e] (port=60292 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msryc-0007cn-3O; Thu, 02 Dec 2021 14:42:49 -0500 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=AOzSUR60VCGR9mrtyNjuiK7f/KR1gNewn6cPGmTD4wM=; b=i4pmX/qxHY9I y1uaqaSdsoEN0IL+2LsEGV+pH6FzOkvos311j4rdcgY4TBGqcirdQMchGi7dFzlxkFT+dVBR5XunG QJ36HHbt92PqYv6PV+k6FfYrbd+9hJilWRs96L3lDpVHIgXl4MLWiXE2eDDvumVI1OuqLMmSozrw0 I16O+GpqwG3ViQZBWVHleKEQylT+Xnb3GHXsJNVuXrePJmMB8mhgpVwE7XtTWjS4WdRf+/uXcXNqE u/m1gj5Q/vkC+hbYCFH6f3MvFNjurZsExvA32ArBCOC7KGo/gTaGljkB7pkHlfsHtbvtoRSlNqiB5 iJwIYxjq/P1DTQ6nTmOSqQ==; Original-Received: from [87.69.77.57] (port=4703 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msryc-00066o-0f; Thu, 02 Dec 2021 14:42:42 -0500 In-Reply-To: (message from Stefan Kangas on Thu, 2 Dec 2021 11:27:45 -0800) 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" Xref: news.gmane.io gmane.emacs.devel:280780 Archived-At: > From: Stefan Kangas > Date: Thu, 2 Dec 2021 11:27:45 -0800 > Cc: rpluim@gmail.com, emacs-devel@gnu.org > > Also, can we tell what is an init file and what is a package? Emacs knows when it loads the init file. We could disable warnings during that load, perhaps. > How do we see this affecting the first pretest? I am ready to release > the tarball I have now, but if we want to change anything here I can > recreate and reconfirm with the relevant change at the drop of a hat. That's exactly why I don't want to make any significant changes at this time. We have waited long enough for the pretest, so let's proceed without further ado.