- TW-1468 Filtering for project and description has issues (thanks to Richard
          Boß).
This commit is contained in:
Paul Beckingham 2014-11-28 12:24:51 -05:00
parent 9a95696872
commit 206323dd6a
3 changed files with 40 additions and 1 deletions

View file

@ -442,8 +442,8 @@ void CLI::analyze (bool parse /* = true */, bool strict /* = false */)
desugarFilterPatterns ();
findOperators ();
findAttributes ();
insertJunctions ();
desugarFilterPlainArgs ();
insertJunctions (); // Deliberately after all desugar calls.
// Decompose the elements for MODIFICATIONs.
decomposeModAttributes ();