[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A lot of warnings building Emacs master
From: |
Eli Zaretskii |
Subject: |
Re: A lot of warnings building Emacs master |
Date: |
Sun, 27 Oct 2024 08:22:47 +0200 |
> From: Andy Moreton <andrewjmoreton@gmail.com>
> 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?