[kdevelop] [Bug 364971] Frequent Crash in ProblemStore::addDiagnostic due to endless recursion

2016-07-04 Thread David Nolden via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364971 --- Comment #4 from David Nolden --- The patch was actually quite trivial, the conditional "if (static_cast(problem->m_diagnostics.size()) != problem->d_func()->diagnosticsSize())" simply needed to be removed so that

[kdevelop] [Bug 364971] Frequent Crash in ProblemStore::addDiagnostic due to endless recursion

2016-07-04 Thread David Nolden via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364971 David Nolden changed: What|Removed |Added Latest Commit|

[kdevelop] [Bug 350409] Outline widget disappears when clicking on it

2016-07-02 Thread David Nolden via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350409 David Nolden changed: What|Removed |Added Status|CONFIRMED |RESOLVED

[kdevelop] [Bug 364971] Frequent Crash in ProblemStore::addDiagnostic due to endless recursion

2016-07-02 Thread David Nolden via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364971 --- Comment #1 from David Nolden --- Note that I'm currently testing a patch to fix this. Until now it seems to work. I'll commit it if the bug doesn't reappear. The trick is to always re-index the child diagnostics in

[kdevelop] [Bug 364971] New: Frequent Crash in ProblemStore::addDiagnostic due to endless recursion

2016-07-01 Thread David Nolden via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364971 Bug ID: 364971 Summary: Frequent Crash in ProblemStore::addDiagnostic due to endless recursion Product: kdevelop Version: git master Platform: Compiled Sources

[kdevelop] [Bug 358853] include not found in a header causes random parsing/highlighting/code completion glitches

2016-02-03 Thread David Nolden via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358853 David Nolden changed: What|Removed |Added Latest Commit|http://commits.kde.org/kdev

[kdevelop] [Bug 358853] include not found in a header causes random parsing/highlighting/code completion glitches

2016-02-01 Thread David Nolden via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358853 --- Comment #5 from David Nolden --- Git commit c9dcbaeedef2ec746214d1be91a09293492e4abb by David Nolden. Committed on 01/02/2016 at 18:15. Pushed by zwabel into branch '5.0'. Add a testcase for BUG: 358853 It seems to

[kdevelop] [Bug 358853] include not found in a header causes random parsing/highlighting/code completion glitches

2016-02-01 Thread David Nolden via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358853 --- Comment #5 from David Nolden --- Git commit c9dcbaeedef2ec746214d1be91a09293492e4abb by David Nolden. Committed on 01/02/2016 at 18:15. Pushed by zwabel into branch '5.0'. Add a testcase for BUG: 358853 It seems to

[kdevelop] [Bug 358853] include not found in a header causes random parsing/highlighting/code completion glitches

2016-02-01 Thread David Nolden via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358853 --- Comment #4 from David Nolden --- Git commit a1d6a13183c01b9ea2c45e470e81f9ec53df7ada by David Nolden. Committed on 01/02/2016 at 18:11. Pushed by zwabel into branch 'master'. Always show recursive "missing include"

[kdevelop] [Bug 358853] include not found in a header causes random parsing/highlighting/code completion glitches

2016-02-01 Thread David Nolden via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358853 David Nolden changed: What|Removed |Added Resolution|--- |FIXED

[kdevelop] [Bug 358853] include not found in a header causes random parsing/highlighting/code completion glitches

2016-02-01 Thread David Nolden via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358853 --- Comment #2 from David Nolden --- Git commit 7bdc9e8d9539c6e904edbd021d0cc359cdc8e843 by David Nolden. Committed on 01/02/2016 at 15:53. Pushed by zwabel into branch 'master'. Add a testcase for BUG: 358853 It seems

[kdevelop] [Bug 358853] New: include not found in a header causes random parsing/highlighting/code completion glitches

2016-01-31 Thread David Nolden via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358853 Bug ID: 358853 Summary: include not found in a header causes random parsing/highlighting/code completion glitches Product: kdevelop Version: git master Platform: unspecified