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
|
Michele Vetturi
|
||||||
Jeremiah Marks
|
Jeremiah Marks
|
||||||
Profpatsch
|
Profpatsch
|
||||||
|
Bernd Humpa
|
||||||
|
|||||||
@@ -42,6 +42,8 @@
|
|||||||
Wilk).
|
Wilk).
|
||||||
- TW-1296 make test/run_all exit with non-zero code if a test fail (thanks to
|
- TW-1296 make test/run_all exit with non-zero code if a test fail (thanks to
|
||||||
Jakub Wilk).
|
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-1300 _get could use return codes (thanks to Scott Kostyshak).
|
||||||
- TW-1301 Virtual tag +PENDING (thanks to Profpatsch).
|
- TW-1301 Virtual tag +PENDING (thanks to Profpatsch).
|
||||||
- TW-1302 CmdShow.cpp:244: bad length in substr ? (thanks to David Binderman).
|
- TW-1302 CmdShow.cpp:244: bad length in substr ? (thanks to David Binderman).
|
||||||
|
|||||||
@@ -40,6 +40,8 @@ static Date now;
|
|||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
void initializeColorRules ()
|
void initializeColorRules ()
|
||||||
|
{
|
||||||
|
try
|
||||||
{
|
{
|
||||||
gsColor.clear ();
|
gsColor.clear ();
|
||||||
gsPrecedence.clear ();
|
gsPrecedence.clear ();
|
||||||
@@ -78,6 +80,12 @@ void initializeColorRules ()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
catch (const std::string& e)
|
||||||
|
{
|
||||||
|
context.error (e);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
static void colorizeBlocked (Task& task, const Color& base, Color& c)
|
static void colorizeBlocked (Task& task, const Color& base, Color& c)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user