Skip to content
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

build: log build sources with -v #9672

Merged
merged 1 commit into from
Oct 31, 2020
Merged

Commits on Oct 31, 2020

  1. build: log build sources with -v

    With the changes I've been making to mypy's import handling, I think
    this would be a useful thing to add preemptively.
    
    Note that I would have found this very useful at points, and I think
    others would too, eg python#7672 and python#8584
    
    The existing logging ignores source_modules and source_text and won't
    help with determining what mypy things the module name for a given file
    is, which is useful for namespace package issues as in the complaint in python#8584.
    hauntsaninja committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    70002e9 View commit details
    Browse the repository at this point in the history