This branch will include several changes:
authorDave Rolsky <autarch@urth.org>
Thu, 11 Sep 2008 16:44:20 +0000 (16:44 +0000)
committerDave Rolsky <autarch@urth.org>
Thu, 11 Sep 2008 16:44:20 +0000 (16:44 +0000)
commit1639e2f64260d0df4badc031a0814244aa54daaf
tree4142dd17ba01c88844461482122386efeeac40a8
parentfc6399045f5f3379c2be0ed75fede6a4511d68fa
This branch will include several changes:

* Tracking the source of all methods added from roles (via method cloning)

* Added a Delegation method class for delegated methods

* Finally, changing _fix_metaclass_compatibility to use the source
  tracking to implement the "if metaclasses differ by roles, reconcile
  the roles" algorithm.