[kdev-python] [Bug 392031] UI is regularly lagging with regular micro freezes

2018-03-19 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=392031

Francis Herne  changed:

   What|Removed |Added

 CC||m...@flherne.uk
   Version Fixed In||5.2.2

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdev-python] [Bug 392031] UI is regularly lagging with regular micro freezes

2018-03-19 Thread Francis Herne
https://bugs.kde.org/show_bug.cgi?id=392031

Francis Herne  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kde
   ||v-python/864d2d70965e86b5b6
   ||b73ab726b88fa07d064121
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Francis Herne  ---
Git commit 864d2d70965e86b5b6b73ab726b88fa07d064121 by Francis Herne, on behalf
of Florent Viard.
Committed on 20/03/2018 at 00:03.
Pushed by flherne into branch '5.2'.

Ensure that codestyle.py always returns something on stdout to unlock m_mutex.

By returning only a "0" size on stdout, pythonstylechecking.cpp will
 see a "reply" and unlock the m_mutex.

This avoids serious UI hangs when the stylechecker is enabled but
 `pycodestyle` is not installed.
Differential Revision: https://phabricator.kde.org/D11474

M  +2-0codestyle.py
M  +2-0pythonstylechecking.cpp

https://commits.kde.org/kdev-python/864d2d70965e86b5b6b73ab726b88fa07d064121

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdev-python] [Bug 392031] UI is regularly lagging with regular micro freezes

2018-03-18 Thread Florent Viard
https://bugs.kde.org/show_bug.cgi?id=392031

--- Comment #1 from Florent Viard  ---
Fix for the main issue:
https://phabricator.kde.org/D11474

-- 
You are receiving this mail because:
You are watching all bug changes.