[Github-comments] [geany/geany] TM cleanups (#957)

Jiří Techet notifications at xxxxx
Wed May 4 12:47:22 UTC 2016


> +				if (map->entries[i].kind == kinds[j])
> +					ctags_found = TRUE;
> +				/* check that for every type in ctags there's a type in TM */
> +				if (map->entries[j].kind == kinds[i])
> +					tm_found = TRUE;
> +				if (ctags_found && tm_found)
> +					break;
> +			}
> +			if (!ctags_found)
> +				g_warning("Tag type '%c' found in TM but not in ctags for %s",
> +					map->entries[i].kind, tm_ctags_get_lang_name(lang));
> +			if (!tm_found)
> +				g_warning("Tag type '%c' found in ctags but not in TM for %s",
> +					kinds[i], tm_ctags_get_lang_name(lang));
> +
> +			presence_map[map->entries[i].kind]++;

Yeah, I think this doesn't matter performance/memory-wise.

---
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/957/files/5d9376ea801a6e6c3ec22748741362a3a2eff7ac#r62032029
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160504/ccbd51e0/attachment.html>


More information about the Github-comments mailing list