Log4perl already got fixed along the way, \o/
[catagits/Catalyst-Runtime.git] / TODO
1   - Fix t/caf_backcompat_plugin_accessor_override.t - complex case
2     to do with class data / instance data.. Maybe need better tests?
3   
4   - meta test for MX::Emulate::CAF needed by Catalyst::Plugin::Cache::Curried
5     http://code2.0beta.co.uk/moose/svnweb/index.cgi/moose/revision?rev=7036
6     (groditi)
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" 
11     via package "Catalyst::Dispatcher", fix the plugin as tree was never 
12     a public method.
13
14   - Catalyst-Model-Akismet, incorrectly inherits from 
15     Catalyst::Component::InstancePerContext, should compose as a role. 
16     Fix the module.
17
18   - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol 
19     table as methods, tests + fix, or explanation and documentation?
20     (rafl & phaylon)
21
22   - Update Test suite to not assume MyApp ISA Controller
23     - After that set up attr handlers that will output helpful error messages 
24       when you do it as well as how to fix it. (done already?)
25   
26   - Comments marked /Moose TODO/i in Catalyst::Request re {_body}
27   
28   - Eliminate all instances of $instance->{$key}, I think the only thing
29     left is lib/Catalyst/Engine/HTTP.pm: $self->{inputbuf}, which I haven't
30     touched as it is used as an lvalue in a lot of places.
31
32   - Profiling vs 5.70 and optimisation as needed.
33
34   - Fix the Roadmap to be less full of lies.
35   
36   - Run another round of repository smokes against latest 5.80 trunk, manually
37     go through all the things which are broken (t0m).
38     
39   - Adopt::NEXT
40      - New warning message (Bill Moseley)
41      - Updated docs with how it works (t0m)
42      - provide an env var to just turn the warnings off globally?
43
44    - Issues with TWMC not being loaded when it used to be in 5.70 
45      (Bill Moseley)
46      
47    - Fix memory leaks (I already tried Devel::Leak::Object, but no joy).
48
49    - Find whatever in the test suite craps a file called GLOB(0xfoo) onto my 
50      disk and fix it. (Believed to be in the optional tests?)
51
52    - Docsdocsdocs
53       - extends in components must be inside a BEGIN block.
54       - Moose package loading - document it spits feathers if you don't define 
55         any symbols.
56         
57     - Tests
58       - Moosified test application?
59
60     - batman's chained patch / issue?
61