[kdev-python] [Bug 355094] Kdevelop unresponsive, possibly hang, when editing python 2.x code
https://bugs.kde.org/show_bug.cgi?id=355094 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE --- Comment #22 from Sven Brauch --- *** This bug has been marked as a duplicate of bug 358563 *** -- You are receiving this mail because: You are watching all bug changes.
[kdev-python] [Bug 355094] Kdevelop unresponsive, possibly hang, when editing python 2.x code
https://bugs.kde.org/show_bug.cgi?id=355094 --- Comment #21 from Sven Brauch --- Nah, this is not a proper fix for the problem. I need to know where the issue originates from ... -- You are receiving this mail because: You are watching all bug changes.
[kdev-python] [Bug 355094] Kdevelop unresponsive, possibly hang, when editing python 2.x code
https://bugs.kde.org/show_bug.cgi?id=355094 --- Comment #20 from p.v.niek...@hccnet.nl --- The suggested workaround fixes the problem. Not sure exactly what functionality is gone now because of this. Anyway, this fix needs to be in! -- You are receiving this mail because: You are watching all bug changes.
[kdev-python] [Bug 355094] Kdevelop unresponsive, possibly hang, when editing python 2.x code
https://bugs.kde.org/show_bug.cgi?id=355094 --- Comment #19 from Sven Brauch --- sorry, duchain/types/unsuretype.cpp is the file name. The line is results.append(resolved.cast()->typesRecursive()); That apparently runs into a (near?) infinite recursion, but I'm not sure how. To find out I'd need some example code which creates a type which triggers this behaviour. -- You are receiving this mail because: You are watching all bug changes.
[kdev-python] [Bug 355094] Kdevelop unresponsive, possibly hang, when editing python 2.x code
https://bugs.kde.org/show_bug.cgi?id=355094 --- Comment #18 from Sven Brauch --- That is not related, that's just kate's Qt highlighting. It's a bit weird, but you can ignore it, it is harmless. I'm sorry for the inconvenience, but without a way to reproduce I can't really fix it. If you need a quick workaround, delete line 57 in duchain/unsuretype.cpp. You will lose a bit of type tracking accuracy but probably not much. -- You are receiving this mail because: You are watching all bug changes.
[kdev-python] [Bug 355094] Kdevelop unresponsive, possibly hang, when editing python 2.x code
https://bugs.kde.org/show_bug.cgi?id=355094 --- Comment #17 from p.v.niek...@hccnet.nl --- We keep seeing this behaviour every day, quite annoying. Despite that, we have not found what actually triggers it. Not sure if it's related, but one thing we noticed is that whenever we use the word "connect" in a python file, it is always rendered Bold in a blue-ish color, independent of how and when the word is used. Expectation would be that only the definition would be bold, and that there would be variation in the colour used. Is there a reason for this special treatment? -- You are receiving this mail because: You are watching all bug changes.