Bump Moose dep to fix immutable roundtrip issues, update TODO
[catagits/Catalyst-Runtime.git] / TODO
CommitLineData
9de04be2 1Pending patches:
3fb903fd 2 - meta test for MX::Emulate::CAF needed by Catalyst::Plugin::Cache::Curried
54f4bfef 3
fb9f65db 4Back-compat investigation / known issues:
8a440eba 5
1a23d3da 6 - Get engines tested:
7 - Catalyst-Engine-Zeus
8 - Catalyst-Engine-XMPP2
9 - Catalyst-Engine-HTTPEngine
10 - Catalyst-Engine-HTTP-Prefork
11 - Catalyst-Engine-SCGI
12 - Catalyst-Engine-Wx
8a440eba 13
14 - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol
15 table as methods, tests + fix, or explanation and documentation?
16 (rafl & phaylon)
17
18 - Run another round of repository smokes against latest 5.80 trunk, manually
19 go through all the things which are broken (t0m).
fb9f65db 20
d91474f5 21 - Catalyst::Plugin::Authorization::ACL
22 - Catalyst::Plugin::Server
0dcb8354 23 - Catalyst::Plugin::HTML::Widget
d91474f5 24 - Should hopefully be fixed now..
25
54f4bfef 26 - Catalyst-Log-Log4perl Deep recursion on subroutine "MockApp::setup"
27 (rafl)
28
fb9f65db 29 - Catalyst-Plugin-Cache dies due to mk_accessors('meta')
fb9f65db 30
54f4bfef 31 - CatalystX-CRUD fails tests against 5.80 (karpet)
121b0c3a 32
8a440eba 33 - Issues with TWMC not being loaded when it used to be in 5.70
34 (Bill Moseley)
35
36 - Fix memory leaks (I already tried Devel::Leak::Object, but no joy).
9de04be2 37
fb9f65db 38 - In 5.70, you can have a component which doesn't inherit from ::Component,
1a23d3da 39 and has no new method, and it'll do the right thing for you. We should
40 still support that, but warn for/deprecate it so it can go for 5.9X...
420453e3 41 This obviously needs better tests :/
42
43 - With 5.7 people did extends qw/Moose::Object Catalyst::Component/, now
44 Catalyst::Component isa Moose::Object so now isa doesn't linearize
45 anymore, test case..
fb9f65db 46
9de04be2 47Cleanups:
9de04be2 48
2105b371 49 - Update Test suite to not assume MyApp ISA Controller
24e6a237 50 - After that set up attr handlers that will output helpful error messages
0dcb8354 51 when you do it as well as how to fix it.
9de04be2 52
02570318 53 - Eliminate all instances of $instance->{$key}, I think the only thing
54 left is lib/Catalyst/Engine/HTTP.pm: $self->{inputbuf}, which I haven't
9de04be2 55 touched as it is used as an lvalue in a lot of places (t0m)
56
57 - Find whatever in the test suite craps a file called GLOB(0xfoo) onto my
c41cfce3 58 disk and fix it. (Believed to be in the optional TEST_HTTP tests?) (t0m)
9de04be2 59
420453e3 60 - Deprecate runtime plugins with warning.
61
9de04be2 62Documentation:
63
420453e3 64 - extends in components with attributes must be inside a BEGIN block.
9de04be2 65
66 - How to write Moosified Catalyst components.
67
68 - Manual / Tutorial updates
69
70 - Fix the Roadmap to be less full of lies.
2105b371 71
9de04be2 72Profiling:
2105b371 73
9de04be2 74 - vs 5.70 and optimisation as needed.
75
9de04be2 76Tests:
3fb903fd 77
9de04be2 78 - Moosified test application?
c41cfce3 79
80 - Test warning from back-compat methods in Catalyst::Dispatcher