[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#14517: t/tags-pr12372.sh assumes that etags generates tags for all f
From: |
Peter Rosin |
Subject: |
bug#14517: t/tags-pr12372.sh assumes that etags generates tags for all files |
Date: |
Mon, 03 Jun 2013 15:44:18 +0200 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 |
On 2013-06-03 15:21, Stefano Lattarini wrote:
> On 06/03/2013 11:47 AM, Stefano Lattarini wrote:
>>
>> Peter Rosin wrote:
>>>
>>> Yup, I'm happy to test anything you come up with (within reason :-).
>>>
>> Here it is. Does it work for you?
>>
>> PATCH] tests: fix spurious failure when 'etags' program is Exuberant Ctags
>>
>> Fixes automake bug#14517.
>>
>> * t/tags-pr12372.sh: If the 'etags' program in use supports the
>> '--langmap' option, use it. That is required to avoid spurious
>> failures with Exuberant Ctags (at least version 5.8), which by
>> default do not generate any tags for file extensions it doesn't
>> recognize.
>>
> I've tried the patch with etags from both Exuberant Ctags and from
> Emacs, and everything works correctly. I'm thus closing this report.
> Peter, please holler if the problems somehow still persists for you,
> since I'm planning to release Automake 1.13.3 this evening or
> tomorrow morning.
Hi Stefano!
I was right in the middle of something, but since you're on a tight
schedule, I took the time to check and it indeed fixes the problem
here. Thanks!
There is one little nitpick in the comment if you care:
+# Exuberant Ctags (at least version 5.8) do not generate any tags
^^^^
s/ do / does /
Cheers,
Peter