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

Rework reparenting #739

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from
Draft

Rework reparenting #739

wants to merge 18 commits into from

Commits on Sep 29, 2023

  1. - Parse module imports and store them into Module.imports attribute.

    - Call handleDuplicate when re-exporting process introduces a new duplicate object.
    tristanlatr committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    190b5a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    cd76414 View commit details
    Browse the repository at this point in the history
  2. Fix mypy and simplify

    tristanlatr committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    a3ad4eb View commit details
    Browse the repository at this point in the history
  3. Fix issue #184.

    Introduce.
    Module.elsewhere_contents
    tristanlatr committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    8d7b748 View commit details
    Browse the repository at this point in the history
  4. Do not reparent stuff listed in __all__ of a public module.

    Give priority to public modules in the re-export sorting.
    tristanlatr committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    d5d176a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Fix space

    tristanlatr committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    434a460 View commit details
    Browse the repository at this point in the history
  2. Fix typo

    tristanlatr committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    0bf2334 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

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

Commits on Oct 13, 2023

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

Commits on Oct 15, 2023

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

Commits on Nov 1, 2023

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

Commits on Nov 19, 2023

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

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    943092a View commit details
    Browse the repository at this point in the history
  2. Fix mypy

    tristanlatr committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    011ebcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    797eb0c View commit details
    Browse the repository at this point in the history
  4. Replace System.find_object by System.objForFullName and drop find_obj…

    …ect() symbol. The new objForFullName() implementation relies on old find_object() code.
    tristanlatr committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5df63e8 View commit details
    Browse the repository at this point in the history
  5. Better docs

    tristanlatr committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    43276e0 View commit details
    Browse the repository at this point in the history