Update TODO
[catagits/Catalyst-Runtime.git] / TODO
CommitLineData
f825519b 1Known Bugs:
f825519b 2
3e2163fa 3 - Bug ->go or ->visit causes actions which have Args or CaptureArgs caled
4 twice when called via ->go or ->visit.
f825519b 5
6 Test app: http://github.com/bobtfish/catalyst-app-bug-go_chain/tree/master
7
67af7031 8
f825519b 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
67af7031 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
f825519b 17
be454687 18 - -restarter.t will fail if you don't have ::StashChange installed, and
19 also quite often at other times.
20
67af7031 21
f1d037fb 22 - Catalyst::Test - bugs with Moosification (Khisanth/kane)
23
f825519b 24Compatibility warnings to add:
6a893485 25
a127b198 26 - $self->config should warn as config should only ever be called as a
27 class method.
28