what is this even for
[gitmo/Moose.git] / TODO
diff --git a/TODO b/TODO
index 1ef4de5..3026a87 100644 (file)
--- 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
@@ -367,6 +359,15 @@ Roles don't preserve attribute `insertion_order`.
 
 Type constraint object constructors don't validate the type name provided.
 
+### MooseX::Aliases in core
+
+Is there any reason why this would be bad?  It would certainly make the
+implementation a little faster (it can be inlined better).
+
+### MooseX::MethodAttributes in core
+
+discuss
+
 ----
 
 ## Old todo
@@ -393,6 +394,7 @@ created
 ### type intersections
 
 Mostly just for Roles
+KENTNL is working on this
 
 ### inherited slot specs