Jiří Techet

Results 51 issues of Jiří Techet

When playing with various languages I ran into this warning for this file: https://github.com/facebook/react/blob/master/src/renderers/shared/fiber/ReactFiberBeginWork.js It looks the code doesn't like lines like ``` var { findNextUnitOfWorkAtPriority } = require('ReactFiberPendingWork'); ```...

This patch avoids creating a temporary file containing concatenated source files passed on the command-line when the `-P` option is used (or when tags are generated for other languages than...

tag-manager

This problem can be seen on scintilla/src/Document.cxx where not all anonymous tags are renamed because of macros. Fix that by not breaking the rename loop for macros for C-like languages.

tag-manager

While the current way of grouping symbols under various categories like "Functions", "Structures", "Macros" etc. may be useful in some situations, it doesn't allow true sorting by name or sorting...

This is rebased #3175 with cleaned up commit history but no functional change.

tag-manager

This patch adds basic Prolog support (only scintilla laxer, there's no ctags parser). I used swi-prolog for the compiler and run commands which I believe is the most commonly used...

filetype

To be able to perform changes in our tag mappings without possibly invalidating existing tag files, store also the ctags kind letter to the tag file and use it instead...

tag-manager

I'm not sure how robust our parser is against invalid input or updated ctags file format so better use the upstream version of the official library to parse ctags files...

tag-manager

Right now parsing of modules is not enabled. The problem is that module name in ocaml is the name of the source file and with our unit tests the source...

ctags parser

This is a cherry-picked commit 55ba7264c0722c9519c0fdfacdf2363ad1c59e94 from uctags to address a memory leak reported in https://github.com/universal-ctags/ctags/issues/3372

ctags parser