From: Dave Rolsky Date: Mon, 8 Apr 2013 01:42:00 +0000 (-0500) Subject: Remove done item from TODO X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoose.git;a=commitdiff_plain;h=280fffdceb77bdc95701c60dc322a97cc89de81d;hp=6bd51c54d68be2768e5714397b9e2f8b9c9dc9e7 Remove done item from TODO --- diff --git a/TODO b/TODO index 460dd39..3026a87 100644 --- a/TODO +++ b/TODO @@ -202,14 +202,6 @@ they're valid), manage the registry, and much more. Every method that returns a class name needs to become a rw attribute that can be set via the constructor. -### Make method conflicts in role -> role application silent - -Right now this becomes a conflict. We should make this simply ignore the -applied role's method (consumer wins), just like with classes. - -Note that this does *not* apply to role summation, where the current behavior -(generates a conflict) is correct. - ## Things to contemplate These are ideas we're not sure about. Prototypes are welcome, but we may never