[Zope3-checkins] Re: [Checkins] SVN: z3c.componentdebug/trunk/src/z3c/componentdebug/ First implementation with reportRequiredAdapters

Ross Patterson me at rpatterson.net
Thu May 31 01:09:21 EDT 2007


Stephan Richter <srichter at cosmos.phy.tufts.edu> writes:

> On Wednesday 30 May 2007 15:33, Ross Patterson wrote:
>> Log message for revision 76007:
>>   First implementation with reportRequiredAdapters
>
> Why are you not using the utility functions provided by apidoc? I spent a lot 
> of time working out those type of utility methods providing a lot of 
> information.

Take a look at:

http://svn.zope.org/z3c.componentdebug/trunk/src/z3c/componentdebug/README.txt?rev=76039&view=auto

I talk a bit in there about what it does beyond the apidoc functions.
Basically, it reports likely matches based on component lookup arguments
and it reports across the site manager resolution order.  Also, I
include a patch for ComponentLookupError that provides much more verbose
reporting.

I'd love it if you'd take a look at my package and see if I've
duplicated anything or if you have any other feedback.

Thanks for the pointer to apidoc.

Ross


More information about the Zope3-Checkins mailing list