Update TODO.
[catagits/Catalyst-Runtime.git] / TODO
1   - Get rid of Class::Inspector. Class::MOP has 'is_class_loaded' and
2     'load_class', which is all we use Class::Inspector for.
3
4   - Add Class::Accessor compats
5     * Catalyst::Request
6     * Catalyst::Response
7     * Catalyst::Dispatcher
8     * Catalyst::Request::Upload
9     * Catalyst::Action
10     * Catalyst::ActionChain
11     * Catalyst::ActionContainer
12
13   - Make classes immutable at setup() time
14
15
16   - GRODITI's list:
17     * Update Test suite to not assume MyApp ISA Controller
18       - After that I'll set up attr handlers that will output helpful
19         error messages when you do it as well as how to fix it.
20     * comments marked /Moose TODO/i in the code
21     * Fix the CDI compat hack so we can start moving to immutable
22     * Profile before and after immutable.
23     * Now would be a good time to lay ground for the App / Ctx split
24     * Howto mantain branch in sync with the latest checkins ?
25     * Eliminate all instances of $instance->{$key}
26     * MooseX::Emulate::CAF seems to be working like a charm :)
27     * General code cleanups can't hurt
28     * How do we move from NEXT to C3 ? I have never used either of them
29       - What does the lineraized mro look like when we are using moose 
30         method modifiers?
31         - Does they all get clumped together or what? Is it a non-issue?