X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=3f7cb085c6203f994857f4c51a58ddef493be41c;hb=c571d2c84b0acd26c540bba4b604e7ce8e01e426;hp=be81bbe73852aa7cf942babc4f3b7a9efed0074a;hpb=7e2ec16eafb1be1daead8ed4b975ab42b79e31cb;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index be81bbe..3f7cb08 100644 --- a/TODO +++ b/TODO @@ -5,19 +5,16 @@ 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) - + table as methods, new version of fixed plugin (rafl), explanation of + the issue in Catalyst::Upgrading (groditi) + - 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 +29,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 +58,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 +73,6 @@ Profiling: Tests: - Moosified test application? - - - Test & document warnings from back-compat methods in Catalyst::Dispatcher - Test & document warnings from plugin method on Catalyst