Carlo Delle Donne

Results 38 comments of Carlo Delle Donne

Thank you so much for the very thorough explanation, I appreciate that. I tried your new branch and it does produce a correct result for the subtitle file that I...

> However that brought me to another workaround of a symlink on the server, which indeed requires root access, but is much faster than external storage. @jotoeri I just stumbled...

Ah, re-scanning the file database with `occ` worked indeed. Thanks!

@marwing we'd need to decide how to incorporate this into the architecture of Vim-CMake. Feel free to propose something, otherwise I'll take this up in a few weeks.

> We may want to create/update query files when running any CMake command, to create/update in existing build trees. I'm not sure I understand why. Doesn't a query file only...

By the way, somewhat related question. When running `:CMakeGenerete`, Vim-CMake also retrieves a list of CTest tests defined in the build tree by running `ctest --show-only=json-v1`, which returns a JSON...

One more thing: when making a list of CMake targets, I believe we should filter out [interface libraries](https://cmake.org/cmake/help/latest/manual/cmake-buildsystem.7.html#interface-libraries), as they do not generate any build rules. Would you agree?

Hi, thanks a lot for reporting this. I had indeed overlooked the situation with build systems other than Makefile-based ones. There are a number of things I assumed to be...

I went a little bit into too much detail perhaps, as I'm curious to hear your thoughts on these issues, if you have any. I'll try to find time soon...

Pong! :) Apologies for the long radio silence, it's a busy period. And thanks a lot for the extensive comment. > Ideally there was a way to just open a...