Roundup Tracker - Issues

Message4214

Author schlatterbeck
Recipients jerrykan, schlatterbeck
Date 2010-12-23.15:46:26
Message-id <1293119187.21.0.934520307992.issue2550576@psf.upfronthosting.co.za>
In-reply-to
Thanks John -- I had some time now and used your code to factor the
_handle_message code into a separate class. This avoids recomputing
values and in particular the parameter-passing. Otherwise this is quite
identical to your refactoring.
I had to fix the bugs mentioned earlier, added some more tests for
things that were not covered (message id generation) and have also fixed
the parameter parsing (-C and -S options) to work with other classes not
named "issue" (hopefully, for this there is no test yet).

Fixed in r4577
History
Date User Action Args
2010-12-23 15:46:27schlatterbecksetmessageid: <1293119187.21.0.934520307992.issue2550576@psf.upfronthosting.co.za>
2010-12-23 15:46:27schlatterbecksetrecipients: + schlatterbeck, jerrykan
2010-12-23 15:46:27schlatterbecklinkissue2550576 messages
2010-12-23 15:46:26schlatterbeckcreate