Masatake YAMATO
Masatake YAMATO
I think `var ... typeref:enum:X ...` is better than `var ... typeref:enum X ...` as far as the current tags file has an entry for X that has enum as...
@pragmaware, look at this. > I will show a running code demonstrating this idea. Experimentally, I introduced a symbol table to the cork queue. Please, look at the 1st subfield...
@techee, I'm very sorry for taking so long time for this issue. I discussed this topic with @pragmaware at #2395. And I got a question for you. You wrote: ----...
Sorry to be late about this. I would like to split this into two stages: just writing and cleaning up. Milestone 0.8 is for writing. I will work on this....
I wonder what ctags should do when printf is failed. Printing a message to stderr via fprintf and exiting are enough?
What we can do now may be just aborting. However, it is not good for a tool using ctags as a library like Geany. If we introduce a context oriented...
I added insertToIntervalTabMaybe in a commit and removed it in another commit in this pull request. I should not do such a try-and-error in a pull request. I must reorganize...
@pidgeon777 Could you review [man/ctags-optlib.7.rst.in](https://github.com/universal-ctags/ctags/pull/3678/files#diff-9c99995dada13c6e99f36547d40dea0c9c656c2f81007e9e6ce02ab670c6dfd1) ? I added three items to our man page: * the postrun flag, * the scope=intervaltab flag, and * an example of "using the interval...
(https://github.com/actions/setup-python/issues/577)
I found a bug about running nested subparsers. It is a stopper of merging this pull request.