Updated TODO after a new round of smokes
[catagits/Catalyst-Runtime.git] / TODO
diff --git a/TODO b/TODO
index 7b76bf9..8e3aafe 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,26 +1,56 @@
 Pending patches:
   - meta test for MX::Emulate::CAF needed by Catalyst::Plugin::Cache::Curried
-    http://code2.0beta.co.uk/moose/svnweb/index.cgi/moose/revision?rev=7036
-    (groditi)
 
-  - batman's chained patch / issue?
+Back-compat investigation / known issues:
 
-  - Adopt::NEXT
-     - New warning message + updated docs with how it works (t0m/rafl)
+  - 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)
 
-  - Fix t/caf_backcompat_plugin_accessor_override.t - complex case
-    to do with class data / instance data.. Maybe need better tests?
+  - Run another round of repository smokes against latest 5.80 trunk, manually
+    go through all the things which are broken (t0m).
+    
+     - Catalyst-Plugin-Server dies due to "package is not defined" error
+       which was reduced to a warning, retest.
+    
+     - 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.
+                                    
+     - Catalyst::Plugin::HTML::Widget - Undefined subroutine 
+       &HTML::Widget::Result::attributes called at 
+       lib/perl5/HTML/Widget/Result.pm line 68.
+
+  - Issues with TWMC not being loaded when it used to be in 5.70 
+    (Bill Moseley)
+
+  - Fix memory leaks (I already tried Devel::Leak::Object, but no joy).
+
+  -  In 5.70, you can have a component which doesn't inherit from ::Component, 
+     and has no new method, and it'll do the right thing for you. We just 
+     ignore that, we should still support that, but warn for/deprecate it so 
+     it can go for 5.9X...
+     This all obviously needs better tests :/
 
 Cleanups:
 
-  - Fix 'as soon as Class::MOP 0.67 + 1 is released 
-    Class::MOP::load_class($class) can be used instead' in Catalyst::Utils 
-    (t0m)
-    
-  - Provide an env var in Adopt::NEXT to just turn the warnings off globally?
-
   - Catalyst-Plugin-Authorization-ACL, Can't locate object method "tree" 
     via package "Catalyst::Dispatcher", fix the plugin as tree was never 
     a public method.
@@ -56,22 +86,6 @@ Profiling:
 
   - vs 5.70 and optimisation as needed.
 
-Back-compat investigation:
-
-  - Common engine test failures, look into and get tests into core.
-
-  - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol 
-    table as methods, tests + fix, or explanation and documentation?
-    (rafl & phaylon)
-  
-  - Run another round of repository smokes against latest 5.80 trunk, manually
-    go through all the things which are broken (t0m).
-    
-   - Issues with TWMC not being loaded when it used to be in 5.70 
-     (Bill Moseley)
-     
-   - Fix memory leaks (I already tried Devel::Leak::Object, but no joy).
-
 Tests:
 
   - Moosified test application?