-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Daemon sometimes gives spurious errors #4208
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
These errors are all related to the binder. I'm going to try and understand how/where it may hold on to stale expression nodes. |
In pdb I traced code related to the first error message. In mypy/meet.py line 110 there's a test whether
and
so |
New theory. The stale tree leaks into the current state via a lookup in the parent package. I have a unit test that demonstrates this. No fix yet. |
Uh oh!
There was an error while loading. Please reload this page.
Repro:
This particular set of error messages is particularly persistent, I've gone through a sequence of versions of the daemon logic and I still get this.
The text was updated successfully, but these errors were encountered: