Bas van Beek
Bas van Beek
Any idea what's going on with the failed `Run mypy_primer / Run (2)` Test? It looks like it crashed while installing depencies or something.
Let's give it a shot (note: I might need approval again as a first-time contributor)
So, are there any further comments on this PR?
Closing and re-opening as no CI runs appear to be starting.
> Closing and re-opening as no CI runs appear to be starting. Right, that's better. This PR does still need approval after the latest `master` branch rebase. > Please let...
Rebased to get rid of another merge conflict. For future reference, is there a preference for either rebasing or updating from master when dealing with merge conflicts?
Two more cases wherein `AnyOf` would be very useful: Dealing with overload ambiguity -------------------------------- ``` python @overload def func(a: Sequence[int]) -> str: ... @overload def func(a: Sequence[str]) -> int: ......
Nice! It seems this PR fixes most of the issues. One case that does still seem to fail is when `Foo[Any]` subclasses are involved: ``` python from typing import Generic,...
> @BvB93 I think that this is unrelated. Because it would require a change in how has_any_type works. And it can backfire in lots of places. But, please open a...
Out of curiosity, is there a particular reason why this has PR stalled?