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

Proposal: Skip existence check for file cache if user specifies ignoremissingimports #10206

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jun 4, 2024

  1. Performance improvement when evaluating 60k+ projects, skip existence…

    … check support for file cache and lean on exception handling instead.
    cgraig committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    9e73c2c View commit details
    Browse the repository at this point in the history
  2. Revert accidental change

    cgraig committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    3019460 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    9896225 View commit details
    Browse the repository at this point in the history
  2. Fix API break

    cgraig committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9789196 View commit details
    Browse the repository at this point in the history