mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- Fixed bug #552, where 'rc.verbose=off' suppressed warnings (thanks to Peter De Poorter). - Fixed bug #863, which suppressed report labels with rc.verbose=off (thanks to Michelle Crane).
This commit is contained in:
parent
45dba8805c
commit
824cba7152
6 changed files with 101 additions and 26 deletions
|
@ -68,6 +68,7 @@ public:
|
|||
void header (const std::string&); // Header message sink
|
||||
void footnote (const std::string&); // Footnote message sink
|
||||
void debug (const std::string&); // Debug message sink
|
||||
void error (const std::string&); // Error message sink - non-maskable
|
||||
void clearMessages ();
|
||||
void clear ();
|
||||
|
||||
|
@ -101,6 +102,7 @@ public:
|
|||
std::vector <std::string> verbosity;
|
||||
std::vector <std::string> headers;
|
||||
std::vector <std::string> footnotes;
|
||||
std::vector <std::string> errors;
|
||||
std::vector <std::string> debugMessages;
|
||||
/*
|
||||
bool inShadow;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue