Merge lp://staging/~treinish/testrepository/testrepository-group-regex into lp://staging/~testrepository/testrepository/trunk
Proposed by
Matthew Treinish
Status: | Merged |
---|---|
Merged at revision: | 231 |
Proposed branch: | lp://staging/~treinish/testrepository/testrepository-group-regex |
Merge into: | lp://staging/~testrepository/testrepository/trunk |
Diff against target: |
324 lines (+161/-16) 5 files modified
COPYING (+1/-0) NEWS (+3/-0) doc/MANUAL.txt (+24/-0) testrepository/testcommand.py (+93/-16) testrepository/tests/test_testcommand.py (+40/-0) |
To merge this branch: | bzr merge lp://staging/~treinish/testrepository/testrepository-group-regex |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Collins | Needs Fixing | ||
Review via email: mp+173749@code.staging.launchpad.net |
Description of the change
Not sure; putting up for review as I've been asked to review it via IRC :)
To post a comment you must log in.
This is better, but now overly complex: rather than tangling together the regex nature and the grouping, it would be better to improve the core scheduler to take groups rather than adding a parallel codepath.
I have a bit of time this evening so I'm going to see about taking your work as input and iterating on it.
A little meta-hint too; you added some spurious vertical whitespace (e.g. after docstrings), trailing whitespace and didn't update docstrings consistently, all of which would be needed to be fixed before landing.