TW-1447
- TW-1447 Not possible to filter on a UDA of type String (thanks to atomicules).
This commit is contained in:
@@ -80,8 +80,8 @@ void Filter::subset (const std::vector <Task>& input, std::vector <Task>& output
|
||||
{
|
||||
Eval eval;
|
||||
eval.ambiguity (false);
|
||||
eval.addSource (namedDates);
|
||||
eval.addSource (domSource);
|
||||
eval.addSource (namedDates);
|
||||
|
||||
// Debug output from Eval during compilation is useful. During evaluation
|
||||
// it is mostly noise.
|
||||
@@ -129,8 +129,8 @@ void Filter::subset (std::vector <Task>& output)
|
||||
|
||||
Eval eval;
|
||||
eval.ambiguity (false);
|
||||
eval.addSource (namedDates);
|
||||
eval.addSource (domSource);
|
||||
eval.addSource (namedDates);
|
||||
|
||||
// Debug output from Eval during compilation is useful. During evaluation
|
||||
// it is mostly noise.
|
||||
|
||||
@@ -56,8 +56,8 @@ int CmdCalc::execute (std::string& output)
|
||||
|
||||
// Create an evaluator with DOM access.
|
||||
Eval e;
|
||||
e.addSource (namedDates);
|
||||
e.addSource (domSource);
|
||||
e.addSource (namedDates);
|
||||
e.ambiguity (false); // TODO Configurable?
|
||||
e.debug (context.config.getBoolean ("debug"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user