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

Python: module for import time flow #14617

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

yoff
Copy link
Contributor

@yoff yoff commented Oct 27, 2023

The logic for separating local flow into import time and runtime was duplicated a few times.
Create a module for it instead, and add a good qldoc.

The logic for adding flow out of post-update-nodes
was also duplicated, so I added a module for that also.

The two modules are now only used together (except in one test file).
I did not fuse them, though, as I think they may not be used
together in the case of use-use-flow.

The logic for separating local flow into _import time_
and _runtime_ was duplicated a few times.
Create a module for it instead, and add a good qldoc.
The logic for adding flow out of post-update-nodes
was also duplicated, so I added a module for that also.

The two modules are now only used together. I did not
fuse them, though, as I think they may not be used
together in the case of use-use-flow.
@yoff yoff force-pushed the python/module-for-import-time-flow branch from efa3b58 to 1f8a51c Compare October 27, 2023 13:08
@yoff yoff marked this pull request as ready for review October 27, 2023 13:09
@yoff yoff requested a review from a team as a code owner October 27, 2023 13:09
@yoff yoff added the no-change-note-required This PR does not need a change note label Oct 27, 2023
Copy link
Contributor

@tausbn tausbn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally looks good to me. I have added a few comments here and there. 🙂

Co-authored-by: Taus <tausbn@github.com>
@yoff yoff requested a review from tausbn October 31, 2023 20:52
Copy link
Contributor

@tausbn tausbn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the changes! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-change-note-required This PR does not need a change note Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants