GNU bug report logs - #22563
25.0.90; etags missing support for attr_XXX and alias_method calls with parens

Previous Next

Package: emacs;

Reported by: Dmitry Gutov <dgutov <at> yandex.ru>

Date: Fri, 5 Feb 2016 12:09:02 UTC

Severity: minor

Found in version 25.0.90

Done: Dmitry Gutov <dgutov <at> yandex.ru>

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: Dmitry Gutov <dgutov <at> yandex.ru>
Subject: bug#22563: closed (Re: bug#22563: 25.0.90; etags missing support
 for attr_XXX and alias_method calls with parens)
Date: Sat, 06 Feb 2016 10:05:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#22563: 25.0.90; etags missing support for attr_XXX and alias_method calls with parens

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 22563 <at> debbugs.gnu.org.

-- 
22563: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22563
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Dmitry Gutov <dgutov <at> yandex.ru>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 22563-done <at> debbugs.gnu.org
Subject: Re: bug#22563: 25.0.90; etags missing support for attr_XXX and
 alias_method calls with parens
Date: Sat, 6 Feb 2016 13:03:53 +0300
On 02/06/2016 12:10 PM, Eli Zaretskii wrote:

> This is now fixed on the emacs-25 branch.

Thanks!

[Message part 3 (message/rfc822, inline)]
From: Dmitry Gutov <dgutov <at> yandex.ru>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.0.90;
 etags missing support for attr_XXX and alias_method calls with parens
Date: Fri, 05 Feb 2016 15:07:53 +0300
Now that we have support for paren-less calls (added in bug#22241), it
would be nice to support the same calls when parens are used, even
though they're vastly less popular in the context we're interested in.
If only for completeness.

We already support:

    attr_reader :foo, :bar, # comment
                :qux
    alias_method :foo, #cmmt
                 :bar

This would add support for:

    attr_reader(:foo, :bar, # comment
                :qux)
    alias_method(:foo, #cmmt
                 :bar)



This bug report was last modified 9 years and 187 days ago.

Previous Next


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