Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Would like a rebuild to fix a Container build issue

I have found a last-minute issue with a fix I made for refreshing the Scanner info after a user manually deletes the host header files using the Preferences dialog.

It is failing with Meson and CMake projects.  After the headers are removed, they are never restored.

The fix is simply to remove a property reset that is being called early for Meson and CMake projects (after parsing the build output but not the compile file).

Anyway, without the patch, if a user runs into a scanning issue, there is no way to force the header refresh and subsequent reindex.

The gerrit patch can be found at:


-- Jeff J.

Back to the top