X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=TODO;h=3f7cb085c6203f994857f4c51a58ddef493be41c;hp=fa050f1427229ee46f88494b1929ad0eef662568;hb=c571d2c84b0acd26c540bba4b604e7ce8e01e426;hpb=e106a59f5b94228aa1df4cf2224e06c5ef53298b diff --git a/TODO b/TODO index fa050f1..3f7cb08 100644 --- a/TODO +++ b/TODO @@ -9,14 +9,12 @@ Back-compat investigation: 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) @@ -33,6 +31,13 @@ Known issues: 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. @@ -68,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