Command
- Added filter expression debug diagnostics.
This commit is contained in:
@@ -297,6 +297,9 @@ void Command::filter (const std::vector <Task>& input, std::vector <Task>& outpu
|
|||||||
context.debug (t->dump ());
|
context.debug (t->dump ());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::string filterExpr = context.a3t.getFilterExpression ();
|
||||||
|
context.debug ("\033[1;37;42mFILTER\033[0m " + filterExpr);
|
||||||
|
|
||||||
if (filt.size ())
|
if (filt.size ())
|
||||||
{
|
{
|
||||||
E9 e (filt);
|
E9 e (filt);
|
||||||
@@ -327,6 +330,9 @@ void Command::filter (std::vector <Task>& output)
|
|||||||
context.debug (t->dump ());
|
context.debug (t->dump ());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::string filterExpr = context.a3t.getFilterExpression ();
|
||||||
|
context.debug ("\033[1;37;42mFILTER\033[0m " + filterExpr);
|
||||||
|
|
||||||
if (filt.size ())
|
if (filt.size ())
|
||||||
{
|
{
|
||||||
context.timer_filter.stop ();
|
context.timer_filter.stop ();
|
||||||
|
|||||||
Reference in New Issue
Block a user