-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
mypy: support namespace packages when passing files #9742
Commits on Nov 22, 2020
-
cosmetic changes to modulefinder
Just so that the logic mirrors closely
hauntsaninja committedNov 22, 2020 Configuration menu - View commit details
-
Copy full SHA for ccb5e94 - Browse repository at this point
Copy the full SHA ccb5e94View commit details -
better crawling for namespace packages, explicit base dirs, abs paths
hauntsaninja committedNov 22, 2020 Configuration menu - View commit details
-
Copy full SHA for a5a24c9 - Browse repository at this point
Copy the full SHA a5a24c9View commit details -
hauntsaninja committed
Nov 22, 2020 Configuration menu - View commit details
-
Copy full SHA for f228956 - Browse repository at this point
Copy the full SHA f228956View commit details -
fix test failing from absolute path change
hauntsaninja committedNov 22, 2020 Configuration menu - View commit details
-
Copy full SHA for c3cfef2 - Browse repository at this point
Copy the full SHA c3cfef2View commit details -
Apparently this is something mypy is sensitive to. Thanks mypy primer!
hauntsaninja committedNov 22, 2020 Configuration menu - View commit details
-
Copy full SHA for dec730a - Browse repository at this point
Copy the full SHA dec730aView commit details -
actually inherit from FileSystemCache to appease mypyc
This means we could accidentally fallback to calling a FileSystemCache method if stuff gets moved around.
hauntsaninja committedNov 22, 2020 Configuration menu - View commit details
-
Copy full SHA for dfaf104 - Browse repository at this point
Copy the full SHA dfaf104View commit details -
don't change base dir if module name is invalid
mypy_primer points out two undesirable effects: 1) scripts causing search path confusion 2) scripts with the same names causing issues (e.g. migrations in zulip)
hauntsaninja committedNov 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 739f067 - Browse repository at this point
Copy the full SHA 739f067View commit details
Commits on Nov 23, 2020
-
fix test find sources on windows
hauntsaninja committedNov 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 3a762b0 - Browse repository at this point
Copy the full SHA 3a762b0View commit details -
make changes to package root logic more minimal
hauntsaninja committedNov 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 6b78138 - Browse repository at this point
Copy the full SHA 6b78138View commit details
Commits on Dec 11, 2020
-
hauntsaninja committed
Dec 11, 2020 Configuration menu - View commit details
-
Copy full SHA for c07e26e - Browse repository at this point
Copy the full SHA c07e26eView commit details -
add docstring to get_explicit_package_bases
hauntsaninja committedDec 11, 2020 Configuration menu - View commit details
-
Copy full SHA for bce2e07 - Browse repository at this point
Copy the full SHA bce2e07View commit details -
options: document namespace_packages and explicit_package_bases
hauntsaninja committedDec 11, 2020 Configuration menu - View commit details
-
Copy full SHA for bcdcf06 - Browse repository at this point
Copy the full SHA bcdcf06View commit details -
hauntsaninja committed
Dec 11, 2020 Configuration menu - View commit details
-
Copy full SHA for 73ae65b - Browse repository at this point
Copy the full SHA 73ae65bView commit details -
test_find_sources: add multiple directory tests
hauntsaninja committedDec 11, 2020 Configuration menu - View commit details
-
Copy full SHA for d6a5339 - Browse repository at this point
Copy the full SHA d6a5339View commit details