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: Fixed bugs for analyzing packages and api data creation. #27

Merged
merged 9 commits into from
Nov 10, 2023

Commits on Oct 23, 2023

  1. Fixed a bug in _get_api.py which prevented analysing packages with di…

    …fferent path lengths. Fixed a bug _ast_visitor.py for the api data creation, in which the id of modules did not correctly represent their path.
    Masara committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    5e51e2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a61470 View commit details
    Browse the repository at this point in the history
  3. Added test cases for files, directories, classes, functions and attri…

    …butes that have the same name as the source package
    Masara committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    3d8aee4 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/fixes-path_lengths-module_id' in…

    …to fixes-path_lengths-module_id
    Masara committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7201cda View commit details
    Browse the repository at this point in the history
  5. linter fix

    Masara committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7f4dd64 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    979fd9c View commit details
    Browse the repository at this point in the history
  2. Refactoring

    Masara committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    2becc96 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

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