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
I'm still experimenting with #638, I have made some progress, but seem to have stumbled across a mypy bug with my test case. The type checker fails because the type Overloaded is not handled by the TypeJoinVisitor. How should the Overloaded type be joined with other types?
The text was updated successfully, but these errors were encountered:
Hmm... I started thinking about this and it's about as easy (or difficult) to implement this as to specify how it would work. I hope to have an implementation ready in a couple of days, but this is actually pretty subtle if we want to deal correctly with Any types, etc.
I'm still experimenting with #638, I have made some progress, but seem to have stumbled across a mypy bug with my test case. The type checker fails because the type
Overloaded
is not handled by the TypeJoinVisitor. How should the Overloaded type be joined with other types?The text was updated successfully, but these errors were encountered: