X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=fa1db507d6ef75330163f259ef932607b07a24d0;hb=443f472fe17ccd394e4db3df07cae42ba29de5ff;hp=34b771a05e87175d34d4ce5dd151eb8f68730d16;hpb=9f6c5fdc8776506a0183270cfe64f4442e4ced13;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index 34b771a..fa1db50 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,3 @@ - - Add Class::Accessor compats * Catalyst::Request * Catalyst::Response @@ -7,8 +6,23 @@ * Catalyst::Action * Catalyst::ActionChain * Catalyst::ActionContainer - * Catalyst::Log - * Catalyst::Exception - Make classes immutable at setup() time + + - GRODITI's list: + * Update Test suite to not assume MyApp ISA Controller + - After that I'll set up attr handlers that will output helpful + error messages when you do it as well as how to fix it. + * comments marked /Moose TODO/i in the code + * Fix the CDI compat hack so we can start moving to immutable + * Profile before and after immutable. + * Now would be a good time to lay ground for the App / Ctx split + * Howto mantain branch in sync with the latest checkins ? + * Eliminate all instances of $instance->{$key} + * MooseX::Emulate::CAF seems to be working like a charm :) + * General code cleanups can't hurt + * How do we move from NEXT to C3 ? I have never used either of them + - What does the lineraized mro look like when we are using moose + method modifiers? + - Does they all get clumped together or what? Is it a non-issue?