Files
openide/python/python-psi-impl
Andrei.Kuznetsov 3d5439e7a5 IJP-1342: Advance persistent file attribute version for each pushed property
It is true, that in most cases storage format didn't change. Still some changes preset: e.g. PythonLanguageLevelPusher changed attribute type from string to int (enum). To stay on the safe side, we update all the attribute versions.

Also note that FilePropertyKey does not put references to original type to user data (e.g. instead of LanguageLevel it will be int or string). No special care is needed to make plugin unloadable in this case.

GitOrigin-RevId: 439eae357778e9c827b5a1a9ad2a79f9a3c9e3a7
2022-11-17 18:56:14 +00:00
..