[Catalyst-commits] r8951 - Catalyst-Runtime/5.80/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Sat Dec 27 11:16:35 GMT 2008
Author: t0m
Date: 2008-12-27 11:16:35 +0000 (Sat, 27 Dec 2008)
New Revision: 8951
Modified:
Catalyst-Runtime/5.80/trunk/TODO
Log:
Updated TODO after a new round of smokes
Modified: Catalyst-Runtime/5.80/trunk/TODO
===================================================================
--- Catalyst-Runtime/5.80/trunk/TODO 2008-12-27 10:47:41 UTC (rev 8950)
+++ Catalyst-Runtime/5.80/trunk/TODO 2008-12-27 11:16:35 UTC (rev 8951)
@@ -1,11 +1,8 @@
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 / known issues:
-Back-compat investigation / konwon issues:
-
- Common engine test failures, look into and get tests into core.
- CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol
@@ -14,12 +11,44 @@
- 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:
- Catalyst-Plugin-Authorization-ACL, Can't locate object method "tree"
More information about the Catalyst-commits
mailing list