Repro test case for phantom errors in #709 #802
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I found a repro case for some(?) phantom errors mentioned in #709 (comment). Not at all sure about why they happen like this, or how to resolve them properly. Thought it might be useful for someone else with better insight.
Worth noting from the error is that it only seem to happen for return types imported e.g.
from typing import ...
as there's no error for the queryset methods having-> "ModelQuerySet":
or-> str:
Related issues
Refs #709
Here's the error output of the failing test (
from_queryset_queryset_imported_from_other_module
):