-
Notifications
You must be signed in to change notification settings - Fork 49
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
base: master
Are you sure you want to change the base?
Rework reparenting #739
Commits on Sep 29, 2023
-
- Parse module imports and store them into Module.imports attribute.
- Call handleDuplicate when re-exporting process introduces a new duplicate object.
Configuration menu - View commit details
-
Copy full SHA for 190b5a7 - Browse repository at this point
Copy the full SHA 190b5a7View commit details
Commits on Sep 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cd76414 - Browse repository at this point
Copy the full SHA cd76414View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3ad4eb - Browse repository at this point
Copy the full SHA a3ad4ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d7b748 - Browse repository at this point
Copy the full SHA 8d7b748View commit details -
Do not reparent stuff listed in __all__ of a public module.
Give priority to public modules in the re-export sorting.
Configuration menu - View commit details
-
Copy full SHA for d5d176a - Browse repository at this point
Copy the full SHA d5d176aView commit details
Commits on Oct 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 434a460 - Browse repository at this point
Copy the full SHA 434a460View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bf2334 - Browse repository at this point
Copy the full SHA 0bf2334View commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1235d9e - Browse repository at this point
Copy the full SHA 1235d9eView commit details
Commits on Oct 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f28c265 - Browse repository at this point
Copy the full SHA f28c265View commit details
Commits on Oct 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a70b8b2 - Browse repository at this point
Copy the full SHA a70b8b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f00cda1 - Browse repository at this point
Copy the full SHA f00cda1View commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1c4343b - Browse repository at this point
Copy the full SHA 1c4343bView commit details
Commits on Nov 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 08676f8 - Browse repository at this point
Copy the full SHA 08676f8View commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 943092a - Browse repository at this point
Copy the full SHA 943092aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 011ebcf - Browse repository at this point
Copy the full SHA 011ebcfView commit details -
Try using System.find_object() in System.expandName() so it can bette…
…r follow aliases.
Configuration menu - View commit details
-
Copy full SHA for 797eb0c - Browse repository at this point
Copy the full SHA 797eb0cView commit details -
Replace System.find_object by System.objForFullName and drop find_obj…
…ect() symbol. The new objForFullName() implementation relies on old find_object() code.
Configuration menu - View commit details
-
Copy full SHA for 5df63e8 - Browse repository at this point
Copy the full SHA 5df63e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43276e0 - Browse repository at this point
Copy the full SHA 43276e0View commit details