Update Changes file and TODO list
[catagits/Catalyst-Runtime.git] / TODO
1   - Fix t/caf_backcompat_plugin_accessor_override.t
2   
3   - Looks like stash is not available during prepare_path when running under
4     Catalyst::Test.. Run MojoMojo's t/01app.t and it will explode with
5     "Can't use an undefined value as a HASH reference" - test case for core
6     + fix maybe (marcus)
7
8   - Common engine test failures, look into and get tests into core.
9
10   - Catalyst-Plugin-Authorization-ACL, Can't locate object method "tree" via package "Catalyst::Dispatcher", fix the plugin as tree was never a public method.
11
12   - Catalyst-Model-Akismet, incorrectly inherits from Catalyst::Component::InstancePerContext, should compose as a role, fix the module.
13
14   - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol table as methods, tests + fix?
15
16   - Catalyst::Plugin::Cache::Curried
17   - Catalyst::Controller::WrapCGI
18     - Both import 'meta' into controller package - mst thinks this can be fixed?.
19       but @marcus> and the generated accessors even call $_[0]->meta, so I don't think we can remove it. 
20       . Add a test for this in core.
21       . Fix core to use CMOP to look up metaclass, rather than ->meta method, and
22         namespace::clean the meta method out, fix generated accessors to do the same?
23
24   - MooseX::Emulate::Class::Accessor::Fast
25     - Tests for uses of C::A::F from Catalyst repos. - t0m
26     - New release once these are done.
27
28   - Update Test suite to not assume MyApp ISA Controller
29     - 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?)
30   
31   - Comments marked /Moose TODO/i in the code
32   
33   - Eliminate all instances of $instance->{$key}
34
35   - Catalyst-Log-Log4perl - deep recursion in the test suite, investigate
36
37   - Profiling vs 5.70 and optimisation as needed.
38
39   - http://lists.scsys.co.uk/pipermail/catalyst-dev/2008-November/001546.html
40     - patch to list, andyg to look at?
41