-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
racerd completion failure: CouldNotOpenTerminal #2222
Comments
As temp workaround u could use vim from any terminal emulator. I have subj problem only in gVim |
I have the same problem in NeoVim. |
racerd is updated with the latest logger. ycmd still needs to be updated with the latest racerd submodule, but I've run out of time this morning. |
@jwilm if it is just updating the submodule to master, I can do it this evening? |
@andoriyu could you post a reliable test case I can use to confirm it is resolved? |
@puremourning In theory, it's just updating the submodule, but I wanted to test in an editor that everything is working ok. There's also a change appveyor won't be happy with the latest racerd (would probably just need to update rust compiler version). |
@puremourning no idea how to test it, but I know that test suit you have now is failing when you run in it inside neovim (it has terminal emulator within) |
We don't support neovim, sorry and i'm not sure what you mean by the test suite failing. That could be for any number of reasons. In any case, @jwilm after updating the submodule and running the tests, i get successful completions in Vim for the rust test files in @andoriyu if you want to try out the fix, you can just check out my branch of ycmd (in third_party/ycmd) or manually pull the |
@puremourning I mean test suit was failing when it was run inside of neovim because of "CouldNotOpenTerminal". It's all working now in NeoVim. |
[READY] Update racerd to master Fixes ycm-core/YouCompleteMe#2222 (comment) by updating racerd to master. WIP because @jwilm thinks appveyor might barf. Edit: Technically only fixes above issue when ycmd submodule updated in YCM <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/580) <!-- Reviewable:end -->
Trying to use the Rust completion, I get the following error:
Debug info:
Looking at the racerd stderr logfile, I see:
This is on Arch Linux.
Looks like this this comes out of the iron framework's logger component. And looks like they've recently merged a related-looking PR.
The text was updated successfully, but these errors were encountered: