You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
causes an NRE because declaringType is null for functions outside of a class scope, and in the constructor for PythonPropertyType we do not check for null declaring type.
The text was updated successfully, but these errors were encountered:
I'm not entirely sure how properties work now, but we may need to stop attaching them to any one type, and just let their existence as a member of something else be enough to distinguish them.
We can either not create the odd property or make it a standalone function if there is no declared type. I guess problem is that it gets member type of property or method and that implies declaring type.
Generally we don't handle classes or inner functions inside other functions very well in master atm. I fixed a number of this cases in persistence branch.
Uh oh!
There was an error while loading. Please reload this page.
ex:
causes an NRE because declaringType is null for functions outside of a class scope, and in the constructor for PythonPropertyType we do not check for null declaring type.
The text was updated successfully, but these errors were encountered: