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

Integrate verbose logging with get_sources #3749

Merged
merged 4 commits into from
Jun 25, 2023

Commits on Jun 24, 2023

  1. Integrate verbose logging with get_sources

    Currently the verbose logging for "Sources to be formatted" is a little
    suspect in that it is a completely different code path from
    `get_sources`.
    
    This can result in bugs like psf#3216 (comment)
    and generally limits the value of these logs.
    
    This does change the "when" of this log, but the colours help separate
    it from the even more verbose logs.
    hauntsaninja committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    b74441b View commit details
    Browse the repository at this point in the history
  2. changelog

    hauntsaninja committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    d7019ca View commit details
    Browse the repository at this point in the history
  3. explicit type hint

    hauntsaninja committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    a45f447 View commit details
    Browse the repository at this point in the history
  4. format

    hauntsaninja committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    307985b View commit details
    Browse the repository at this point in the history