GNU bug report logs - #75310
Eliminate obsolete alias warning

Previous Next

Package: emacs;

Reported by: Peter Oliver <p.d.oliver <at> mavit.org.uk>

Date: Fri, 3 Jan 2025 11:42:02 UTC

Severity: wishlist

Done: Yuan Fu <casouri <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Peter Oliver <p.d.oliver <at> mavit.org.uk>
Subject: bug#75310: closed (Re: bug#75310: Eliminate obsolete alias warning)
Date: Sat, 04 Jan 2025 19:33:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75310: Eliminate obsolete alias warning

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 75310 <at> debbugs.gnu.org.

-- 
75310: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75310
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Yuan Fu <casouri <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 75310-done <at> debbugs.gnu.org, Peter Oliver <p.d.oliver <at> mavit.org.uk>
Subject: Re: bug#75310: Eliminate obsolete alias warning
Date: Sat, 4 Jan 2025 11:31:44 -0800

> On Jan 4, 2025, at 11:27 AM, Yuan Fu <casouri <at> gmail.com> wrote:
> 
> 
> 
>> On Jan 4, 2025, at 11:26 AM, Yuan Fu <casouri <at> gmail.com> wrote:
>> 
>> 
>> 
>>> On Jan 4, 2025, at 12:29 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:
>>> 
>>>> From: Yuan Fu <casouri <at> gmail.com>
>>>> Date: Fri, 3 Jan 2025 23:33:25 -0800
>>>> Cc: Peter Oliver <p.d.oliver <at> mavit.org.uk>,
>>>> 75310 <at> debbugs.gnu.org
>>>> 
>>>>> On Jan 3, 2025, at 7:27 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:
>>>>> 
>>>>>> Date: Fri, 3 Jan 2025 14:47:53 +0000 (GMT)
>>>>>> From: Peter Oliver <p.d.oliver <at> mavit.org.uk>
>>>>>> cc: 75310 <at> debbugs.gnu.org
>>>>>> 
>>>>>> On Fri, 3 Jan 2025, Eli Zaretskii wrote:
>>>>>> 
>>>>>>> IOW, can you show a minimal recipe for reproducing the problem,
>>>>>>> starting from "emacs -Q"?
>>>>>> 
>>>>>> $ src/emacs -Q --batch --eval "(progn (message emacs-version) (require 'cl) (require 'treesit))"
>>>>>> 31.0.50
>>>>>> Package cl is deprecated
>>>>>> lisp/treesit.el: Warning: ‘loop’ is an obsolete alias (as of 27.1); use ‘cl-loop’ instead.
>>>>> 
>>>>> Thanks.
>>>>> 
>>>>> Yuan, I think it would be good to rename 'loop' there to some other
>>>>> name, do you agree?
>>>> 
>>>> I would definitely agree. I’ve always used cl-loop (and now I try to not use it for new code). The only instance of “loop” I can find in treesit.el is in a named-let in treesit-transpose-sexps wriiten by Theo, and it’s not the CL loop but a local function defined by named-let. I wanted to rewrite it so it doesn’t use named-let because it’s not very readable, but tbh I haven’t find the time to understand that function well enough to rewrite it (because it’s not very readable :-)
>>>> 
>>>> It could be that only I can’t understand it, but code should be simple enough that even I can understand ;-)
>>> 
>>> Renaming the symbol is easy, and doesn't require you to understand the
>>> code completely.  We don't have to use cl-loop.
>> 
>> Ah right, duh :-) Though I renamed the symbol and still gets the deprecation message. There’s no other “loop” in treesit.el, only cl-loop. Could you maybe take a look?
> 
> Never mind, the deprecation message is from requiring cl. The obsolete alias error is fixed by renaming the symbol.
> 
> Yuan

Never mind × 2 :-) Juri just modified treesit-transpose-sexp so it doesn’t contain “loop” anymore.

Yuan
[Message part 3 (message/rfc822, inline)]
From: Peter Oliver <p.d.oliver <at> mavit.org.uk>
To: bug-gnu-emacs <at> gnu.org
Subject: Eliminate obsolete alias warning
Date: Fri, 3 Jan 2025 11:41:46 +0000 (GMT)
[Message part 4 (text/plain, inline)]
A patch is attached to eliminate a warning in lisp/treesit.el.

-- 
Peter Oliver
[0001-Eliminate-obsolete-alias-warning.patch (text/plain, attachment)]

This bug report was last modified 138 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.