Boris Staletic

Results 157 comments of Boris Staletic

All review comments have been addressed. Ycmd and YCM tests are passing and a manual test with unicode identifiers passed as well. Merging.

How could I make jdt produce such a code action in order to test the implementation? I have tried a few things, but I could not trigger that assertion.

This usually happens when clangd is unable to parse your source. Can you even compile your source with clang? If clang can not understand your code, there's nothing ycmd can...

With newer kernels `make module_install` works even with `CONFIG_MODULES` not set. I do not know who sets up the symlinks, but if one is using `gentoo-kernel` to manage kernels, this...

This was run a while ago, so mergify config does not match. Merging manually.

I can repro this, but as far as I can tell it's the fault of JDT itself. It actually reports diagnostics the way you are seeing them. YCM is just...

The key part are the messages exchanged between JDT.LS and tge client. Turn on debug logging, as I have suggested in my previous comment. Then look at the `.log`, which...

I'll close this, as this was never YCM's fault, but JDT's.

The suggested behaviour feels very wrong to me. You told YCM to open the definition in the same buffer youbare in and expect YCM to switch a tab and maybe...

Right, that makes more sense, but I'd have to check if vim itself agrees and if there's a noticable performance hit for the usual use case. I am on a...