-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Remove terminal renderers #78529
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
Remove terminal renderers #78529
Conversation
Part of #69865
@alexr00 I disabled @GabeDeBacker are we blocked on remove terminal renderers or are we good to merge this when ready? |
Yes, I made an issue for it: #78540 |
CustomExecution is removed in this branch! |
@alexr00 thanks for the quick turn around 😍 |
|
||
/** | ||
* The task's execution engine | ||
*/ | ||
execution2?: ProcessExecution | ShellExecution | CustomExecution | CustomExecution2; |
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.
@alexr00 is this changing to just execution
before it goes stable?
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.
Yes. I wanted to do the rename in a separate change.
Fixes #69865