Re-arrange TODO list to have a little more structure
[catagits/Catalyst-Runtime.git] / TODO
CommitLineData
9de04be2 1Pending patches:
3fb903fd 2 - meta test for MX::Emulate::CAF needed by Catalyst::Plugin::Cache::Curried
3 http://code2.0beta.co.uk/moose/svnweb/index.cgi/moose/revision?rev=7036
4 (groditi)
dae2b0fa 5
9de04be2 6 - batman's chained patch / issue?
f55d1491 7
9de04be2 8 - Adopt::NEXT
9 - New warning message + updated docs with how it works (t0m/rafl)
10
11Known issues:
12
13 - Fix t/caf_backcompat_plugin_accessor_override.t - complex case
14 to do with class data / instance data.. Maybe need better tests?
15
16Cleanups:
17
18 - Fix 'as soon as Class::MOP 0.67 + 1 is released
19 Class::MOP::load_class($class) can be used instead' in Catalyst::Utils
20 (t0m)
21
22 - Provide an env var in Adopt::NEXT to just turn the warnings off globally?
2105b371 23
24e6a237 24 - Catalyst-Plugin-Authorization-ACL, Can't locate object method "tree"
25 via package "Catalyst::Dispatcher", fix the plugin as tree was never
26 a public method.
2105b371 27
24e6a237 28 - Catalyst-Model-Akismet, incorrectly inherits from
29 Catalyst::Component::InstancePerContext, should compose as a role.
30 Fix the module.
9de04be2 31
2105b371 32 - Update Test suite to not assume MyApp ISA Controller
24e6a237 33 - After that set up attr handlers that will output helpful error messages
34 when you do it as well as how to fix it. (done already?)
9de04be2 35
36 - Comments marked /Moose TODO/i in Catalyst::Request re {_body} (t0m)
37
02570318 38 - Eliminate all instances of $instance->{$key}, I think the only thing
39 left is lib/Catalyst/Engine/HTTP.pm: $self->{inputbuf}, which I haven't
9de04be2 40 touched as it is used as an lvalue in a lot of places (t0m)
41
42 - Find whatever in the test suite craps a file called GLOB(0xfoo) onto my
43 disk and fix it. (Believed to be in the optional tests?) (t0m)
44
45Documentation:
46
47 - extends in components must be inside a BEGIN block.
48
49 - How to write Moosified Catalyst components.
50
51 - Manual / Tutorial updates
52
53 - Fix the Roadmap to be less full of lies.
2105b371 54
9de04be2 55Profiling:
2105b371 56
9de04be2 57 - vs 5.70 and optimisation as needed.
58
59Back-compat investigation:
60
61 - Common engine test failures, look into and get tests into core.
62
63 - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol
64 table as methods, tests + fix, or explanation and documentation?
65 (rafl & phaylon)
02570318 66
67 - Run another round of repository smokes against latest 5.80 trunk, manually
3fb903fd 68 go through all the things which are broken (t0m).
69
3fb903fd 70 - Issues with TWMC not being loaded when it used to be in 5.70
71 (Bill Moseley)
72
73 - Fix memory leaks (I already tried Devel::Leak::Object, but no joy).
74
9de04be2 75Tests:
3fb903fd 76
9de04be2 77 - Moosified test application?