Stop checking verbosities up-front

This commit is contained in:
Martin Hořeňovský
2019-06-17 14:43:10 +02:00
parent c582e351ce
commit 0f39438aae
6 changed files with 1 additions and 39 deletions

View File

@@ -29,18 +29,6 @@ method will be removed.
## Planned changes
### Reporter verbosities
The current implementation of verbosities, where the reporter is checked
up-front whether it supports the requested verbosity, is fundamentally
misguided and will be changed. The new implementation will no longer check
whether the specified reporter supports the requested verbosity, instead
it will be up to the reporters to deal with verbosities as they see fit
(with an expectation that unsupported verbosities will be, at most,
warnings, but not errors).
### Output format of `--list-*` command line parameters
The various list operations will be piped through reporters. This means