Sod back-compat on the insane cases, start the upgrading documentation
[catagits/Catalyst-Runtime.git] / TODO
CommitLineData
44f879d3 1Back-compat investigation:
8a440eba 2
1a23d3da 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
8a440eba 10
44f879d3 11Known 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
54f4bfef 16 - Catalyst-Log-Log4perl Deep recursion on subroutine "MockApp::setup"
17 (rafl)
18
fb9f65db 19 - Catalyst-Plugin-Cache dies due to mk_accessors('meta')
fb9f65db 20
54bee50f 21 - CatalystX-CRUD and CatalystX-CRUD-ModelAdapter-DBIC
22 fail tests against 5.80 (karpet)
121b0c3a 23
df3ea11b 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
54bee50f 28 - Catalyst::Plugin::Authentication new release.
44f879d3 29
30 - Catalyst::Action::RenderView
31 - Catalyst::Plugin::DebugCookie
32 - Conflict with each other: $c->config->{debug}->{foo} = 'bar'
33 now breaks, unsure why..
8a440eba 34
35 - Fix memory leaks (I already tried Devel::Leak::Object, but no joy).
9de04be2 36
9de04be2 37Cleanups:
6b2a933b 38
2105b371 39 - Update Test suite to not assume MyApp ISA Controller
24e6a237 40 - After that set up attr handlers that will output helpful error messages
0dcb8354 41 when you do it as well as how to fix it.
9de04be2 42
02570318 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
9de04be2 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
c41cfce3 48 disk and fix it. (Believed to be in the optional TEST_HTTP tests?) (t0m)
9de04be2 49
50Documentation:
51
7e2ec16e 52 - Manual / Tutorial updates
9de04be2 53
7e2ec16e 54 - extends in components with attributes must be inside a BEGIN block.
9de04be2 55
7e2ec16e 56 - How to write Moosified Catalyst components.
9de04be2 57
58 - Fix the Roadmap to be less full of lies.
44f879d3 59
60 - Document all other known failure cases / upgrade issues.
61
62 - Tidy up / finish off incompatibility warnings etc.
7e2ec16e 63
64 - Catalyst/Upgrading.pod
44f879d3 65
66Reported bugs:
67
68 - Issues with TWMC not being loaded when it used to be in 5.70
69 (Bill Moseley)
edb20ed3 70
9de04be2 71Profiling:
2105b371 72
9de04be2 73 - vs 5.70 and optimisation as needed.
74
9de04be2 75Tests:
3fb903fd 76
9de04be2 77 - Moosified test application?
c41cfce3 78
7e2ec16e 79 - Test & document warnings from back-compat methods in Catalyst::Dispatcher
6b2a933b 80
7e2ec16e 81 - Test & document warnings from plugin method on Catalyst
6b2a933b 82