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

fix: Several improvements for fully_qualified_strict_types (respect declared symbols, relative imports, leading backslash in global namespace) #7679

Merged
merged 27 commits into from
Jan 9, 2024

Commits on Jan 9, 2024

  1. fix import_symbols

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    a0a0e23 View commit details
    Browse the repository at this point in the history
  2. fix broken mixed import

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    ed05cec View commit details
    Browse the repository at this point in the history
  3. Revert "fix broken mixed import"

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    559e837 View commit details
    Browse the repository at this point in the history
  4. fix correctly

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    d2d0e92 View commit details
    Browse the repository at this point in the history
  5. minor refactor

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    9fdbed8 View commit details
    Browse the repository at this point in the history
  6. fix more import cases

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    48ecfbf View commit details
    Browse the repository at this point in the history
  7. fix issue with empty namespace

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    5ed95e8 View commit details
    Browse the repository at this point in the history
  8. apply fixes

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    46b0c41 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3f35ff5 View commit details
    Browse the repository at this point in the history
  10. revert tmp change in PR 7659

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c7669f4 View commit details
    Browse the repository at this point in the history
  11. revert "fix import_symbols"

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    e194145 View commit details
    Browse the repository at this point in the history
  12. proper fix

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    813af85 View commit details
    Browse the repository at this point in the history
  13. run fixer :)

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    29fe9c7 View commit details
    Browse the repository at this point in the history
  14. fix missing return type

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    0e40bf4 View commit details
    Browse the repository at this point in the history
  15. add test for 5199 issue

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    5c84f85 View commit details
    Browse the repository at this point in the history
  16. fix test

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    dc3db01 View commit details
    Browse the repository at this point in the history
  17. fix test

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b981f5b View commit details
    Browse the repository at this point in the history
  18. fix 7680 - add imports /wo namespace

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    f431a73 View commit details
    Browse the repository at this point in the history
  19. address feedback

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    bb7fcb6 View commit details
    Browse the repository at this point in the history
  20. fix typo in comment

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    728ed87 View commit details
    Browse the repository at this point in the history
  21. explain the caching by a better code :)

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    9ef708e View commit details
    Browse the repository at this point in the history
  22. fix replace bug

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    501a99d View commit details
    Browse the repository at this point in the history
  23. refactor

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    2b6e424 View commit details
    Browse the repository at this point in the history
  24. run fixer

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    9754f32 View commit details
    Browse the repository at this point in the history
  25. unify cs

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    9059524 View commit details
    Browse the repository at this point in the history
  26. minor refactor

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    4b8cfdf View commit details
    Browse the repository at this point in the history
  27. add enum support

    mvorisek authored and Wirone committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    7d84776 View commit details
    Browse the repository at this point in the history