[Github-comments] [geany/geany] Sync ctags parsers with small changes with Geany (PR #2990)

Jiří Techet notifications at xxxxx
Mon Nov 15 15:49:07 UTC 2021


> I haven't looked at update-ctags.py in detail but I assume it attempts to preserve our small changes?

The only small change in ctags `main` is what `ctags_changes.patch` does - the script just copies over the files from ctags main and applies this patch.

Another story are the parsers where changes are rather big apart from parsers in this pull request. The script ignores parsers starting with `geany_` (those will have to be maintained by us) and only replaces parsers without this prefix. This is something this pull request does too - removes the `geany_` prefix so the next time we run `update-ctags.py`, the upstream versions of these parsers will be copied automatically and we won't have to worry about them any more.

-- 
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/2990#issuecomment-969044532
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211115/2a46d47c/attachment.htm>


More information about the Github-comments mailing list