-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Recursion bug fix #1061
Recursion bug fix #1061
Conversation
There is still a small bug for while-loop that I will address in a bit |
…one; need to remove the print later
…int logs; add unit tests
bug fixed and unit tests added for while loops. |
/test kubeflow-pipeline-e2e-test |
2 similar comments
/test kubeflow-pipeline-e2e-test |
/test kubeflow-pipeline-e2e-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Unblock the loop support. It's actually really hard for me to understand the full logic in the compiler. There are lots of specialized code branches. We should have a big refactoring on the compiler after the Next release.
SGTM. We do need some code refactoring for the DSL compiler after the NEXT. |
/test kubeflow-pipeline-e2e-test |
3 similar comments
/test kubeflow-pipeline-e2e-test |
/test kubeflow-pipeline-e2e-test |
/test kubeflow-pipeline-e2e-test |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gaoning777 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1 similar comment
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gaoning777 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Remove the graph component output
Add support for explicit dependency in dsl for both graph component and container_op
Support while loops
This change is