universal-ctags / ctags

A maintained ctags implementation
https://ctags.io
GNU General Public License v2.0
6.51k stars 622 forks source link

EmacsList,Go,Lisp: use `Y` instead of `u` to represent unknown Language objects #3884

Closed masatake closed 9 months ago

masatake commented 9 months ago
EmacsLisp            u      unknown               yes     no      0      NONE   unknown type of definitions
Go                   u      unknown               yes     yes     1      NONE   unknown
Lisp                 u      unknown               yes     no      0      NONE   unknown type of definitions
Python               x      unknown               yes     no      2      NONE   name referring a class/variable/function/module defined in other module

Though breaking compatibilities, I will change the letters for unknown to Y.

Originally posted by @masatake in https://github.com/universal-ctags/ctags/issues/3535#issuecomment-1330661680

masatake commented 9 months ago

Surprisingly, I solved this one in #3567.