[kdevelop] [Bug 328006] KDevelop crash with kdev-python

2016-04-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=328006 Sven Brauch changed: What|Removed |Added Latest Commit|http://commits.kde.org/kdev |http://commits.kde.org/kdev

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-04-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 Sven Brauch changed: What|Removed |Added Status|REOPENED|RESOLVED

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-04-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 --- Comment #6 from Sven Brauch --- Can you just run ldd on the plugin library? I wonder what it links against right now ... -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-04-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 --- Comment #4 from Sven Brauch --- kdev-python finds Python 3.5 at link time and links against the library it finds. It then expects the runtime data for that Python version to be present at a location where that libpython is

[kdevelop] [Bug 361896] kdevelop5-plugin-python3: ImportError: No module named 'encodings'

2016-04-17 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361896 Sven Brauch changed: What|Removed |Added Resolution|--- |INVALID CC|

[kdev-python] [Bug 360894] New: sometimes crashes when clicking "close" in the "generate documentation" dialog

2016-03-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360894 Bug ID: 360894 Summary: sometimes crashes when clicking "close" in the "generate documentation" dialog Product: kdev-python Version: git master Platform: Other

[kdev-python] [Bug 360893] New: generating documentation for rpy2.robjects fails

2016-03-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360893 Bug ID: 360893 Summary: generating documentation for rpy2.robjects fails Product: kdev-python Version: git master Platform: Other OS: Linux Status: UNCONFIRMED

[kdevelop] [Bug 360295] Open project dialog should not use heading for long text

2016-03-09 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360295 --- Comment #4 from Sven Brauch --- @kfunk I know, that's why I looked into it and noticed it's probably not going to happen as long as it is embedded in that widget :] @akshay, sure, go for it; maybe we should first come to a

[kdevelop] [Bug 360295] Open project dialog should not use heading for long text

2016-03-09 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=360295 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[kdevelop] [Bug 337893] Selectbox to choose launch target on main toolbar.

2016-03-09 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=337893 --- Comment #1 from Sven Brauch --- We had a patch for this feature for at least 2 times already, one of them written by me. The problem is this: There is an Execute an a Debug button. One executes, one debugs the current launch

[kdev-python] [Bug 359905] Crash when generating documentation for unknown module

2016-03-05 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359905 Sven Brauch changed: What|Removed |Added Latest Commit|http://commits.kde.org/kdev |http://commits.kde.org/kdev

[kdev-python] [Bug 359905] Crash when generating documentation for unknown module

2016-03-05 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359905 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Latest Commit|

[konsole] [Bug 354082] high cpu usage for screen redrawing with qt5.5

2016-02-12 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354082 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever

[kdev-python] [Bug 358563] Possible infinite loop in UnsureType::toString()

2016-02-12 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358563 --- Comment #20 from Sven Brauch --- Hmm. Running duchainify /usr/lib/python3.5, I still see some very long hangs somewhere around this code (notably processing site-packages/twisted/trial/test/test_deferred.py). Maybe this needs to

[kdev-python] [Bug 359263] Kdevelop crashes on exit if indexing process is not finished

2016-02-11 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359263 Sven Brauch changed: What|Removed |Added Latest Commit|http://commits.kde.org/kdev |http://commits.kde.org/kdev

[kdev-python] [Bug 358563] Possible infinite loop in UnsureType::toString()

2016-02-10 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358563 --- Comment #16 from Sven Brauch --- Interesting. Can you maybe print type->indexed()->index() for each type in the list (and also the one which is added)? -- You are receiving this mail because: You are watching all bug changes.

[kdev-python] [Bug 358563] Possible infinite loop in UnsureType::toString()

2016-02-10 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358563 Sven Brauch changed: What|Removed |Added Resolution|--- |FIXED

[kdev-python] [Bug 358563] Possible infinite loop in UnsureType::toString()

2016-02-09 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358563 --- Comment #13 from Sven Brauch --- Thanks for the output. I think the reason is that KDevPlatform compares only the index of the type, but that is not at all reliable for unsure types. Instead, the types themselves have to be

[kdev-python] [Bug 358563] Possible infinite loop in UnsureType::toString()

2016-02-09 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358563 Sven Brauch changed: What|Removed |Added Status|RESOLVED|REOPENED

[kdev-python] [Bug 358563] Possible infinite loop in UnsureType::toString()

2016-02-09 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358563 --- Comment #10 from Sven Brauch --- Very good, thanks for testing. This is in 5.0, if I don't see it causing other issues I'll try to backport it to 4.7.x as well ... -- You are receiving this mail because: You are watching all

