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

baseline #608

Merged
merged 28 commits into from
Sep 25, 2024
Merged

baseline #608

merged 28 commits into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    60fdb69 View commit details
    Browse the repository at this point in the history
  2. baseline matching

    DetachHead committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4924e60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    839b63a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    100f4b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0bcf17e View commit details
    Browse the repository at this point in the history
  6. don't rely on the message for baseline matching because they change o…

    …ften and won't match if a user is running basedpyright with a different language
    DetachHead committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    14d8712 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6c0b788 View commit details
    Browse the repository at this point in the history
  8. report baselined errors that can be represented with a hint diagnosti…

    …c (eg. unused, deprecated) as such
    DetachHead committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    366ebca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e9332a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    33f7cb5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7a5ab46 View commit details
    Browse the repository at this point in the history
  12. fix crash when reading/writing baseline when no workspace is open and…

    … reanalyze the file after running the writeBaseline task
    DetachHead committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3443af9 View commit details
    Browse the repository at this point in the history
  13. fix vscode jest

    DetachHead committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    9d223ae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    82e0b92 View commit details
    Browse the repository at this point in the history
  15. fix baseline test

    DetachHead committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fa8ad63 View commit details
    Browse the repository at this point in the history
  16. fix baseline being automatically rewritten when error count goes down…

    … but there are different errors
    DetachHead committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    7a2da0a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d90adb9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    53ca1e7 View commit details
    Browse the repository at this point in the history
  19. remove duplicated code from runSingleThreaded and `runMultiThreaded…

    …` so now `--writebaseline` and `--gitlabcodequality` work with `--threads`
    DetachHead committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e292113 View commit details
    Browse the repository at this point in the history
  20. use exclude to prevent basedpyright self check from checking ignored …

    …vendored typeshed files
    DetachHead committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3d968e2 View commit details
    Browse the repository at this point in the history
  21. refactor baseline stuff to use pyright filesystem, move summary messa…

    …ge code to its own function so the lsp command can use it too, and improve logic to find the workspace in the lsp command
    DetachHead committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fe62955 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8bf5b76 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    188981f View commit details
    Browse the repository at this point in the history
  24. sort baselined files before writing them to the baseline file to prev…

    …ent needless diffs when the baseline is updated by the language server
    DetachHead committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a14539d View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    75028ed View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    14d8bc0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    58a9f55 View commit details
    Browse the repository at this point in the history
  28. document baseline

    DetachHead committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    44ca526 View commit details
    Browse the repository at this point in the history