Fix the CDI issue, Plugin::Auth's tests now blow up a different way..
[catagits/Catalyst-Runtime.git] / TODO
CommitLineData
9de04be2 1Pending patches:
3fb903fd 2 - meta test for MX::Emulate::CAF needed by Catalyst::Plugin::Cache::Curried
f55d1491 3
9de04be2 4 - Adopt::NEXT
def52816 5 - updated docs with how to disable it (t0m/rafl)
9de04be2 6
8a440eba 7Back-compat investigation / konwon issues:
8
9 - Find out why C::P::A's test suite causes the 'stack' attributes
10 default method to not be called. (new not being run??)
11
12 - Common engine test failures, look into and get tests into core.
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).
20
21 - Issues with TWMC not being loaded when it used to be in 5.70
22 (Bill Moseley)
23
24 - Fix memory leaks (I already tried Devel::Leak::Object, but no joy).
9de04be2 25
9de04be2 26
27Cleanups:
28
24e6a237 29 - Catalyst-Plugin-Authorization-ACL, Can't locate object method "tree"
30 via package "Catalyst::Dispatcher", fix the plugin as tree was never
31 a public method.
2105b371 32
24e6a237 33 - Catalyst-Model-Akismet, incorrectly inherits from
34 Catalyst::Component::InstancePerContext, should compose as a role.
35 Fix the module.
9de04be2 36
2105b371 37 - Update Test suite to not assume MyApp ISA Controller
24e6a237 38 - After that set up attr handlers that will output helpful error messages
39 when you do it as well as how to fix it. (done already?)
9de04be2 40
41 - Comments marked /Moose TODO/i in Catalyst::Request re {_body} (t0m)
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
48 disk and fix it. (Believed to be in the optional tests?) (t0m)
49
50Documentation:
51
52 - extends in components must be inside a BEGIN block.
53
54 - How to write Moosified Catalyst components.
55
56 - Manual / Tutorial updates
57
58 - Fix the Roadmap to be less full of lies.
2105b371 59
9de04be2 60Profiling:
2105b371 61
9de04be2 62 - vs 5.70 and optimisation as needed.
63
9de04be2 64Tests:
3fb903fd 65
9de04be2 66 - Moosified test application?