X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=e23142ef1b288b383e7209879627d42789498beb;hb=4a5a984709fab07209787e699c3d3d8ac1e6a6e2;hp=15f80e871a7e5b470c1e16702e9a5ce6e465a495;hpb=cc4c21fc48a1506e8aece043fcd8565742e28f0b;p=gitmo%2FMouse.git diff --git a/TODO b/TODO index 15f80e8..e23142e 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,7 @@ -TODO -==== +TODO: -* Re-implement Mouse with code from Shika -* Make coercion work -* Make delegation via handles work -* Make TypeConstraints from Shika -* Copy some features from Scalar::Util's XS -* more performance tuning to Mouse::Meta::Method::(Con|De)structor -* make Mouse.XS? +Makng subclasses of Mouse::Meta::* immutable breaks the classes. + +If one want match_on_type(), it should be supported. + +The 'handles' option for has() is not completely compatible with Moose.