CLI2: Better algorithm for ::desugarFilterPlainArgs which appears to work well

This commit is contained in:
Paul Beckingham 2015-07-12 14:07:48 -04:00
parent f240c783cb
commit 81fc158dc9
2 changed files with 56 additions and 21 deletions

View file

@ -129,12 +129,11 @@ For anyone looking for test-related tasks to take on, here are some suggestions:
* Select a bug.*.t Perl test and convert it to Python using the template.
* Look at the latest todo.txt file format spec, and make sure that
import.todo.sh.t is testing the current format.
import.todo.sh.t is thoroughly testing the current format.
* Select a feature.*.t Perl test, convert it to Python using the template,
then rename it to <feature>.t
* Find and eliminate individuals test that do the same thing.
---