Expressions
- Broke out expression handling into two distinct flavors: filter and expression. Filters need lots of preparation and mapping, which includes implicit 'AND' operators, expansion of syntactic sugar like /pattern/ etc and evaluate to a Boolean. Expressions are simpler wiht less preparation, and evaluate to a Variant.
This commit is contained in:
@@ -69,8 +69,9 @@ int CmdAdd::execute (std::string& output)
|
||||
if (context.verbose ("new-id"))
|
||||
output = format (STRING_CMD_ADD_FEEDBACK, context.tdb.nextId ()) + "\n";
|
||||
*/
|
||||
|
||||
/*
|
||||
context.footnote (onProjectChange (task));
|
||||
*/
|
||||
context.tdb2.commit ();
|
||||
return rc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user