Masatake YAMATO
Masatake YAMATO
Codecov reports nothing about the change. It might be better to use codecov also in the MinGW environment. _Originally posted by @k-takata in https://github.com/universal-ctags/ctags/issues/3072#issuecomment-886260977_
This pull request introduces `--_hint=` option and internal APIs for utilizing the given tags file. A parser can use the pre-existing tags file for improving the quality of parsing and...
Inspired from #2598. The lregex code uses group numbers of regex matching in many places. `{mgroup=N}` is one of them I have found many issues about usage. - [ ]...
Interpreter: - [ ] provide the way to fill language specific fields - [ ] provide the way to create anonymous tags - [ ] provide accessors for implementation field...
Close #2935 again. The original version of this pull request was merged and reverted because a segmentation fault is detected on AppVeyor. Newly introduced vStringNewPrintf and vStringNewVPrintf trigger a bug...
> @masatake - it seems that the c tag was already used for classes in Python. Can you update the merge to use capitalized C for code cells instead? See...
man-test.py rejects 7935a2c. This is the time to rewrite the script as @hirooih suggested in https://github.com/universal-ctags/ctags/pull/2853 . _Originally posted by @masatake in https://github.com/universal-ctags/ctags/issues/3000#issuecomment-832080439_
I will use this area for improving docs/optscript.rst incrementally. Though it is not ready for review, however, if you are interested in writing or improve an optlib parser with optscript,...
PuppetManifest parser is the primary testbed for multi-table parsing and optscript. Items must be solved before merging optscript (#2794) - [ ] fill typeref fields of type kind objects -...
* It seeems that the initial value for the flag can crash ctags. * The range of the value passed to the flag is not verified well. Thank you very...