TW-1298
- TW-1298 The color 'orange' is not recognized. - taskwarrior will not start
anymore (thanks to Bernd Humpa).
This commit is contained in:
1
AUTHORS
1
AUTHORS
@@ -207,3 +207,4 @@ suggestions:
|
||||
Michele Vetturi
|
||||
Jeremiah Marks
|
||||
Profpatsch
|
||||
Bernd Humpa
|
||||
|
||||
@@ -42,6 +42,8 @@
|
||||
Wilk).
|
||||
- TW-1296 make test/run_all exit with non-zero code if a test fail (thanks to
|
||||
Jakub Wilk).
|
||||
- TW-1298 The color 'orange' is not recognized. - taskwarrior will not start
|
||||
anymore (thanks to Bernd Humpa).
|
||||
- TW-1300 _get could use return codes (thanks to Scott Kostyshak).
|
||||
- TW-1301 Virtual tag +PENDING (thanks to Profpatsch).
|
||||
- TW-1302 CmdShow.cpp:244: bad length in substr ? (thanks to David Binderman).
|
||||
|
||||
@@ -41,6 +41,8 @@ static Date now;
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void initializeColorRules ()
|
||||
{
|
||||
try
|
||||
{
|
||||
gsColor.clear ();
|
||||
gsPrecedence.clear ();
|
||||
|
||||
@@ -76,6 +78,12 @@ void initializeColorRules ()
|
||||
for (r = results.begin (); r != results.end (); ++r)
|
||||
gsPrecedence.push_back (*r);
|
||||
}
|
||||
}
|
||||
|
||||
catch (const std::string& e)
|
||||
{
|
||||
context.error (e);
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user