mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI2: Moved ::desugarFilterPlainArgs higher in precedence
- Because of hte relaxed conditions in hte ::desugarFilterPlainArgs method, this was causing problems evaluating attribute modifiers.
This commit is contained in:
parent
4162756560
commit
23e3180d7b
1 changed files with 1 additions and 1 deletions
|
@ -516,6 +516,7 @@ void CLI2::prepareFilter (bool applyContext)
|
|||
findIDs ();
|
||||
findUUIDs ();
|
||||
insertIDExpr ();
|
||||
desugarFilterPlainArgs ();
|
||||
desugarFilterTags ();
|
||||
findStrayModifications ();
|
||||
/*
|
||||
|
@ -523,7 +524,6 @@ void CLI2::prepareFilter (bool applyContext)
|
|||
desugarFilterAttributeModifiers ();
|
||||
*/
|
||||
desugarFilterPatterns ();
|
||||
desugarFilterPlainArgs ();
|
||||
/*
|
||||
insertJunctions (); // Deliberately after all desugar calls.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue