Closed
Description
What seems off:
After #875, and because of, #884 (comment), #882 was merged, making do
a single task entry. This breaks the possibility to use do:switch
as there is nothing to switch to. It forces the user to use do:execute:sequentially:switch
.
What you expected to be:
We might need to rollback to the original idea of #875, which is to have do
as map[string, task]
, but not only for top level.
Anything else we need to know?:
As mentioned by @matthias-pichler-warrify in #875, making do
a map[string, task]
, the execute.sequentially
directive doesn't really make sense anymore. We might want to refactor execute
at the same time (or keep that for another issue).
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done