mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 02:17:21 +02:00
CLI
- Moved ID and UUID parsing earlier in the sequence.
This commit is contained in:
parent
c817607465
commit
c4116d43e1
1 changed files with 3 additions and 3 deletions
|
@ -345,13 +345,13 @@ void CLI::analyze (bool parse /* = true */)
|
||||||
if (parse)
|
if (parse)
|
||||||
{
|
{
|
||||||
// Remove all the syntactic sugar for FILTERs.
|
// Remove all the syntactic sugar for FILTERs.
|
||||||
|
findIDs ();
|
||||||
|
findUUIDs ();
|
||||||
|
insertIDExpr ();
|
||||||
desugarTags ();
|
desugarTags ();
|
||||||
desugarAttributes ();
|
desugarAttributes ();
|
||||||
desugarAttributeModifiers ();
|
desugarAttributeModifiers ();
|
||||||
desugarPatterns ();
|
desugarPatterns ();
|
||||||
findIDs ();
|
|
||||||
findUUIDs ();
|
|
||||||
insertIDExpr ();
|
|
||||||
findOperators ();
|
findOperators ();
|
||||||
findAttributes ();
|
findAttributes ();
|
||||||
insertJunctions ();
|
insertJunctions ();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue