Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ctags: kill subprocess on scanner errors
github.com/sirthias/borer contains a JSON file with 100k '[' chars, This caused a "token too long" error from bufio, which left the subprocess alive. Before, we waited for the subprocess to die, which never happened. This will now cause the indexing to fail for a single repo, but that is better than stopping the complete indexing pipeline. Fixes #85. Change-Id: I4ee370ae5e531fc8fde0256eac3d280771594c73
- Loading branch information