micbou
micbou
Thanks for the report. This is not possible with the current implementation because the diagnostic limitation is done on the server side while the filtering is done on the client...
> when there's a class C, typing x = C() is quite insistent in suggesting chr instead and hitting Enter leaves the line looking x = chr with the cursor...
I am a collaborator of the `ycmd` project. We recently [updated the `racerd` submodule](https://github.com/Valloric/ycmd/pull/580) to include PR #53 but not [yours](https://github.com/jwilm/racerd/pull/54) because it was merged a few days later. If...
@jwilm Do you plan to drop the `logger` dependency or update it as in PR #63? Some of our users are experiencing the issue. See https://github.com/Valloric/ycmd/issues/849.
@asdyjd Could you run the script with only the `--clang-completer` flag: ``` python build.py --clang-completer ``` and paste its output in [a Gist](https://gist.github.com/)?
Thanks. So, you are experiencing a libclang crash. Could you open an issue on the ycmd repository with a minimal reproducible test case (including the `.cpp` and `.ycm_extra_conf.py` files) that...
> And it seems like we need to use latest libclang instead of the system default which has marked as obsolete in the help doc. Right, not recommended has clearly...