Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Referencing missing generic types in stubs doesn't generate errors #976

Open
ichard26 opened this issue Feb 23, 2023 · 0 comments
Open

Referencing missing generic types in stubs doesn't generate errors #976

ichard26 opened this issue Feb 23, 2023 · 0 comments
Labels
bug contributor UX Making developing mypyc easier. Better tooling, debuggability, etc.

Comments

@ichard26
Copy link
Collaborator

In python/mypy#14747, I used dict_items, dict_keys, and dict_values in a stub fixture, however, they weren't defined anyway. For some reason we don't generate errors even though these are undefined. Maybe we are ignoring errors in test stubs?

Let's look into this.

@ichard26 ichard26 added bug contributor UX Making developing mypyc easier. Better tooling, debuggability, etc. labels Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug contributor UX Making developing mypyc easier. Better tooling, debuggability, etc.
Projects
None yet
Development

No branches or pull requests

1 participant