Re-arrange TODO list to have a little more structure
[catagits/Catalyst-Runtime.git] / TODO
1 Pending patches:
2   - meta test for MX::Emulate::CAF needed by Catalyst::Plugin::Cache::Curried
3     http://code2.0beta.co.uk/moose/svnweb/index.cgi/moose/revision?rev=7036
4     (groditi)
5
6   - batman's chained patch / issue?
7
8   - Adopt::NEXT
9      - New warning message + updated docs with how it works (t0m/rafl)
10
11 Known issues:  
12
13   - Fix t/caf_backcompat_plugin_accessor_override.t - complex case
14     to do with class data / instance data.. Maybe need better tests?
15
16 Cleanups:
17
18   - Fix 'as soon as Class::MOP 0.67 + 1 is released 
19     Class::MOP::load_class($class) can be used instead' in Catalyst::Utils 
20     (t0m)
21     
22   - Provide an env var in Adopt::NEXT to just turn the warnings off globally?
23
24   - Catalyst-Plugin-Authorization-ACL, Can't locate object method "tree" 
25     via package "Catalyst::Dispatcher", fix the plugin as tree was never 
26     a public method.
27
28   - Catalyst-Model-Akismet, incorrectly inherits from 
29     Catalyst::Component::InstancePerContext, should compose as a role. 
30     Fix the module.
31     
32   - Update Test suite to not assume MyApp ISA Controller
33     - After that set up attr handlers that will output helpful error messages 
34       when you do it as well as how to fix it. (done already?)
35
36   - Comments marked /Moose TODO/i in Catalyst::Request re {_body} (t0m)
37
38   - Eliminate all instances of $instance->{$key}, I think the only thing
39     left is lib/Catalyst/Engine/HTTP.pm: $self->{inputbuf}, which I haven't
40     touched as it is used as an lvalue in a lot of places (t0m)
41
42   - Find whatever in the test suite craps a file called GLOB(0xfoo) onto my 
43     disk and fix it. (Believed to be in the optional tests?) (t0m)
44
45 Documentation:
46
47    - extends in components must be inside a BEGIN block.
48
49    - How to write Moosified Catalyst components.
50
51    - Manual / Tutorial updates
52
53    - Fix the Roadmap to be less full of lies.
54
55 Profiling:
56
57   - vs 5.70 and optimisation as needed.
58
59 Back-compat investigation:
60
61   - Common engine test failures, look into and get tests into core.
62
63   - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol 
64     table as methods, tests + fix, or explanation and documentation?
65     (rafl & phaylon)
66   
67   - Run another round of repository smokes against latest 5.80 trunk, manually
68     go through all the things which are broken (t0m).
69     
70    - Issues with TWMC not being loaded when it used to be in 5.70 
71      (Bill Moseley)
72      
73    - Fix memory leaks (I already tried Devel::Leak::Object, but no joy).
74
75 Tests:
76
77   - Moosified test application?