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

2008-07-23 Thread Wichert Akkerman
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 methods but does not keep any information on it. As a result you can not round-

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

2008-07-23 Thread Stephan Richter
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 that I can see without having looked closer: 1. Use the in

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

2008-07-23 Thread Wichert Akkerman
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 that I can see without havi