You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that daemon does not preserve ASTs in memory after the first run. After subsequent runs this works. I think that the reason for this is that state.meta is None in mypy.build.preserve_cache after the first run.
It seems that daemon does not preserve ASTs in memory after the first run. After subsequent runs this works. I think that the reason for this is that
state.meta
isNone
inmypy.build.preserve_cache
after the first run.cc @gvanrossum
The text was updated successfully, but these errors were encountered: