ctags unexpected response for some C/C++ files
I am using the newest ctags version. What is the correct ctags version I should use? Thanks
Apologies we hardcode some stuff about which languages ctags supports, and ctags doesn't fail gracefully if there are conflicting files. I've been meaning to make this more graceful (in sourcegraph/go-ctags), will take a look soon.
I didn't get around to this yet, I did spike some time on it though. Is this still a problem for you?
@zzkzzzz Can I see the input file that triggered the bug?
I'm getting an error when try using zoekt-index with ctags: ignoring universal:ctags or scip: error: starting ctags failed with: Unknown language "Thrift" in "languages" option
I've tried couple of ctags versions, one from install-ctags-alpine.sh and from public repo. Getting same error.
Is there any workaround for this issue? Thanks in advance.
Are you sure zoekt-index is using that version of ctags installed from that script? We use that in CI so our CI would be failing if that was the case.
To be fair we should make it a little more flexible on the version of ctags used, which we can explore as a follow-up
I was sure until you asked :) I've build it in a new docker container. But I'll check it again and if the problem persists I will attach my dockerfile. Thanks