mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 21:27:19 +02:00
Filter
- Stubbed code for eventual elimination of E9 in Filter.
This commit is contained in:
parent
66d8a1267c
commit
7e8e48ff08
1 changed files with 5 additions and 0 deletions
|
@ -111,6 +111,11 @@ void Filter::subset (const std::vector <Task>& input, std::vector <Task>& output
|
||||||
|
|
||||||
Variant var;
|
Variant var;
|
||||||
eval.evaluateCompiledExpression (var);
|
eval.evaluateCompiledExpression (var);
|
||||||
|
// TODO Switch to this:
|
||||||
|
/*
|
||||||
|
if (var.get_bool ())
|
||||||
|
output.push_back (*task);
|
||||||
|
*/
|
||||||
|
|
||||||
// TODO Obsolete filter comparison.
|
// TODO Obsolete filter comparison.
|
||||||
if (context.config.getBoolean ("debug"))
|
if (context.config.getBoolean ("debug"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue