X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=fa050f1427229ee46f88494b1929ad0eef662568;hb=8be895a7aa1d89a8004cc0cd37962025bc5c3b3d;hp=9b2bce8b3c2e03813ec4411b93ff89687020485b;hpb=2105b371d738ee90655706e0953a30eb092ea04e;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index 9b2bce8..fa050f1 100644 --- a/TODO +++ b/TODO @@ -1,29 +1,75 @@ - - Class::Accessor::Fast extra compatibility methods for MX::Emulate::CAF - groditi - - Tests for uses of C::A::F from Catalyst repos. - t0m +Back-compat investigation: - - Finish off and CPAN Class::C3::Adopt::NEXT - rafl - - More POD - t0m - - Make core use it. - - Simple test for next compat in core. + - Get engines tested: + - Catalyst-Engine-Zeus + - Catalyst-Engine-XMPP2 + - Catalyst-Engine-HTTPEngine + - Catalyst-Engine-HTTP-Prefork + - Catalyst-Engine-Wx - - Common engine test failures, look into and get tests into core. +Known issues: + - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol + table as methods, tests + fix, or explanation and documentation? + (rafl & phaylon) + + - Catalyst-Log-Log4perl Deep recursion on subroutine "MockApp::setup" + (rafl) + + - Catalyst-Plugin-Cache dies due to mk_accessors('meta') + + - CatalystX-CRUD and CatalystX-CRUD-ModelAdapter-DBIC + fail tests against 5.80 (karpet) - - 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-Plugin-Authorization-ACL fails as + Catalyst::Dispatcher::_do_forward does not fix arguments if you throw + an exception. Needs a test case (Caelum) + + - Catalyst::Plugin::Authentication new release. + + - Catalyst::Action::RenderView + - Catalyst::Plugin::DebugCookie + - Conflict with each other: $c->config->{debug}->{foo} = 'bar' + now breaks, unsure why.. - - Catalyst-Model-Akismet, incorrectly inherits from Catalyst::Component::InstancePerContext, should compose as a role, fix the module. +Cleanups: - - Catalyst-Model-DBIC-Schema (MojoMojo test suite), test failure for the core distribution (marcus) + - 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. - - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol table as methods, tests + fix? + - Eliminate all instances of $instance->{$key}, I think the only thing + left is lib/Catalyst/Engine/HTTP.pm: $self->{inputbuf}, which I haven't + touched as it is used as an lvalue in a lot of places (t0m) - - 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} + - Find whatever in the test suite craps a file called GLOB(0xfoo) onto my + disk and fix it. (Believed to be in the optional TEST_HTTP tests?) (t0m) + +Documentation: + + - Manual / Tutorial updates + + - extends in components with attributes must be inside a BEGIN block. + + - How to write Moosified Catalyst components. - - Catalyst-Log-Log4perl - deep recursion in the test suite, investigate + - Fix the Roadmap to be less full of lies. - - Profiling vs 5.70 and optimisation as needed. + - Catalyst/Upgrading.pod + +Reported bugs: + + - Issues with TWMC not being loaded when it used to be in 5.70 + (Bill Moseley) + +Profiling: + + - vs 5.70 and optimisation as needed. + +Tests: + + - Moosified test application? + + - Test & document warnings from back-compat methods in Catalyst::Dispatcher + + - Test & document warnings from plugin method on Catalyst