Volodymyr Gubarkov
Volodymyr Gubarkov
I'm considering the next idea. In your initial example you will have: ```shell @goal 'x-updated' @call 'x-deleted' @call 'x-created' ``` So using `@call` (maybe I'll prefer `@calls`) instead of `@depends_on`....
Done. Will be included in the upcoming release. See: https://github.com/xonixx/makesure#calls
Just can consider incorporating an approach from [makesure](https://github.com/xonixx/makesure). (full disclosure, I'm the author). Makesure has [`@reached_if`](https://github.com/xonixx/makesure#reached_if) directive that can be added to any goal. This allows skipping goal execution if...
Thank you for this case. Indeed this looks like a useful feature to have. I’ll try to assess a viable implementation strategy.