[kdev-python] [Bug 358880] associate multi-line comments with variables as well, not just functions

2016-02-06 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358880 Sven Brauch changed: What|Removed |Added Resolution|--- |FIXED

[kdev-python] [Bug 325090] JJ: Ensure proper documentation is provided for commonly used modules

2016-02-02 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=325090 --- Comment #2 from Sven Brauch --- sys is done now, another one which is always shaky is re. -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 354082] high cpu usage for screen redrawing with qt5.5

2016-02-01 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354082 --- Comment #9 from Sven Brauch --- Any news on this? Currently I have the choice between ugly and dog-slow font rendering, which is really annoying. :( -- You are receiving this mail because: You are watching all bug changes.

[kdev-python] [Bug 358880] New: associate multi-line comments with variables as well, not just functions

2016-02-01 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358880 Bug ID: 358880 Summary: associate multi-line comments with variables as well, not just functions Product: kdev-python Version: unspecified Platform: Other OS:

[kdev-python] [Bug 358563] Possible infinite loop in UnsureType::toString()

2016-01-30 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358563 Sven Brauch changed: What|Removed |Added Status|CONFIRMED |RESOLVED

[kdev-python] [Bug 358563] Possible infinite loop in UnsureType::toString()

2016-01-30 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358563 --- Comment #7 from Sven Brauch --- Created attachment 96925 --> https://bugs.kde.org/attachment.cgi?id=96925=edit potential fix for this bug -- You are receiving this mail because: You are watching all bug changes.

[kdev-python] [Bug 358770] New: no declarations created for arguments after *

2016-01-30 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358770 Bug ID: 358770 Summary: no declarations created for arguments after * Product: kdev-python Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED

[kdev-python] [Bug 358770] no declarations created for arguments after *

2016-01-30 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358770 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever

[kdev-python] [Bug 358563] Possible infinite loop in UnsureType::toString()

2016-01-30 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358563 --- Comment #6 from Sven Brauch --- I found a possibly related issue, could you maybe apply the patch below and see if you can still reproduce your problem? -- You are receiving this mail because: You are watching all bug changes.

[kdev-python] [Bug 355942] Imports: "from ase.io import Trajectory" does not work

2016-01-30 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355942 --- Comment #5 from Sven Brauch --- *** Bug 358461 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.

[kdev-python] [Bug 316894] Code completion erases following word

2016-01-30 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=316894 Sven Brauch changed: What|Removed |Added Severity|normal |wishlist -- You are

[kdev-python] [Bug 355942] Imports: "from ase.io import Trajectory" does not work

2016-01-30 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355942 Sven Brauch changed: What|Removed |Added Severity|normal |major -- You are receiving

[kdev-python] [Bug 358461] "import scipy.signal" does not work

2016-01-30 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358461 Sven Brauch changed: What|Removed |Added Resolution|--- |DUPLICATE

[kdev-python] [Bug 355942] Imports: "from ase.io import Trajectory" does not work

2016-01-30 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355942 Sven Brauch changed: What|Removed |Added Resolution|--- |FIXED

[kdev-python] [Bug 325090] JJ: Ensure proper documentation is provided for commonly used modules

2016-01-30 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=325090 --- Comment #1 from Sven Brauch --- Next in list: sys. sys.stdin and stuff should really work properly. -- You are receiving this mail because: You are watching all bug changes.

[kdev-python] [Bug 358770] no declarations created for arguments after *

2016-01-30 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358770 Sven Brauch changed: What|Removed |Added Resolution|--- |FIXED Latest Commit|

[kdev-python] [Bug 358563] Possible infinite loop in UnsureType::toString()

2016-01-28 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358563 --- Comment #5 from Sven Brauch --- Thanks, I'll try that. You could try unsuretype.cpp in kdevplatform, in addType, to see which types are added ... but it will probably be too spammy no matter where you put it. -- You are

[frameworks-ktexteditor] [Bug 358708] New: Neo arrow keys do not work

2016-01-28 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358708 Bug ID: 358708 Summary: Neo arrow keys do not work Product: frameworks-ktexteditor Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity:

[kdev-python] [Bug 358563] Possible infinite loop in UnsureType::toString()

2016-01-27 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358563 Sven Brauch changed: What|Removed |Added Severity|normal |crash -- You are receiving

[kdev-python] [Bug 358563] Possible infinite loop in UnsureType::toString()

