[Catalyst-commits] r8975 - Catalyst-Runtime/5.80/trunk
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Mon Dec 29 17:59:45 GMT 2008
Author: t0m
Date: 2008-12-29 17:59:45 +0000 (Mon, 29 Dec 2008)
New Revision: 8975
Modified:
Catalyst-Runtime/5.80/trunk/TODO
Log:
Update TODO: I fixed smoke test rig issues + MX::E::CAF changes..
Modified: Catalyst-Runtime/5.80/trunk/TODO
===================================================================
--- Catalyst-Runtime/5.80/trunk/TODO 2008-12-29 17:52:39 UTC (rev 8974)
+++ Catalyst-Runtime/5.80/trunk/TODO 2008-12-29 17:59:45 UTC (rev 8975)
@@ -1,14 +1,8 @@
Pending patches:
- meta test for MX::Emulate::CAF needed by Catalyst::Plugin::Cache::Curried
- - Class::Accessor::Chained::Fast test for MX::Emulate::CAF, to fix
- HTML::Widget
+ - Bump MX::Emulate::CAF for fixes to t/double_apply.t
- - Re-opening packages with MX::Emulate::CAF (for
- Catalyst::Plugin::HashedCookies)
-
- - Double-applying mk_accessors breaks, t/double_apply.t for MX::Emulate::CAF
-
Back-compat investigation / known issues:
- Plugins with new methods.
@@ -29,6 +23,7 @@
- Catalyst::Plugin::Authorization::ACL
- Catalyst::Plugin::Server
+ - Catalyst::Plugin::HTML::Widget
- Should hopefully be fixed now..
- Catalyst-Plugin-Cache dies due to mk_accessors('meta')
@@ -42,14 +37,6 @@
- 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)
@@ -62,14 +49,10 @@
This all obviously needs better tests :/
Cleanups:
-
- - Catalyst-Model-Akismet, incorrectly inherits from
- Catalyst::Component::InstancePerContext, should compose as a role.
- Fix the module.
- 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. (done already?)
+ when you do it as well as how to fix it.
- Eliminate all instances of $instance->{$key}, I think the only thing
left is lib/Catalyst/Engine/HTTP.pm: $self->{inputbuf}, which I haven't
More information about the Catalyst-commits
mailing list