-
Notifications
You must be signed in to change notification settings - Fork 211
Open
Labels
Milestone
Description
Colors
- warning messages in yellow
- error messages in red
- success messages in green
- passed checks in green, failed checks in red (or yellow)
--check-github
--merge-pr
--show-system-info
(yellow for Python 2)--show-config
(yellow for$HOME/.local/easybuild
)?
Error reporting
- Discriminate between error and crash (non-
EasyBuildError
raised error)
Tables
- Nicer output for
eb -a
,--show-config
,--list-easyblocks
,--list-software
, etc.
Progress bars
#3823 added the progress bar, here are some possible enhancements
- use full screen width
expand progress bar to full screen width #3826 - Download progress: show download progress / speed - probably as a second bar; see
- Extensions
- All extensions currently count as one step
- Each extension should be counted separately
- Any choice here must be compatible with add initial/experimental support for installing extensions in parallel #3667
- separate progress bar for extensions implemented in use separate different progress bars for different aspects of the installations being performed #3844
- Components:
- all components currently count as one step. Each component should be counted separately
- framework should provide support for a "neutral" progress bar that can be used by easyblock to display progress on a specific aspect (like
Bundle
installing components)
shahzebsiddiqui