-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Inconsistent inference results affecting redefined-variable-type
messages
#9309
Comments
No problem! Correction: Fixed in pylint-dev/astroid#2572 |
Interesting. I reverted #9887 and it reproduced the issue for me. |
Interesting! It also makes sense since it was causing non-deterministic behavior. pylint-dev/astroid#2572 addressed issue with errors caused by cache not clearing from previous repos in the primer run. |
Right, I was alerted to this by the primer, but the reproducer above doesn't involve the primer or cache clearing. |
redefined-variable-type
redefined-variable-type
messages
Ah! I was confused. Glad this can be also closed. |
next on the list of offending messages(*) causing primer noise:
(*) likely nothing wrong with the message, just something wrong with inconsistent inference results
compare:
to:
Produces this diff:
The text was updated successfully, but these errors were encountered: