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
This change introduced a regression to rules_task, that only a single defer kept working. The way defer currently works by wrapping a command with a piece of bash also feels a bit hacky, so maybe this is a good opportunity to rewrite the executor!
The executor should support
multiple defer statements
capture stdout to enable logging
parallel executions
capturing changes in env variables
merging asts of nested tasks
The text was updated successfully, but these errors were encountered:
This change introduced a regression to rules_task, that only a single defer kept working. The way defer currently works by wrapping a command with a piece of bash also feels a bit hacky, so maybe this is a good opportunity to rewrite the executor!
The executor should support
The text was updated successfully, but these errors were encountered: