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

Skip uninformative locations in explain mode, misc internal cleanups #3444

Merged
merged 6 commits into from Aug 20, 2022

Commits on Aug 20, 2022

  1. Small refactorings

    Zac-HD committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    0c6ad49 View commit details
    Browse the repository at this point in the history
  2. Remove dead code

    This never actually worked, because the __module__ string doesn't have a __name__ attribute.  Since we want DB keys to be independent of the file anyway, we'll just delete the clause.
    Zac-HD committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    233a628 View commit details
    Browse the repository at this point in the history
  3. Fix ParamSpec for typecheckers

    Co-Authored-By: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
    Zac-HD and hauntsaninja committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    7c56922 View commit details
    Browse the repository at this point in the history
  4. Drop some old warnings config

    Zac-HD committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    fa23c23 View commit details
    Browse the repository at this point in the history
  5. Dogfooding the explain phase

    Zac-HD committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    fb0855d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    90c4b7b View commit details
    Browse the repository at this point in the history