From: Matthew S. <gld...@us...> - 2004-06-21 16:31:28
|
Mike C. Fletcher wrote: > Release 1.0.0 has no major changes from the 1.0.0 alpha release. > > Enjoy, > Mike Excellent! Thank you for your work on this Mike. Now the list of dependencies in the project I'm working on will include one less "CVS HEAD from project XYZ" ;-) A suggestion for the next release: Right now, in some common setUp() code I am using in some unit tests, I make sure dispatcher is in a "clean" state by doing this: dispatcher.connections = {} dispatcher.senders = {} dispatcher.sendersBack = {} I'm assuming that is all that is necessary to reset it to its initial state. It would be handy though, to have a dispatcher.reset() function that would do the same -- and could be updated in the future if it ever needed to do anything else to reset its state. Your thoughts/comments on that would be appreciated. Thanks, - Matthew |