https://bugs.kde.org/show_bug.cgi?id=412707
Igor Kushnir <igor...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/kdev | |elop/kdevelop/-/commit/a37c | |72dfd724a1bd2a587b46cc8a2ec | |f521d5001 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Version Fixed In| |5.13.231200 --- Comment #10 from Igor Kushnir <igor...@gmail.com> --- Git commit a37c72dfd724a1bd2a587b46cc8a2ecf521d5001 by Igor Kushnir. Committed on 02/10/2023 at 19:50. Pushed by igorkushnir into branch 'master'. Clean up libclang's temporary files on KDevelop start I plan to place other temporary files created by KDevelop into the session temporary directory in the future. For example, KDevelop leaves behind many temporary kdevelop.* files after exit. Not all KDevelop tests remove their temporary files on exit. The session temporary directory use can be wrapped into convenient classes derived from QTemporaryDir and QTemporaryFile. Related: bug 378909 FIXED-IN: 5.13.231200 M +3 -0 kdevplatform/interfaces/icore.h M +75 -0 kdevplatform/shell/core.cpp M +1 -0 kdevplatform/shell/core.h M +2 -0 kdevplatform/shell/core_p.h M +47 -7 plugins/clang/duchain/clangindex.cpp https://invent.kde.org/kdevelop/kdevelop/-/commit/a37c72dfd724a1bd2a587b46cc8a2ecf521d5001 -- You are receiving this mail because: You are watching all bug changes.