X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=fd103b1274f7bd8c5173f515a86b3414445ecb6b;hb=647a251fa90fc925b194a8e1223a9d6706262ee5;hp=be81bbe73852aa7cf942babc4f3b7a9efed0074a;hpb=7e2ec16eafb1be1daead8ed4b975ab42b79e31cb;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index be81bbe..fd103b1 100644 --- a/TODO +++ b/TODO @@ -5,19 +5,12 @@ Back-compat investigation: - Catalyst-Engine-XMPP2 - Catalyst-Engine-HTTPEngine - Catalyst-Engine-HTTP-Prefork - - Catalyst-Engine-SCGI - Catalyst-Engine-Wx 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) @@ -32,10 +25,15 @@ Known issues: - Conflict with each other: $c->config->{debug}->{foo} = 'bar' now breaks, unsure why.. - - Fix memory leaks (I already tried Devel::Leak::Object, but no joy). - Cleanups: +18:01 <@mst> hmm. I think that warning should show what it found +18:01 <@mst> and say "you probably called ->model("Sessions") when you meant ->model("DB::Sessions")" or whatever +18:05 <@mst> unsafe_component_use_ok +18:05 <@mst> like we did for BindLex + + + - 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. @@ -56,11 +54,7 @@ Documentation: - How to write Moosified Catalyst components. - Fix the Roadmap to be less full of lies. - - - Document all other known failure cases / upgrade issues. - - - Tidy up / finish off incompatibility warnings etc. - + - Catalyst/Upgrading.pod Reported bugs: @@ -75,8 +69,6 @@ Profiling: Tests: - Moosified test application? - - - Test & document warnings from back-compat methods in Catalyst::Dispatcher - Test & document warnings from plugin method on Catalyst