[Checkins] [zopefoundation/zope.app.form] a55ea3: First cut at adapter-registry refactoring. The re...

GitHub noreply at github.com
Tue Mar 12 13:24:50 UTC 2013


  Branch: refs/heads/monolithic-zope3-jim-adapter-redesign
  Home:   https://github.com/zopefoundation/zope.app.form
  Commit: a55ea340a77e5cc34cdea2591a8527603e3145ea
      https://github.com/zopefoundation/zope.app.form/commit/a55ea340a77e5cc34cdea2591a8527603e3145ea
  Author: Jim Fulton <jim at zope.com>
  Date:   2005-09-08 (Thu, 08 Sep 2005)

  Changed paths:
    A browser/configure.zcml

  Log Message:
  -----------
  First cut at adapter-registry refactoring.  The refactoring makes
adapter lookup work more like method lookup.  This provides:

- a much simpler algorithm,

- a basis for super-like adapter lookup, and

- a fix for a bug in multi-adapter lookup.

These changes also remove the distinction between objects with no
interface declarations and objects that declare that they provide
Interface.

Unfortunately, these version is *much* too slow.  I'm checking this
version in to save it before trying some variations.





More information about the checkins mailing list