https://bugs.kde.org/show_bug.cgi?id=358563

Sven Brauch <m...@svenbrauch.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|REOPENED                    |RESOLVED
      Latest Commit|                            |http://commits.kde.org/kdev
                   |                            |-python/bb98418eb0da83257f3
                   |                            |adb91baf8630ee808ddec

--- Comment #17 from Sven Brauch <m...@svenbrauch.de> ---
Git commit bb98418eb0da83257f3adb91baf8630ee808ddec by Sven Brauch.
Committed on 10/02/2016 at 23:27.
Pushed by brauch into branch '5.0'.

fix hinted type appearing repeatedly in unsure type list

The check looking whether a type is already in the list of possible
types for an unsure does not work properly for HintedTypes, because
they create a new IndexedType each (due to different modification
revisions).
When a function declaration was imported from another file, this would
leed to arbitrarily large type lists, since on each parse pass of the
importer an entry would be added but the list was never cleared.

M  +1    -1    duchain/declarationbuilder.cpp
M  +5    -72   duchain/helpers.cpp
M  +1    -1    duchain/helpers.h
M  +1    -7    duchain/types/hintedtype.cpp
M  +8    -10   duchain/types/hintedtype.h
M  +19   -0    duchain/types/unsuretype.cpp
M  +18   -14   duchain/types/unsuretype.h

http://commits.kde.org/kdev-python/bb98418eb0da83257f3adb91baf8630ee808ddec

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

Reply via email to