Skip to content

System Sets #4

Open
Open
@WinstonHartnett

Description

@WinstonHartnett

Goal:

run . build $ do
  parallel [sysA, sysB, sysC] -- checked for dependency conflicts automatically
  sysD                        -- run after line above
  (label @"my label" sysF) `after` sysE -- systems can be labelled
  sysG `before` (getLabel @"sysF")     -- using labelled system
  sysH `whenCriteria` myRunConditionSystem -- run criteria
  sysI `withCleanup` cleanUpSystem         -- on exit

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions