https://bugs.kde.org/show_bug.cgi?id=359912
Francis Herne <m...@flherne.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |http://commits.kde.org/kdev | |-python/3a534dbb961fa3757e7 | |066583b5a24c16525ea5f --- Comment #2 from Francis Herne <m...@flherne.uk> --- Git commit 3a534dbb961fa3757e7066583b5a24c16525ea5f by Francis Herne. Committed on 20/11/2016 at 15:48. Pushed by flherne into branch 'master'. Pass AbstractType::Ptr, not Declaration*, to accessAttribute() All but one caller had to look up the declaration only to have it converted back, so the previous version was pointless anyway. This allows subscripting of expressions (inc. other subscripts), when the subscripted type isn't a ListType/IndexedContainer. Differential Revision: https://phabricator.kde.org/D3422 M +1 -1 duchain/declarationbuilder.cpp M +3 -6 duchain/expressionvisitor.cpp M +3 -3 duchain/helpers.cpp M +1 -1 duchain/helpers.h M +9 -0 duchain/tests/pyduchaintest.cpp http://commits.kde.org/kdev-python/3a534dbb961fa3757e7066583b5a24c16525ea5f -- You are receiving this mail because: You are watching all bug changes.