-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This upgrades the progress output quite a bit, largely thanks to the rich CLI library: - There's a pretty animation at the start of the line! - Instead of printing the last package interacted with (which made no sense), show as many of the currently-processing packages as can fit on a single line. - Show live download progress for large downloads, so any that are holding up generation don't appears to be hanging. In addition, this adds a hidden CLI flag, --traceback-on-interrupt, that prints a full traceback from every active package coroutine on Ctrl-C, which was useful while debugging this (and probably will be in the future!) Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com>
- Loading branch information
Showing
5 changed files
with
308 additions
and
48 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
Oops, something went wrong.