forked from vercel/turborepo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Dry Run so that output is printed by Run Summaries (vercel#4403
) The goal is to make RunSummary responsible for all the JSON and text and saved-to-disk versions of what happened in a Run via the `.Close()` method. This commit incorporates DryRun output into this mold. Specifically: - Pass all of RunOpts to RunSummary. Many of the pieces were being passed in already and this work need the dry run flag also. Moves runOpts into the util package to avoid circular imports. - Use `.Close()` to print dry run output - Refactor DryRun execution to look more like Real Run.
- Loading branch information
Showing
7 changed files
with
160 additions
and
136 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
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
Oops, something went wrong.