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

Cleaning #2

Merged
merged 31 commits into from
Dec 29, 2023
Merged

Cleaning #2

merged 31 commits into from
Dec 29, 2023

Commits on Dec 28, 2023

  1. refactor #visitDotoptDottedName:

    anquetil committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    a9c8a91 View commit details
    Browse the repository at this point in the history
  2. refactor visit of InterpolatedString

    anquetil committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    8793d6d View commit details
    Browse the repository at this point in the history
  3. correct bug in #parameterNamed:inMethod:inClass:

    anquetil committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    316a738 View commit details
    Browse the repository at this point in the history
  4. refactor #moduleNameStringOf:

    anquetil committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    b1fd406 View commit details
    Browse the repository at this point in the history
  5. refactor #moduleNameStringOf:

    anquetil committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    e35ccb8 View commit details
    Browse the repository at this point in the history
  6. refactor #createModule: into #createModule:named:

    anquetil committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    18ba3e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ab2c0a View commit details
    Browse the repository at this point in the history
  8. A Python project importer

    anquetil committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    8180ec0 View commit details
    Browse the repository at this point in the history
  9. minor change + class comment

    anquetil committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    f4c4711 View commit details
    Browse the repository at this point in the history
  10. corrected(?) a bug in #createFunction:

    anquetil committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    338df43 View commit details
    Browse the repository at this point in the history
  11. Non stub on created entities

    anquetil committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    62ddfca View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c7f647e View commit details
    Browse the repository at this point in the history
  13. Adjusted baselineOf

    anquetil committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    40bc85d View commit details
    Browse the repository at this point in the history
  14. Adding Famix-Python packages (Entities, Generator)

    anquetil committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    8fddd74 View commit details
    Browse the repository at this point in the history
  15. correcting baseline

    anquetil committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    345a406 View commit details
    Browse the repository at this point in the history
  16. correcting baseline

    anquetil committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    84bf453 View commit details
    Browse the repository at this point in the history
  17. Removing LittleInterp and its tests

    anquetil committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    57f4cd5 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. reclassify method

    anquetil committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    3bd8598 View commit details
    Browse the repository at this point in the history
  2. Removed extra 'Import' in all tests' names

    anquetil committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    a63da7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0465400 View commit details
    Browse the repository at this point in the history
  4. refactored treatment of imports

    anquetil committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    cd55577 View commit details
    Browse the repository at this point in the history
  5. new import test

    anquetil committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    621f254 View commit details
    Browse the repository at this point in the history
  6. removed smoke test

    anquetil committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    3ab2794 View commit details
    Browse the repository at this point in the history
  7. refactored 2 tests

    anquetil committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    235a949 View commit details
    Browse the repository at this point in the history
  8. removed MSEPythonSmaccToyingVisitor

    anquetil committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    2224310 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a6804e View commit details
    Browse the repository at this point in the history
  10. removed method no longer used

    anquetil committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    b102430 View commit details
    Browse the repository at this point in the history
  11. removed method no longer used

    anquetil committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    8926dd1 View commit details
    Browse the repository at this point in the history
  12. removed methods that only called super

    anquetil committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    8df9c05 View commit details
    Browse the repository at this point in the history
  13. reindenting code

    anquetil committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    b81d8ac View commit details
    Browse the repository at this point in the history
  14. skipped Invocatin tests (invocations not imported)

    anquetil committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    fa0f13a View commit details
    Browse the repository at this point in the history