Masatake YAMATO

Results 140 issues of Masatake YAMATO

This one is derrived from https://github.com/universal-ctags/ctags/pull/3363#discussion_r1594584760 . The name of the parser: JavaScript The command line you used to run ctags: ``` $ ./ctags --options=NONE --excmd=combine --sort=no --fields=rZKs --extras=+r -o...

This issue is derived from https://github.com/universal-ctags/ctags/pull/3363#discussion_r1593179625 . The name of the parser: JavaScript The command line you used to run ctags: ``` ./ctags --options=NONE --excmd=combined --sort=no --fields=rZKs --extras=+r -o -...

In addition, this pull request allows you to fill out a field for a foreign tag from optscript.

``` $ curl -LO https://github.com/BurntSushi/toml/raw/refs/heads/master/internal/toml-test/tests/invalid/encoding/bad-utf8-at-end.toml % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0...

* make -Q,--filter not work on ptags when -P,--with-pseudo-tags is specified together With this version, ``-Q,--filter`` option doesn't affect the pseudo tags listed with ``-P,--with-pseudo-tags`` option. ``-Q,--filter`` option specified wth...

``` ctags: ./main/vstring.h:111: parsing adcli/master--lcopy/archives/build/Makefile.am:8 as Make (core dumped) ${CTAGS}\ -R --kinds-all='*' --fields='*' --fields-all='*' --extras='*' --extras-all='*' --roles-all.'*'='*' \ --options-maybe=$(encode_optlib_dir "$d") -o $(encode_tag_file "$d") "$d" -- ctags: ./main/vstring.h:111: parsing alsa-tools/master--lcopy/archives/ld10k1/include/Makefile.am:33 as...

``` [yamato@dev64 ~]$ cat /tmp/input.cc [[[]]] [yamato@dev64 ~]$ ~/bin/ctags --options=NONE /tmp/input.cc ctags: Notice: No options will be read from files or environment ctags: parsers/cxx/cxx_parser_tokenizer.c:1083: cxxParserParseNextTokenCondenseCXX11Attribute: Assertion `false' failed. ctags: parsers/cxx/cxx_parser_tokenizer.c:1083:...

I'm enjoying using `-Q`. However, writing a long S expression on CLI is painful. Writing completion rules in zsh is a choice, but I don't have enough time. So I'm...

I have many chances to write the `-Q` expression. I found I had to write `$` with a fallback value to make readtags run without error: ``` (or ($ "properties")...

This pull request implements the ideas I wrote in https://github.com/universal-ctags/citre/issues/178. Example sessions: - https://github.com/universal-ctags/citre/issues/178#issuecomment-2330336232 - https://github.com/universal-ctags/citre/issues/178#issuecomment-2330430958 With this pull request, readtags can take multiple -t option. So you can find...