X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=8e23c4b28be592334490d6cb4c576687d46350dd;hb=9db3091543b375436b9afae1128fefaecca5c370;hp=57ef9be5dde8ecf9dc2fb2d160b5777f642b202a;hpb=8610de43849742c133af00785d251006bf5574eb;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index 57ef9be..8e23c4b 100644 --- a/TODO +++ b/TODO @@ -1,41 +1,24 @@ - - Class::Accessor::Fast extra compatibility methods for MX::Emulate::CAF - groditi - - Tests for uses of C::A::F from Catalyst repos. - t0m +Known issues: - - Finish off and CPAN Class::C3::Adopt::NEXT - rafl - - More POD - t0m - - Make core use it. - - Simple test for next compat in core. + - Catalyst-Log-Log4perl Deep recursion on subroutine "MockApp::setup" due + to Adopt::NEXT not remembering which setup methods were already called + and which not, like NEXT does. Log::Log4perl needs to be fixed and the + problem should be described in Upgrading.pod. (rafl) - - Common engine test failures, look into and get tests into core. + - Waiting on new releases: + - Catalyst::Plugin::Authentication - 0.100092 + - Catalyst::Action::RenderView - 0.08 - - Catalyst-Plugin-Authorization-ACL, Can't locate object method "tree" via package "Catalyst::Dispatcher", fix the plugin as tree was never a public method. + - MX::Emulate::CAF - list assignment (see notes in Upgrading.pod and + branch in svn) - - Catalyst-Model-Akismet, incorrectly inherits from Catalyst::Component::InstancePerContext, should compose as a role, fix the module. + - Catalyst::Plugin::Session::State::Cookie - cookie_name is undefined + unless explicitly configured because setup_session isn't executed. - - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol table as methods, tests + fix? +Documentation: - - Catalyst::Plugin::Cache::Curried - - Catalyst::Controller::WrapCGI - - Both import 'meta' into controller package - mst thinks this can be fixed?. - but @marcus> and the generated accessors even call $_[0]->meta, so I don't think we can remove it. - . Add a test for this in core. - . Fix core to use CMOP to look up metaclass, rather than ->meta method, and - namespace::clean the meta method out, fix generated accessors to do the same? + - Catalyst/Upgrading.pod needs brushing up - - Catalyst::Plugin::SmartURI - - Core tests for behavior which causes it to fail (Caelum) - - - 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. - - - http://lists.scsys.co.uk/pipermail/catalyst-dev/2008-November/001546.html - - patch to list, andyg to look at? +Profiling: + - vs 5.70 and optimisation as needed.