emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] emacs-25 504696d: Etags: yet another improvement in Ru


From: Eli Zaretskii
Subject: Re: [Emacs-diffs] emacs-25 504696d: Etags: yet another improvement in Ruby tags
Date: Fri, 05 Feb 2016 11:14:04 +0200

> Cc: address@hidden
> From: Dmitry Gutov <address@hidden>
> Date: Fri, 5 Feb 2016 08:26:53 +0300
> 
> Would
> 
>      alias_method :qux, :tee, :bogus
> 
> trigger the same problem, and use the same fix?

No.  What comes after the comma must begin with attr_SOMETHING or
alias_method.  The issue being tested here is that we are not in a
state where matches for these are being tried.

But if you ever figure out how to do that with a less abnormal syntax,
feel free to update the test files.

It could also be a good idea to add a Rakefile or a Thorfile to the
ruby-src directory (when I tested the change, I just renamed one of
the other files).  It could be that those present special challenges,
and in any case we should test the file-name rules.

> If not, please disregard this email. The code works well, and supports 
> all the main use cases.

OK, thanks.  I guess we now have the "best etags in the West" (and in
the East as well), as far as Ruby support is concerned.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]