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
Something I just ran into ... if you look just at a Name node, you can't tell whether it refers to a class, function or constant. I had to replicate parts of the NameResolver logic to determine that. It might make sense to make NameResolver also add an attribute with the symbol type.
The text was updated successfully, but these errors were encountered:
Something I just ran into ... if you look just at a Name node, you can't tell whether it refers to a class, function or constant. I had to replicate parts of the NameResolver logic to determine that. It might make sense to make NameResolver also add an attribute with the symbol type.
The text was updated successfully, but these errors were encountered: