Chop that chunk of sh*t out again, as we're going to hit anything which relies on...
[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
edb20ed3 21 - Catalyst-Plugin-Session-State-Cookie
22 Catalyst-Plugin-Session-Store-FastMmap
23 Catalyst-Plugin-Session-PerUser
24 Catalyst-Plugin-Session-Store-File
25 Catalyst-Authentication-Credential-HTTP
26 Catalyst-Plugin-SmartURI
27 - All fixed by Scope::Upper
d91474f5 28
54f4bfef 29 - Catalyst-Log-Log4perl Deep recursion on subroutine "MockApp::setup"
30 (rafl)
31
fb9f65db 32 - Catalyst-Plugin-Cache dies due to mk_accessors('meta')
fb9f65db 33
54bee50f 34 - CatalystX-CRUD and CatalystX-CRUD-ModelAdapter-DBIC
35 fail tests against 5.80 (karpet)
121b0c3a 36
df3ea11b 37 - Catalyst-Plugin-Authorization-ACL fails as
38 Catalyst::Dispatcher::_do_forward does not fix arguments if you throw
39 an exception. Needs a test case (Caelum)
40
54bee50f 41 - Catalyst::Plugin::Authentication new release.
42
43 - Deprecation/Upgrade notice in Catalyst Makefile.PL for known broken
44 versions of plugins.
df3ea11b 45
8a440eba 46 - Issues with TWMC not being loaded when it used to be in 5.70
47 (Bill Moseley)
48
49 - Fix memory leaks (I already tried Devel::Leak::Object, but no joy).
9de04be2 50
fb9f65db 51 - In 5.70, you can have a component which doesn't inherit from ::Component,
1a23d3da 52 and has no new method, and it'll do the right thing for you. We should
53 still support that, but warn for/deprecate it so it can go for 5.9X...
420453e3 54 This obviously needs better tests :/
55
9de04be2 56Cleanups:
9de04be2 57
2105b371 58 - Update Test suite to not assume MyApp ISA Controller
24e6a237 59 - After that set up attr handlers that will output helpful error messages
0dcb8354 60 when you do it as well as how to fix it.
9de04be2 61
02570318 62 - Eliminate all instances of $instance->{$key}, I think the only thing
63 left is lib/Catalyst/Engine/HTTP.pm: $self->{inputbuf}, which I haven't
9de04be2 64 touched as it is used as an lvalue in a lot of places (t0m)
65
66 - Find whatever in the test suite craps a file called GLOB(0xfoo) onto my
c41cfce3 67 disk and fix it. (Believed to be in the optional TEST_HTTP tests?) (t0m)
9de04be2 68
420453e3 69 - Deprecate runtime plugins with warning.
70
9de04be2 71Documentation:
72
420453e3 73 - extends in components with attributes must be inside a BEGIN block.
9de04be2 74
75 - How to write Moosified Catalyst components.
76
77 - Manual / Tutorial updates
78
79 - Fix the Roadmap to be less full of lies.
2105b371 80
edb20ed3 81 - With 5.7 people did extends qw/Moose::Object Catalyst::Component/, now
82 Catalyst::Component isa Moose::Object so now isa doesn't linearize
83 anymore, docs of what doesn't work and why (rafl)
84
9de04be2 85Profiling:
2105b371 86
9de04be2 87 - vs 5.70 and optimisation as needed.
88
9de04be2 89Tests:
3fb903fd 90
9de04be2 91 - Moosified test application?
c41cfce3 92
93 - Test warning from back-compat methods in Catalyst::Dispatcher