[Github-comments] [geany/geany] Ctags sync, part 1 (#1160)

Colomban Wendling notifications at xxxxx
Thu Aug 4 13:31:49 UTC 2016


> @@ -387,7 +387,7 @@ extern void makeTagEntry (const tagEntryInfo *const tag)
>  {
>  	Assert (tag->name != NULL);
>  	if (tag->name [0] == '\0')
> -		error (WARNING, "ignoring null tag in %s", vStringValue (File.name));
> +		error (WARNING, "ignoring null tag in %s", getInputFileName ());

hum no, it actually doesn't: it matches the call, but the implementation in UCTags is `return vStringValue (File.input.name);`, while ours (see below) is `vStringValue (File.source.name)`.
I have no idea if it changes anything in practice, but it's not the same.

---
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/1160/files/7ac17b662facd503d0c822cd61726f329b3a4607..1e36d2367e2b1180a84d7830b0f0e79be2dc44c8#r73521717
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160804/0db52b52/attachment.html>


More information about the Github-comments mailing list