Update TODO with more verbose descriptions of known issues
[catagits/Catalyst-Runtime.git] / TODO
CommitLineData
f825519b 1Known Bugs:
2 - Moose bug causes issues if you use Moose in your application, but want to
3 use base classes which have not been converted to Moose yet.
54859563 4
f825519b 5 Tests in Moose for this are: http://tinyurl.com/c2k85c
54859563 6
f825519b 7 Note: This issue _does not affect_ components which have been converted to
8 Moose, or applications which do not use Moose, and causes a
9 compile-time error if present.
10
11 - Bugs with actions with Args or CaptureArgs being caled multiple times
12 when called via ->go or ->visit.
13
14 Test app: http://github.com/bobtfish/catalyst-app-bug-go_chain/tree/master
15
16 - Certain errors in your application to do with using other code which does
17 not exist can cause an 'Unknown error' issue.
18
19 Test app: http://github.com/bobtfish/catalyst-app-bug-unknown-error/tree/master
20
21 - Unattached Chained actions can cause issues starting the application.
22 (Is this fixed already by rafl's work??)
23
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