Re: [Zope-dev] Re: Utility factory handling for zope.component

2008-07-23 Thread Stephan Richter
On Wednesday 23 July 2008, Philipp von Weitershausen wrote: > I think Stephan is referring to the (formerly) last item of the tuple, > which is available as utility_reg.info. It contains information about > how the component was registered, for instance the ZCML file name + line > number. > > It lo

[Zope-dev] Re: Utility factory handling for zope.component

2008-07-23 Thread Philipp von Weitershausen
Wichert Akkerman wrote: Stephan Richter wrote: On Wednesday 23 July 2008, Wichert Akkerman wrote: If there are no objections I intend to merge the branch to trunk in a few days I am uncomfortable with the way you approached this. I think there are at least two other possibilities tha

[Zope-dev] Re: Utility factory handling for zope.component

2008-07-23 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wichert Akkerman wrote: > Tools like GenericSetup which deal with mangement of utility > registration are a bit handicapped at the moment: even though you can > register a utility using a factory the utility registration itself > only runs the factory