X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=fce0aca59f4541f10d877e3b0c34a4e59c0fca6c;hb=121b0c3a224819a5b0f59429b57f5abd8ebf5f7e;hp=8aef224345142160589d77976ab44d2cd667feb8;hpb=0f56bbcf00b69a018aa6be442200b917b3e9f9a2;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index 8aef224..fce0aca 100644 --- a/TODO +++ b/TODO @@ -1,19 +1,17 @@ Pending patches: - meta test for MX::Emulate::CAF needed by Catalyst::Plugin::Cache::Curried - - - Class::Accessor::Chained::Fast test for MX::Emulate::CAF, to fix - HTML::Widget - - - Re-opening packages with MX::Emulate::CAF (for - Catalyst::Plugin::HashedCookies) - - Double-applying mk_accessors breaks, t/double_apply.t for MX::Emulate::CAF - Back-compat investigation / known issues: - - FIXME notes in Catalyst::Dispatcher + - Plugins with new methods. + - Moose 'not inlining new method' warnings need to be fixed. + - Warning in Moose could also be more helpful.. + - Why does the current test not fail / warn? + - Generally unhappy with the on_end_of_scope immutable approach, + try removing new method from plugins (and emitting warning). - - Common engine test failures, look into and get tests into core. + - Engine test failures, look into and update tests / do fixes as + needed. - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol table as methods, tests + fix, or explanation and documentation? @@ -24,26 +22,15 @@ Back-compat investigation / known issues: - Catalyst::Plugin::Authorization::ACL - Catalyst::Plugin::Server + - Catalyst::Plugin::HTML::Widget - Should hopefully be fixed now.. + - Catalyst-Log-Log4perl Deep recursion on subroutine "MockApp::setup" + (rafl) + - Catalyst-Plugin-Cache dies due to mk_accessors('meta') - - - Catalyst-Action-REST appears to have real issues, investigate - - - Catalyst-Model-Search ditto - - CatalystX-CRUD ditto - - - Catalyst-Engine-Apache - Deep recursion on subroutine - "Catalyst::Action::execute", investigate once all other tests pass - - - Catalyst-Plugin-Scheduler - - Catalyst-Engine-HTTPEngine - - Catalyst-View-HTML-Template - - Catalyst-View-XSLT - - Catalyst-Plugin-Setenv - - Catalyst-Plugin-RequireSSL - Bullshit 'cannot locate' errors - Bug in smoke test rig. + - CatalystX-CRUD fails tests against 5.80 (karpet) - Issues with TWMC not being loaded when it used to be in 5.70 (Bill Moseley) @@ -57,25 +44,17 @@ Back-compat investigation / known issues: This all obviously needs better tests :/ Cleanups: - - - 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. - 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?) + when you do it as well as how to fix it. - 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) - Find whatever in the test suite craps a file called GLOB(0xfoo) onto my - disk and fix it. (Believed to be in the optional tests?) (t0m) + disk and fix it. (Believed to be in the optional TEST_HTTP tests?) (t0m) Documentation: @@ -94,3 +73,5 @@ Profiling: Tests: - Moosified test application? + + - Test warning from back-compat methods in Catalyst::Dispatcher