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: A lot of warnings building Emacs master Date: Sun, 27 Oct 2024 08:22:47 +0200 Message-ID: <865xpeawug.fsf@gnu.org> References: <1f4d1c5b-9077-4812-835d-06d3fa824154@libero.it> <86a5eqqt3b.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33042"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Andy Moreton , Sean Whitton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Oct 27 07:23:20 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 1t4wgJ-0008VK-VZ for ged-emacs-devel@m.gmane-mx.org; Sun, 27 Oct 2024 07:23:20 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1t4wfq-000574-N2; Sun, 27 Oct 2024 02:22: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 1t4wfp-00056t-Ul for emacs-devel@gnu.org; Sun, 27 Oct 2024 02:22:49 -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 1t4wfp-00048A-Ac; Sun, 27 Oct 2024 02:22:49 -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=p8VL1a7eHYHBbuIixrM3De3oXvEEp058SscZzeHiiyQ=; b=jiUHAeaiUJZ0 4Kn0iDCogGZ5AixbBmb9q0O1U0TiVdxdBFGT1YX6lCL4TMs5aU69UQish5rV9DTSyGvEswRVjnUf3 Kh3Y+7ho7rbJYKETGtsjXyTQBQ2RLVFi/Gi9BS29fHFRtIpRLwZGi5krRa+EzQi1zJ131TMdxjaPC /SWOc+qFy7cSkATClVAXVuHRdRcB45IgE4plq+DM/XrA5357nulFEeWSnmIrcr6r2RNLeJjzhJtq8 KOHUVmfRPzbF1kCVPxbbOyXETbnBawsIBMYY/SoXrOaWqNo4QMGu+UrmOKdmJZvgJfBrfI+3qaV8y 61/esR+biwvtljqb1mfCTQ==; In-Reply-To: <86a5eqqt3b.fsf@gmail.com> (message from Andy Moreton on Sun, 27 Oct 2024 01:37:12 +0100) 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:324868 Archived-At: > From: Andy Moreton > Date: Sun, 27 Oct 2024 01:37:12 +0100 > > On Sun 27 Oct 2024, Angelo Graziosi wrote: > > > Building last master (commit 523aade3ea11c188e30e3889f031d1848129cf82) I get > > about 10615 (grep -c ...) "Warning" like this: > > > > org-src.el: Warning: `if-let' is an obsolete macro (as of 31.1); use `if-let*' > > instead. > > I see this also. The change to mark this as obsolete is premature. > > Marking as obsolete to avoid new uses being introduced should only be > done after reworking the existing codebase to remove the majority of > existing calls. > > The current situation of leaving hundreds of lines of warning noise in > the build output makes it harder to see other problems, and is not good. Agreed. Sean, how do we plan to handle this? and how soon?