Update TODO with more verbose descriptions of known issues
[catagits/Catalyst-Runtime.git] / TODO
1 Known 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.
4
5      Tests in Moose for this are: http://tinyurl.com/c2k85c
6
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
24 Compatibility warnings to add:
25
26    - $self->config should warn as config should only ever be called as a
27      class method.
28