Masatake YAMATO

Results 774 comments of Masatake YAMATO

If I use --name-length-limit as the name of the option for this purpose, we should truncate the name because --pattern-length-limit=N truncates patterns. In such a case, we have to deal...

@ffes and @k-takata, I'm thinking about introducing a code generator(ctagst) written in bash to our build process. See #614. ctagst converts something.ctags to something.c. Is it acceptable? If this introduces...

@cweagans, About Fedora I will work on or I will contact the package Fedora/RHEL maintainer of exuberant ctags. A source tar ball is needed anyway.

O.K. Thank you.

@k-takata, thank you.

I'm working hard to generalize field manipulation based on the idea proposed in #857 by @pragmaware. Could you wait for awhile?

@techee, did you see `typeref:typename` introduced by @pragmaware ? ``` [yamato@x201]~/var/ctags-github% cat /tmp/foo.c cat /tmp/foo.c char *foo; int bar() { return 0; } [yamato@x201]~/var/ctags-github% ./ctags -o - /tmp/foo.c ./ctags -o...

@jlugjb, thank you. Parsing only the first branch is expected behavior as ctags(1) man says: ``` In general, ctags tries to be smart about conditional preprocessor directives. If a preprocessor...

@pragmaware, I have an idea about "typeref:" field and I would like to get your approval. You introduced "typename" as the default value for the 1st subfield of the typeref...

I have taken time for thinking about this. In some cases, this is useful. I wonder how about introducing `--param-CPreProcessor:visitAllBranches=yes` option.