You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: