Boris Staletic

Results 48 issues of Boris Staletic

While the following vimscript is linted correctly: ```VimL python

bug

I've just tried [CTRE](https://github.com/hanickadot/compile-time-regular-expressions) on these benchmarks. On my machine, it beats rust. Here's the code: ```c++ #include "ctre.hpp" #include #include #include #include #include template void measure(const std::string& data) {...

As discussed in #1480, this time ycmd keeps the state of all files, on a per-completer bases. It definitely needs more testing and, like I mentioned in gitter, this doesn't...

The plan is do go in details about the python interface. This would include: - The basic inline python and calling python functions from the vim command line. - Checking...

https://langserver.org/ That thing lists 3 lua server and all of them work. Clojure server also work, but only if `bash` exists on the system. I.e. not even BSD systems would...

In case this is the wrong place to file a bug report, please point me in the right direction. Yesterday I was investigating why codecov was not commenting on ycm-core/ycmd...

# PR Prelude Thank you for working on YCM! :) **Please complete these steps and check these boxes (by putting an `x` inside the brackets) _before_ filing your PR:** -...

Latest clangd does not provide a fixit to change ```c++ struct s { ~s(); }; s::~s() {} ``` to ```c++ struct s { ~s(); }; s::~s() = default; ``` Otherwise,...

Turns out ycmd needs a tiny part of the whole framework specification from PEP 3333. Note that this does not fully conform to the specification, but it mostly does. Currently...

This is the implementation of the server side changes needed to have useful support for LSP call/type hierarchies. While the clien side changes deserve more attention, the server side should...