Summary: | background parser crashes on file pgcollections.py from pyqtgraph package | ||
---|---|---|---|
Product: | [Developer tools] kdev-python | Reporter: | Dorian Scholz <dorianscholz> |
Component: | Code completion | Assignee: | Sven Brauch <mail> |
Status: | RESOLVED FIXED | ||
Severity: | critical | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdev-python/1c9ecc85c7e6bb57d3682b3623455494d7cad7e8 | Version Fixed In: | |
Sentry Crash Report: |
Description
Dorian Scholz
2012-10-25 16:31:03 UTC
Git commit 0c3cb1d3fa6ac7f7f7735ced5a63d43feeae2da8 by Sven Brauch. Committed on 25/10/2012 at 18:57. Pushed by brauch into branch '1.4'. fix another crash with var/kwargs Note: This function needs to be rewritten for python3 support, the current approach does not work. Fixes bug M +1 -1 duchain/declarationbuilder.cpp http://commits.kde.org/kdev-python/0c3cb1d3fa6ac7f7f7735ced5a63d43feeae2da8 Git commit b018846e6908ffed7efebfdc2978aa6f7165d570 by Sven Brauch. Committed on 25/10/2012 at 18:57. Pushed by brauch into branch 'master'. fix another crash with var/kwargs Note: This function needs to be rewritten for python3 support, the current approach does not work. Fixes bug M +1 -1 duchain/declarationbuilder.cpp http://commits.kde.org/kdev-python/b018846e6908ffed7efebfdc2978aa6f7165d570 Thanks for the report -- wait a moment tough, I'm in fact not sure the commit I did really fixed this. Sweet, thanks for the lightning fast fix! It does not crash anymore, so I'm realy looking forward to working with your plugin now. Love the popup documentation browser! Git commit 718ba906c17d5820f6ed36d42e10490b5fccfced by Sven Brauch. Committed on 25/10/2012 at 19:21. Pushed by brauch into branch '1.4'. Don't count the default parameters twice if getting the param count of a function. Should now really fix that crash bug. M +0 -1 duchain/declarationbuilder.cpp http://commits.kde.org/kdev-python/718ba906c17d5820f6ed36d42e10490b5fccfced Git commit 1c9ecc85c7e6bb57d3682b3623455494d7cad7e8 by Sven Brauch. Committed on 25/10/2012 at 19:21. Pushed by brauch into branch 'master'. Don't count the default parameters twice if getting the param count of a function. Should now really fix that crash bug. M +0 -1 duchain/declarationbuilder.cpp http://commits.kde.org/kdev-python/1c9ecc85c7e6bb57d3682b3623455494d7cad7e8 |