[Github-comments] [geany/geany] Use the official 'libreadtags' library from ctags for parsing ctags files (PR #3049)

Jiří Techet notifications at xxxxx
Wed Dec 8 16:22:38 UTC 2021


I'm not sure how robust our parser is against invalid input or updated ctags file format so better use the upstream version of the official library to parse ctags files so we don't have to worry about this.

In addition, this patch also updates the code to read all the ctags kinds we need in tagmanager.
You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/3049

-- Commit Summary --

  * Add ctags 'readtags' library to allow us parse ctags files
  * Use the readtags library to parse ctags files

-- File Changes --

    M ctags/Makefile.am (2)
    A ctags/libreadtags/readtags.c (1310)
    A ctags/libreadtags/readtags.h (295)
    M src/tagmanager/Makefile.am (1)
    M src/tagmanager/tm_source_file.c (174)

-- Patch Links --

https://github.com/geany/geany/pull/3049.patch
https://github.com/geany/geany/pull/3049.diff

-- 
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/3049
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211208/4c5bd7fd/attachment.htm>


More information about the Github-comments mailing list