[Zope3-dev] Re: Google SoC Project

Jim Fulton jim at zope.com
Tue May 9 11:45:14 EDT 2006


Tres Seaver wrote:
...
> If we modified the validation to defer checking things like dotted name
> resolution until *after* all files have been parsed, then we could make
> it a requirement that configuration handlers have *no* side effects;  at
> that point, we could save a pickle of the actions list, and restart by
> loading the pickle instead of parsing.  We would need to "remember"
> things like file name and line number for the "dotted name" references,
> so that we could report them property in the "deferred" check (after all
> actions have run).

Yup.  This is a possibility I've been thinking of.

Jim

-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org


More information about the Zope3-dev mailing list