From: Tomas Doran Date: Sun, 23 Nov 2008 22:09:07 +0000 (+0000) Subject: Update TODO list in Cat5.80 to be relevant. If there are any items missing here,... X-Git-Tag: 5.8000_03~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=2105b371d738ee90655706e0953a30eb092ea04e Update TODO list in Cat5.80 to be relevant. If there are any items missing here, please add and/or follow up the smokes thread on the dev list. --- diff --git a/TODO b/TODO index fa1db50..9b2bce8 100644 --- a/TODO +++ b/TODO @@ -1,28 +1,29 @@ - - Add Class::Accessor compats - * Catalyst::Request - * Catalyst::Response - * Catalyst::Dispatcher - * Catalyst::Request::Upload - * Catalyst::Action - * Catalyst::ActionChain - * Catalyst::ActionContainer - - - 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? + - Class::Accessor::Fast extra compatibility methods for MX::Emulate::CAF - groditi + - Tests for uses of C::A::F from Catalyst repos. - t0m + + - Finish off and CPAN Class::C3::Adopt::NEXT - rafl + - More POD - t0m + - Make core use it. + - Simple test for next compat in core. + + - Common engine test failures, look into and get tests into core. + + - Catalyst-Plugin-Authorization-ACL, Can't locate object method "tree" via package "Catalyst::Dispatcher", fix the plugin as tree was never a public method. + + - Catalyst-Model-Akismet, incorrectly inherits from Catalyst::Component::InstancePerContext, should compose as a role, fix the module. + + - Catalyst-Model-DBIC-Schema (MojoMojo test suite), test failure for the core distribution (marcus) + + - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol table as methods, tests + fix? + + - Update Test suite to not assume MyApp ISA Controller + - After that set up attr handlers that will output helpful error messages when you do it as well as how to fix it. (done already?) + + - Comments marked /Moose TODO/i in the code + + - Eliminate all instances of $instance->{$key} + + - Catalyst-Log-Log4perl - deep recursion in the test suite, investigate + + - Profiling vs 5.70 and optimisation as needed. +