rherilier

Results 18 comments of rherilier

@CedricGuillemet: I can provide a PR for this functionality. Do you prefer that `IsUsing()` returns `true` when `ViewManipulate(...)` is active or a new function `IsUsingViewManipulate()` as proposed in one of...

@CedricGuillemet: this issue can be closed

partially done in #336 which add `IsUsingViewManipulate()`.

Did you use `-std=c2x` or `-std=c23` as compilation flag? As your ccls seems to be build against clang 14.0.6 (which has been released in 2022 while C23 is only official...

I know it is not an important issue, but what about making the tests optional at build time? Or slightly better: moving them from ccls to a second executable (like...

As I'm not used to your project, what is your preference: * a `main.cc` in a dedicated directory "tests"; * rename `main.cc` to `main_server.cc` for the "ccls" executable and create...

Hi, Here are some feedbacks. First, you should purely and solely ignore irrelevant backends for the target system: win32 can be ignored on unices, but it have to be build...

eglot (the Emacs' builtin LSP client) does. It is far better compared to restarting ccls when doing a git rebase or switching between builds. And it's the last point I...