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

Redo Autoimport #464

Closed
wants to merge 67 commits into from
Closed

Redo Autoimport #464

wants to merge 67 commits into from

Commits on Apr 2, 2022

  1. switch to sqllite3

    bagel897 committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    0bab02d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. use ast

    bagel897 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    0df9167 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f2c1a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55de3ae View commit details
    Browse the repository at this point in the history
  4. parse __all__

    bagel897 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    fa945e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a20abd View commit details
    Browse the repository at this point in the history
  6. fix resource parsing

    bagel897 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    56460d5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b622adc View commit details
    Browse the repository at this point in the history
  8. propogate underlined more

    bagel897 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    70e2b99 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    42ef20d View commit details
    Browse the repository at this point in the history
  10. migrate to pytest

    bagel897 committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    f57fdbb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b49dda1 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. error propogation

    bagel897 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    3f93257 View commit details
    Browse the repository at this point in the history
  2. get name locations

    bagel897 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    9290528 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b37fad5 View commit details
    Browse the repository at this point in the history
  4. add builtin handling

    bagel897 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    65f0c72 View commit details
    Browse the repository at this point in the history
  5. split into multiple files

    bagel897 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    08e8768 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0aba3d View commit details
    Browse the repository at this point in the history
  7. add so parsing

    bagel897 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    ab11c36 View commit details
    Browse the repository at this point in the history
  8. fix builtin handling

    bagel897 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    2155385 View commit details
    Browse the repository at this point in the history
  9. reformat

    bagel897 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    bc21e92 View commit details
    Browse the repository at this point in the history
  10. fix project location issue

    bagel897 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    03585be View commit details
    Browse the repository at this point in the history
  11. update documentation

    bagel897 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    ebfc3b8 View commit details
    Browse the repository at this point in the history
  12. use code block

    bagel897 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    f719f95 View commit details
    Browse the repository at this point in the history
  13. use code block

    bagel897 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    90a1600 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a9ddf65 View commit details
    Browse the repository at this point in the history
  15. use old testsuite(mostly)

    bagel897 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    ed12e20 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b197ce4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7e41f57 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2182bfe View commit details
    Browse the repository at this point in the history
  19. fix amend issue

    bagel897 committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    f77a63b View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    24d0517 View commit details
    Browse the repository at this point in the history
  2. propogate underlined, handle directories without __init__, detect com…

    …piled module's source properly
    bagel897 committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    fbc1cd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed5876a View commit details
    Browse the repository at this point in the history
  4. reformat with black

    bagel897 committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    056ec2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73b4d32 View commit details
    Browse the repository at this point in the history
  6. python 3.6 compatibility

    bagel897 committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    2dfa97b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4ce0aa View commit details
    Browse the repository at this point in the history
  8. add some more tests

    bagel897 committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    92dff73 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    1dcc8f6 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. add utils tests

    bagel897 committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    1511451 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50d8f9e View commit details
    Browse the repository at this point in the history
  3. add exact_match toggle

    bagel897 committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    5ef7608 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Configuration menu
    Copy the full SHA
    c3eaf26 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. add lsp search

    bagel897 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    2a7077f View commit details
    Browse the repository at this point in the history
  2. add nametype

    bagel897 committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    46252f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54f9dcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b793a85 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. WIP use generators

    bagel897 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    8fe2817 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e6d956 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    277edf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f09410 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    780b52b View commit details
    Browse the repository at this point in the history
  6. reformat and update tests

    bagel897 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    7035b6e View commit details
    Browse the repository at this point in the history
  7. blacken

    bagel897 committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    30595cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    292df31 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. fix some typos

    bagel897 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    7c4d3c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dea4f42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc8d3d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f52695b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    af14440 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. split out search

    bagel897 committed Apr 17, 2022
    Configuration menu
    Copy the full SHA
    77a9e5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15b82ad View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    1bac155 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b952b20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49bc66e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    4a99a77 View commit details
    Browse the repository at this point in the history