CLI2: Raised the precedence of ::desugarPlainArgs

This commit is contained in:
Paul Beckingham 2015-06-22 14:12:05 -04:00
parent 076b2aaa95
commit 3d19bffd55

View file

@ -481,7 +481,7 @@ void CLI2::addFilter (const std::string& arg)
}
////////////////////////////////////////////////////////////////////////////////
// Parset the commnad line, identifiying filter components, expanding syntactic
// Parse the command line, identifiying filter components, expanding syntactic
// sugar as necessary.
void CLI2::prepareFilter (bool applyContext)
{
@ -528,9 +528,9 @@ void CLI2::prepareFilter (bool applyContext)
findIDs ();
findUUIDs ();
insertIDExpr ();
desugarFilterPlainArgs ();
desugarFilterTags ();
findStrayModifications ();
desugarFilterPlainArgs ();
desugarFilterAttributes ();
desugarFilterPatterns ();
insertJunctions (); // Deliberately after all desugar calls.