[Checkins] [zopefoundation/zope.app.pagetemplate] 15dac0: First cut at adapter-registry refactoring. The re...

GitHub noreply at github.com
Tue Mar 12 13:27:20 UTC 2013


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

  Changed paths:
    A 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