2016-01-27 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358563 --- Comment #3 from Sven Brauch --- Hmm. Can you post the backtrace? Also do you have example code which you edit to trigger this bug? -- 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

2016-01-26 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355094 Sven Brauch changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[kdev-python] [Bug 358563] Possible infinite loop in UnsureType::toString()

2016-01-26 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358563 Sven Brauch changed: What|Removed |Added CC||p.v.niek...@hccnet.nl ---

[kdev-python] [Bug 358563] Possible infinite loop in UnsureType::toString()

2016-01-26 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358563 Sven Brauch changed: What|Removed |Added Ever confirmed|0 |1

[kdev-python] [Bug 358592] Python highlighting became too bad after recent upgrades.

2016-01-26 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358592 --- Comment #1 from Sven Brauch --- Er. Do you actually have kdevelop-python installed at all? It's clearly not working. The missing bold face is apparently related to some default editor font not having a bold face (... yeah, I

[kdev-python] [Bug 358398] Many from-import statements are not properly parsed

2016-01-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358398 --- Comment #2 from Sven Brauch --- Yes, the import handling is a bit quirky in quite a lot of cases. :/ If you find any reproducable issues, please report them into one bug each and I'll try to look into them as soon as I find the

[kdev-python] [Bug 358398] Many from-import statements are not properly parsed

2016-01-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358398 --- Comment #3 from Sven Brauch --- Also is two hours really the time it takes? Should be a few minutes at most, and that is to be expected and can't really be changed. It will be cached for the next start of kdevelop though. --

[kdev-python] [Bug 358461] New: "import scipy.signal" does not work

2016-01-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358461 Bug ID: 358461 Summary: "import scipy.signal" does not work Product: kdev-python Version: git master Platform: Other OS: Linux Status: UNCONFIRMED Severity:

[kdev-python] [Bug 358461] "import scipy.signal" does not work

2016-01-23 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358461 Sven Brauch changed: What|Removed |Added Ever confirmed|0 |1

[kdev-python] [Bug 355942] Imports: "from ase.io import Trajectory" does not work

2016-01-17 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355942 Sven Brauch changed: What|Removed |Added Ever confirmed|0 |1

[kdev-python] [Bug 325090] JJ: Ensure proper documentation is provided for commonly used modules

2016-01-17 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=325090 Sven Brauch changed: What|Removed |Added Ever confirmed|0 |1

[kdev-python] [Bug 358036] local path for documentation data is not created by default

2016-01-16 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358036 Sven Brauch changed: What|Removed |Added Latest Commit|http://commits.kde.org/kdev |http://commits.kde.org/kdev

[kdev-python] [Bug 358036] local path for documentation data is not created by default

2016-01-16 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358036 Sven Brauch changed: What|Removed |Added Latest Commit||http://commits.kde.org/kdev

[kdev-python] [Bug 358036] New: local path for documentation data is not created by default

2016-01-15 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358036 Bug ID: 358036 Summary: local path for documentation data is not created by default Product: kdev-python Version: unspecified Platform: Other OS: Linux

[kdev-python] [Bug 358036] local path for documentation data is not created by default

2016-01-15 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358036 Sven Brauch changed: What|Removed |Added Severity|normal |major -- You are receiving

[konsole] [Bug 354082] high cpu usage for screen redrawing with qt5.5

2015-12-26 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354082 --- Comment #8 from Sven Brauch --- Yes I guess this is a Qt5.5+ bug, no? -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 354082] high cpu usage for screen redrawing with qt5.5

2015-12-24 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354082 Sven Brauch changed: What|Removed |Added CC||m...@svenbrauch.de ---

[kdev-python] [Bug 353821] search paths broken in 1.7.2?

2015-12-21 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353821 Sven Brauch changed: What|Removed |Added Latest Commit||http://commits.kde.org/kdev

[kdev-python] [Bug 355094] Kdevelop unresponsive, possibly hang, when editing python 2.x code

2015-12-20 Thread Sven Brauch via KDE Bugzilla
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 355942] Imports: "from ase.io import Trajectory" does not work

2015-12-07 Thread Sven Brauch via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355942 Sven Brauch changed: What|Removed |Added Resolution|--- |FIXED Latest Commit|

[kdev-python] [Bug 355094] Kdevelop unresponsive, possibly hang, when editing python 2.x code

2015-12-04 Thread Sven Brauch via KDE Bugzilla
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

[kdev-python] [Bug 355094] Kdevelop unresponsive, possibly hang, when editing python 2.x code

2015-12-04 Thread Sven Brauch via KDE Bugzilla
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

<    1   2   3