X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=3026a87949c4c165c8ce2a51775858c4b71a988f;hb=9153f80be375a2544592ce01f7a2cdcc008ba3d5;hp=460dd39d779fdb47908aba5f5cf310baa39be005;hpb=6bd51c54d68be2768e5714397b9e2f8b9c9dc9e7;p=gitmo%2FMoose.git 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