-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor
proxy.shouldTerminate
function and move the functionality …
…to `Act.Registry` (#615) * Refactor proxy.shouldTerminate function and move the functionality to Act.Registry * Simplify syntax and avoid unnecessary loops (using maps.Keys) * Create RunAll and ShouldTerminate functions in Act.Registry * Add logger to RunAll * Add test for RunAll and ShouldTerminate * Separate the check for existence of 'outputs' key from type check * Add test case for failures * Address comments by @sinadarbouy
- Loading branch information
Showing
3 changed files
with
153 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters