-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
version 0.971 not reporting issues that were reported by 0.960 #13235
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
Comments
This isn't enough information to reproduce. Could you try writing a self-contained script that reproduces the error? Your issue may be coming from setting |
I understand this is little to go by at this time, I will try to give a good repro but the project I'm dealing with is fairly/large convoluted. If I cannot come up with a reasonable isolate repro I will attempt to do a bisect to isolate the faulty(?) commit. |
I'm starting to think the issue is #11143 To give some insight: We currently have a
I assume the issue is that mypy is treating |
That sounds believable (and #11143 was certainly the most problematic change in 0.971). You could confirm the hypothesis by checking the output when using |
Unfortunately this still doesn't cause the files to be checked. |
We ran a bisect, the culprit is #13162 |
Thanks for running that! The history here is a little complicated. Just to be sure of what's going on, can you provide the results of running on the following commits:
(and do let me know if you have any luck making a public repro) |
Apparently the culprit was this vscode setting:
Setting this variable really messes up mypy. |
Is there anything actionable in this issue, or can it be closed? |
Only 2h to reply? 😛 The issue no longer occurs, unsure what fixed it but you can consider it fixed. |
Bug Report
After upgrading to mypy 0.971 I am not longer getting any error messages, I suspect this is related due to virtualenv issues as our CI (that does not use virt envs), DOES surface errors.
To Reproduce
(Write your steps here:)
Expected Behavior
I expected to get the same errors than on 0.960
Actual Behavior
No errors / issues are reported at all.
Your Environment
mypy.ini
(and other config files):The text was updated successfully, but these errors were encountered: