-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ctags unexpected response for some C/C++ files #448
Comments
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: 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 |
I am using the newest ctags version. What is the correct ctags version I should use?
Thanks
The text was updated successfully, but these errors were encountered: