Menu

#365 Selecting Python kinds is broken

open
5
2015-06-10
2015-05-18
No

Selecting Python kinds with --python-kinds= appears to be broken for a long time. Only "+i" and "-i" works, but I cannot disable function/class/member/variable tags.

This appears to be because only makeSimpleTag (used for imports) checks the kind enabled status.
makeTagEntry (used for all others) does not. Please add checks for these.

Discussion

  • Masatake YAMATO

    Masatake YAMATO - 2015-05-19

    Interesting.

    github people tries to fix this issue at https://github.com/fishman/ctags/issues/324

     

    Last edit: Masatake YAMATO 2015-05-19
  • Masatake YAMATO

    Masatake YAMATO - 2015-06-10

    Fixed in universal-ctags.

     

Log in to post a comment.