mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: Added ::findStrayModifications
This commit is contained in:
parent
c235b63572
commit
db3150d7b2
2 changed files with 4 additions and 4 deletions
|
@ -517,8 +517,8 @@ void CLI2::prepareFilter (bool applyContext)
|
|||
findUUIDs ();
|
||||
insertIDExpr ();
|
||||
desugarFilterTags ();
|
||||
/*
|
||||
findStrayModifications ();
|
||||
/*
|
||||
desugarFilterAttributes ();
|
||||
desugarFilterAttributeModifiers ();
|
||||
desugarFilterPatterns ();
|
||||
|
@ -942,7 +942,6 @@ void CLI2::desugarFilterTags ()
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void CLI2::findStrayModifications ()
|
||||
{
|
||||
|
@ -965,9 +964,10 @@ void CLI2::findStrayModifications ()
|
|||
|
||||
if (changes)
|
||||
if (context.config.getInteger ("debug.parser") >= 3)
|
||||
context.debug (dump ("CLI2::analyze findStrayModifications"));
|
||||
context.debug (dump ("CLI2::prepareFilter findStrayModifications"));
|
||||
}
|
||||
|
||||
/*
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// <name>:['"][<value>]['"] --> name = value
|
||||
void CLI2::desugarFilterAttributes ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue