forked from com-lihaoyi/mill
-
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.
Get rid of
mill.eval.Terminal
and inline underlying tasks (com-liha…
…oyi#4488) Follow up from com-lihaoyi#4477; after removing `Terminal.Labelled#segments`, it just becomes a thin wrapper around `Task[T]`/`NamedTask[T]`. So this PR just inlines `Task[T]`/`NamedTask[T]` everywhere that `Terminal` was previously used At some point we may be able to narrow it further to just `Task`, but investigating the feasibility of that can happen in a follow up
- Loading branch information
Showing
11 changed files
with
101 additions
and
126 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.