Let me fix that
[catagits/Catalyst-Runtime.git] / TODO
1 Known Bugs:
2
3    - Bug ->go or ->visit causes actions which have Args or CaptureArgs caled
4      twice when called via ->go or ->visit.
5
6      Test app: http://github.com/bobtfish/catalyst-app-bug-go_chain/tree/master
7
8
9    - Certain errors in your application to do with using other code which does
10      not exist can cause an 'Unknown error' issue.
11
12      Test app: http://github.com/bobtfish/catalyst-app-bug-unknown-error/tree/master
13      < rafl> 21:13:03 < vincent> hah, Class::MOP::Method::Generated->_eval_closure
14      < rafl> 21:13:40 < vincent> right, shove a local $@ in there
15      < rafl> i can do that and add tests in an hour or two
16
17
18    - -restarter.t will fail if you don't have ::StashChange installed, and
19       also quite often at other times.
20
21
22    - Catalyst::Test - bugs with Moosification (Khisanth/kane)
23
24 Compatibility warnings to add:
25
26    - $self->config should warn as config should only ever be called as a
27      class method.
28
29 Proposed functionality / feature additions:
30
31     - Log setup needs to be less lame, so Catalyst::Plugin::Log::* can die
32       in a fire. Having $c->log_class would be a good start. kane volunteered
33       to do some of this.
34
35       Simple example: Catalyst::Plugin::Log::Colorful should just be a
36       subclass of Catalyst::Log, no ::Plugin:: needed.
37
38       See also: Catalyst::Plugin::Log::Dispatch and
39       http://github.com/willert/catalyst-plugin-log4perl-simple/tree
40
41