[Catalyst-commits] r9024 - Catalyst-Runtime/5.80/trunk

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Wed Jan 7 03:46:25 GMT 2009


Author: t0m
Date: 2009-01-07 03:46:25 +0000 (Wed, 07 Jan 2009)
New Revision: 9024

Modified:
   Catalyst-Runtime/5.80/trunk/TODO
Log:
Update TODO after latest round of repos smoke tests

Modified: Catalyst-Runtime/5.80/trunk/TODO
===================================================================
--- Catalyst-Runtime/5.80/trunk/TODO	2009-01-07 03:36:45 UTC (rev 9023)
+++ Catalyst-Runtime/5.80/trunk/TODO	2009-01-07 03:46:25 UTC (rev 9024)
@@ -1,4 +1,4 @@
-Back-compat investigation / known issues:
+Back-compat investigation:
 
   - Get engines tested:
     - Catalyst-Engine-Zeus
@@ -8,21 +8,11 @@
     - Catalyst-Engine-SCGI
     - Catalyst-Engine-Wx
 
-  - 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).
-    
-     - Catalyst-Plugin-Session-State-Cookie
-       Catalyst-Plugin-Session-Store-FastMmap
-       Catalyst-Plugin-Session-PerUser
-       Catalyst-Plugin-Session-Store-File
-       Catalyst-Authentication-Credential-HTTP
-       Catalyst-Plugin-SmartURI
-        - All fixed by Scope::Upper
-     
+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)
      
@@ -36,10 +26,20 @@
        an exception. Needs a test case (Caelum)
      
      - Catalyst::Plugin::Authentication new release.
+     
+     - Catalyst::Action::RenderView
+     - Catalyst::Plugin::DebugCookie
+       - Conflict with each other: $c->config->{debug}->{foo} = 'bar'
+         now breaks, unsure why..
+         
+      - Catalyst::Component::ACCEPT_CONTEXT - Having a COMPONENT method
+        after Catalyst::Component::COMPONENT used to work, and will still
+        delegate (and warn), but then NEXT::COMPONENT will not dtrt if you
+        re-dispatch again (NEXT would seemingly go back to the start?)..
+        See Reaction test suite for example of this happening.
+        FIXME - Also don't think this correctly delegates - $c appears 
+        missing.
 
-  - 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, 
@@ -76,7 +76,16 @@
    -  With 5.7 people did extends qw/Moose::Object Catalyst::Component/, now 
       Catalyst::Component isa Moose::Object so now isa doesn't linearize 
       anymore, docs of what doesn't work and why (rafl)
+      
+   - Document all other known failure cases / upgrade issues.
+   
+   - Tidy up / finish off incompatibility warnings etc.
 
+Reported bugs:
+
+   - Issues with TWMC not being loaded when it used to be in 5.70 
+     (Bill Moseley)
+
 Profiling:
 
   - vs 5.70 and optimisation as needed.




More information about the Catalyst-commits mailing list