Closed dfroger closed 5 years ago
Thanks! We are much more interested in the repros for particular issues than the general "stats". Also please try it on master if possible, because couple issues were already fixed there since the release.
I'm particularly interested in repros for the "No library stub file" and "Cannot find module" errors, as they look different from previous issues I've seen. The other issues are interesting as well, but they may already be fixed or they may be known issues.
Sorry, actually, a lot of error were triggerd with only the presence of a file mypy.ini
containing only [mypy]
(I created this file to configure mypy with new_semantic_analyzer = True
instead of command line, and didn't noticed that adding the file itself introduced the errors).
On master, only the possible cyclic definition
errors remain.
Edit: ahhhhh... I have a setup.cfg
configuring mypy
that I overrided with my mypy.ini
. How could I not see it...
Hi,
FWIW, here are the news error messages we get by using
--new-semantic-analyzer
, on a 61k lines code base (no other options are passed tomypy
):mypy.ini
mypy.ini
mypy.ini
I'll try to investigate. This "issue" is just an information, feel free to close it!
Edit: add the
notes
columns