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