[kdevplatform] [Bug 378909] KDevelop leaving temp files behind on Mac

2017-04-19 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=378909 RJVB changed: What|Removed |Added See Also||https://bugs.kde.org/show_b |

[kdevplatform] [Bug 378909] KDevelop leaving temp files behind on Mac

2017-04-19 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=378909 --- Comment #8 from RJVB --- Created attachment 105089 --> https://bugs.kde.org/attachment.cgi?id=105089&action=edit clean up VCSDiffPatchSource/PatchReview diff files -- You are receiving this mail because: You are watching all bug changes.

[kdevplatform] [Bug 378909] KDevelop leaving temp files behind on Mac

2017-04-19 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=378909 RJVB changed: What|Removed |Added Attachment #105074|0 |1 is obsolete|| --

[kdevplatform] [Bug 378909] KDevelop leaving temp files behind on Mac

2017-04-19 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=378909 --- Comment #7 from RJVB --- Comment on attachment 105074 --> https://bugs.kde.org/attachment.cgi?id=105074 clean up VCSDiffPatchSource/PatchReview diff files diff --git plugins/patchreview/patchreview.cpp plugins/patchreview/patchreview.cpp index 06

[kdevplatform] [Bug 378909] KDevelop leaving temp files behind on Mac

2017-04-19 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=378909 --- Comment #6 from RJVB --- An observation not directly related to the topic at hand: void PatchReviewPlugin::documentClosed(KDevelop::IDocument*) QUrl("file:///home/bertin/work/src/Scratch/KDE/KF5/kdevelop-git-5/languages/clang/duchain/parsesession.c

[kdevplatform] [Bug 378909] KDevelop leaving temp files behind on Mac

2017-04-19 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=378909 --- Comment #5 from RJVB --- Created attachment 105088 --> https://bugs.kde.org/attachment.cgi?id=105088&action=edit clean up some of the parser temp files This reduces disk clutter related to clang-based parsing, apparently without side-effects (tes

[kdevplatform] [Bug 378909] KDevelop leaving temp files behind on Mac

2017-04-19 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=378909 RJVB changed: What|Removed |Added See Also||https://bugs.kde.org/show_b |

[kdevplatform] [Bug 378909] KDevelop leaving temp files behind on Mac

2017-04-19 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378909 Kevin Funk changed: What|Removed |Added CC||aleix...@gmail.com -- You are receiving this mail

[kdevplatform] [Bug 378909] KDevelop leaving temp files behind on Mac

2017-04-19 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=378909 Kevin Funk changed: What|Removed |Added Product|kdevelop|kdevplatform Component|general

[kdevplatform] [Bug 378909] KDevelop leaving temp files behind on Mac

2017-04-18 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=378909 --- Comment #3 from RJVB --- Created attachment 105074 --> https://bugs.kde.org/attachment.cgi?id=105074&action=edit clean up VCSDiffPatchSource/PatchReview diff files Rough patch that does the job. -- You are receiving this mail because: You are w

[kdevplatform] [Bug 378909] KDevelop leaving temp files behind on Mac

2017-04-18 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=378909 --- Comment #2 from RJVB --- Ah, that's because ``` void PatchReviewPlugin::setPatch( IPatchSource* patch ) { //... if( m_patch ) { disconnect( m_patch.data(), &IPatchSource::patchChanged, this, &PatchReviewPlugin::notifyPatchChanged );

[kdevplatform] [Bug 378909] KDevelop leaving temp files behind on Mac

2017-04-18 Thread RJVB
https://bugs.kde.org/show_bug.cgi?id=378909 --- Comment #1 from RJVB --- Erm, I just notice that the kdevelop_*.patch files are also left behind on Linux (in /tmp on my system)! -- You are receiving this mail because: You are watching all bug changes.