Yet another 5.80 regression
[catagits/Catalyst-Runtime.git] / TODO
diff --git a/TODO b/TODO
index 7a0c003..b304f69 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,16 @@
 Pending patches:
   - meta test for MX::Emulate::CAF needed by Catalyst::Plugin::Cache::Curried
-
-  - Adopt::NEXT
-     - updated docs with how to disable it (t0m/rafl)
-
-Back-compat investigation / konwon issues:
+  
+  - Class::Accessor::Chained::Fast test for MX::Emulate::CAF, to fix 
+    HTML::Widget
+  
+  - Re-opening packages with MX::Emulate::CAF (for 
+    Catalyst::Plugin::HashedCookies)
+  
+Back-compat investigation / known issues:
+
+  - Catalyst::Plugin::Server is still buggered in various ways..
+    - Fix TODO tests in t/aggregate/live_engine_request_body.t
 
   - Common engine test failures, look into and get tests into core.
 
@@ -14,12 +20,36 @@ Back-compat investigation / konwon issues:
 
   - Run another round of repository smokes against latest 5.80 trunk, manually
     go through all the things which are broken (t0m).
+    
+     - 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.
 
   - 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: