https://bugs.kde.org/show_bug.cgi?id=460450
--- Comment #7 from Igor Kushnir <igor...@gmail.com> --- Git commit 11010a3d4d8ddf3a217f686f20248756108fe43e by Igor Kushnir. Committed on 22/01/2023 at 16:28. Pushed by igorkushnir into branch 'master'. cmake: show a warning if project is configured with outdated data When project data is outdated right after configuring, KDevelop does not reconfigure the project to avoid a reload loop in case of a bug or some upstream CMake change. Project data can be outdated right after configuring if the user edits a source CMake file during a CMake configure or generate step. In this case reloading the project will bring the data up to date. Show a warning that asks the user to do just that. The user can finish editing source CMake files, reload the project, and the reminding warning will disappear automatically. If a reload loop occurs for some reason, the user will eventually cease reloading and hopefully report a bug. I plan to implement the added TODO together with future project reloading fixes. M +25 -1 plugins/cmake/cmakemanager.cpp M +4 -4 plugins/cmake/cmakemanager.h https://invent.kde.org/kdevelop/kdevelop/commit/11010a3d4d8ddf3a217f686f20248756108fe43e -- You are receiving this mail because: You are watching all bug changes.