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

Shell-command should reuse previously computed outputs of tasks that errored in output processing #702

Open
tclose opened this issue Sep 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@tclose
Copy link
Contributor

tclose commented Sep 13, 2023

What would you like changed/added and why?

Would be nice if errors in output interfaces of shell-command did not require you to rerun the command again to debug. We should be able to detect that the error has just occurred in the output, not invalidate the cache, and instead just pick up again at the start of the output processing.

What would be the benefit?

Would make debugging shell command output errors much quicker and less painful, especially for long-running commands.

@tclose tclose added the enhancement New feature or request label Sep 13, 2023
@tclose tclose changed the title Errors in shell-command output interfaces should reuse previously computed outputs Shell-command should reuse previously computed outputs of tasks that errored in output processing Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant