Memory leaks have gone, oh happy days are here again..
[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
1a23d3da 8 - Catalyst-Engine-Wx
8a440eba 9
44f879d3 10Known 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
54f4bfef 15 - Catalyst-Log-Log4perl Deep recursion on subroutine "MockApp::setup"
16 (rafl)
17
fb9f65db 18 - Catalyst-Plugin-Cache dies due to mk_accessors('meta')
fb9f65db 19
54bee50f 20 - CatalystX-CRUD and CatalystX-CRUD-ModelAdapter-DBIC
21 fail tests against 5.80 (karpet)
121b0c3a 22
df3ea11b 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
54bee50f 27 - Catalyst::Plugin::Authentication new release.
44f879d3 28
29 - Catalyst::Action::RenderView
30 - Catalyst::Plugin::DebugCookie
31 - Conflict with each other: $c->config->{debug}->{foo} = 'bar'
32 now breaks, unsure why..
8a440eba 33
9de04be2 34Cleanups:
6b2a933b 35
2105b371 36 - Update Test suite to not assume MyApp ISA Controller
24e6a237 37 - After that set up attr handlers that will output helpful error messages
0dcb8354 38 when you do it as well as how to fix it.
9de04be2 39
02570318 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
9de04be2 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
c41cfce3 45 disk and fix it. (Believed to be in the optional TEST_HTTP tests?) (t0m)
9de04be2 46
47Documentation:
48
7e2ec16e 49 - Manual / Tutorial updates
9de04be2 50
7e2ec16e 51 - extends in components with attributes must be inside a BEGIN block.
9de04be2 52
7e2ec16e 53 - How to write Moosified Catalyst components.
9de04be2 54
55 - Fix the Roadmap to be less full of lies.
8be895a7 56
7e2ec16e 57 - Catalyst/Upgrading.pod
44f879d3 58
59Reported bugs:
60
61 - Issues with TWMC not being loaded when it used to be in 5.70
62 (Bill Moseley)
edb20ed3 63
9de04be2 64Profiling:
2105b371 65
9de04be2 66 - vs 5.70 and optimisation as needed.
67
9de04be2 68Tests:
3fb903fd 69
9de04be2 70 - Moosified test application?
c41cfce3 71
7e2ec16e 72 - Test & document warnings from back-compat methods in Catalyst::Dispatcher
6b2a933b 73
7e2ec16e 74 - Test & document warnings from plugin method on Catalyst
6b2a933b 75