[Checkins] [zopefoundation/zope.app.authentication] 254f5f: First cut at adapter-registry refactoring. The re...

GitHub noreply at github.com
Tue Feb 26 20:13:33 UTC 2013


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

  Changed paths:
    A browser/principalfolder.txt

  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