mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 10:07:19 +02:00
Expressions
- Commented out troublesome "distance_from_command" code. - Commented out DOM diagnostics, for now. - Commented out TDB2 diagnostics, for now. - Category "seq" arguments are now assigned type "exp". - All type "exp" arguments are now tokenized.
This commit is contained in:
parent
f0a9796683
commit
137b00a14a
5 changed files with 63 additions and 69 deletions
|
@ -309,7 +309,7 @@ bool DOM::is_primitive (const std::string& input)
|
|||
if (n.getInt (i) && n.depleted ())
|
||||
return true;
|
||||
|
||||
std::cout << "# DOM::is_primitive '" << input << "' --> unknown\n";
|
||||
// std::cout << "# DOM::is_primitive '" << input << "' --> unknown\n";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue