[Github-comments] [geany/geany] Sync ctags main part (#1263)
Jiří Techet
notifications at xxxxx
Wed Feb 15 00:20:44 UTC 2017
techee commented on this pull request.
> @@ -20,5 +20,5 @@ obj
qar�64�Struct.Union�0�int
quxx�64�Struct.Union�0�bool
test.simple�256�0
-tfun�16�(T)�Class�0�auto
+tfun�16�(T v)�Class�0�auto
This doesn't seem to be a valid D code (or valid code for any function-like declaration from c.c). The way signature collection works now it probably replaces the original signature "T" with the second signature "T v" when the second "(" appears. I could probably adjust the signature collection code but not sure if it's worth it as this shouldn't happen in a valid code.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1263
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170214/2b191f1e/attachment.html>
More information about the Github-comments
mailing list