https://bugs.kde.org/show_bug.cgi?id=389326
Francis Herne <m...@flherne.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kde | |v-python/ec8c1c43e3803a39c1 | |d1f72045ad800b50d3e98c --- Comment #2 from Francis Herne <m...@flherne.uk> --- Git commit ec8c1c43e3803a39c1d1f72045ad800b50d3e98c by Francis Herne. Committed on 25/01/2018 at 12:22. Pushed by flherne into branch '5.2'. Fix crash with contexts opened in the baseclass list of a class definition. The baseclass list wasn't visited by the DeclarationBuilder, so currentContext wasn't set on those nodes. This caused a crash in case of child statements opening a new context such as lambda definitions. This makes little sense and is unlikely to occur in real code; the bug report is from trying to parse a negative example in a test suite. M +1 -0 duchain/declarationbuilder.cpp M +2 -0 duchain/tests/pyduchaintest.cpp https://commits.kde.org/kdev-python/ec8c1c43e3803a39c1d1f72045ad800b50d3e98c -- You are receiving this mail because: You are watching all bug changes.