fa050f1427229ee46f88494b1929ad0eef662568
[catagits/Catalyst-Runtime.git] / TODO
1 Back-compat investigation:
2
3   - Get engines tested:
4     - Catalyst-Engine-Zeus
5     - Catalyst-Engine-XMPP2
6     - Catalyst-Engine-HTTPEngine
7     - Catalyst-Engine-HTTP-Prefork
8     - Catalyst-Engine-Wx
9
10 Known issues:
11      - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol 
12        table as methods, tests + fix, or explanation and documentation?
13        (rafl & phaylon)
14  
15      - Catalyst-Log-Log4perl Deep recursion on subroutine "MockApp::setup" 
16        (rafl)
17      
18      - Catalyst-Plugin-Cache dies due to mk_accessors('meta')
19      
20      - CatalystX-CRUD and CatalystX-CRUD-ModelAdapter-DBIC
21        fail tests against 5.80 (karpet)
22
23      - Catalyst-Plugin-Authorization-ACL fails as 
24        Catalyst::Dispatcher::_do_forward does not fix arguments if you throw
25        an exception. Needs a test case (Caelum)
26      
27      - Catalyst::Plugin::Authentication new release.
28      
29      - Catalyst::Action::RenderView
30      - Catalyst::Plugin::DebugCookie
31        - Conflict with each other: $c->config->{debug}->{foo} = 'bar'
32          now breaks, unsure why..
33
34 Cleanups:
35
36   - Update Test suite to not assume MyApp ISA Controller
37     - After that set up attr handlers that will output helpful error messages 
38       when you do it as well as how to fix it.
39
40   - Eliminate all instances of $instance->{$key}, I think the only thing
41     left is lib/Catalyst/Engine/HTTP.pm: $self->{inputbuf}, which I haven't
42     touched as it is used as an lvalue in a lot of places (t0m)
43
44   - Find whatever in the test suite craps a file called GLOB(0xfoo) onto my 
45     disk and fix it. (Believed to be in the optional TEST_HTTP tests?) (t0m)
46
47 Documentation:
48
49    - Manual / Tutorial updates
50
51        - extends in components with attributes must be inside a BEGIN block.
52
53        - How to write Moosified Catalyst components.
54
55    - Fix the Roadmap to be less full of lies.
56
57    - Catalyst/Upgrading.pod
58
59 Reported bugs:
60
61    - Issues with TWMC not being loaded when it used to be in 5.70 
62      (Bill Moseley)
63
64 Profiling:
65
66   - vs 5.70 and optimisation as needed.
67
68 Tests:
69
70   - Moosified test application?
71
72   - Test & document warnings from back-compat methods in Catalyst::Dispatcher
73   
74   - Test & document warnings from plugin method on Catalyst
75