THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Daniel Hahler (blueyed) 

Attached to Project - awesome
Summary - tags file (Makefile): does not  contain full name of functions
Task Type - Feature Request
Category - Build system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Normal
Reported Version - git/master
Due in Version - Undecided
Due Date - Undecided
Details - The "tags" target (generated via "make tags") does not contain the 
full name of the functions.

Instead of:

  tag.incmwfact lib/awful/tag.lua.in    /^function tag.incmwfact(add, t)$/;"    
f       language:Lua

it should be:

  awful.tag.incmwfact   lib/awful/tag.lua.in    /^function tag.incmwfact(add, 
t)$/;"    f       language:Lua


There is an active fork of exuberants-ctags (https://github.com/fishman/ctags), 
which would likely accept a patch for this, but I am unsure how this should get 
addressed.

One way might be to use "@module awful.tag" with the declaration for "local tag 
= {}" in lib/awful/tag.lua.in, and then extend the ctags parser to handle this.

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1313

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Reply via email to