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
...
File "/Users/david/src/client/.mypy/venv/lib/python3.6/site-packages/mypy/subtypes.py", line 33, in check_type_parameter
return is_equivalent(lefta, righta, check_type_parameter)
File "/Users/david/src/client/.mypy/venv/lib/python3.6/site-packages/mypy/subtypes.py", line 93, in is_equivalent
is_subtype(a, b, type_parameter_checker, ignore_pos_arg_names=ignore_pos_arg_names)
File "/Users/david/src/client/.mypy/venv/lib/python3.6/site-packages/mypy/subtypes.py", line 77, in is_subtype
ignore_pos_arg_names=ignore_pos_arg_names))
File "/Users/david/src/client/.mypy/venv/lib/python3.6/site-packages/mypy/types.py", line 381, in accept
return visitor.visit_instance(self)
File "/Users/david/src/client/.mypy/venv/lib/python3.6/site-packages/mypy/subtypes.py", line 146, in visit_instance
rname = right.type.fullname()
AttributeError: 'NoneType' object has no attribute 'fullname'
Hm, I can repro this with an earlier mypy commit (a27963b, from last Thu) but not with master. The repro is kind of expensive so I won't bisect further (though I suspect it's Ivan's 8ecccda "Use dummy TypeInfo ..."), but I'm just going to close this as fixed.
Uh oh!
There was an error while loading. Please reload this page.
In our codebase we have a case where running quick mode twice crashes.
@euresti reported this.
UPDATE: it's something like
The text was updated successfully, but these errors were encountered: