X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=TODO;h=4862bfeded30519526038e5c6228458ddbe1d2e5;hp=a2a2093611e55ab5f4063883c264fbee21d4d55e;hb=17b3d80076b6acb25d56ed83b0ed7134ed4fb343;hpb=f825519b38a6f50083f0507b198e34239ac674e5 diff --git a/TODO b/TODO index a2a2093..4862bfe 100644 --- a/TODO +++ b/TODO @@ -1,28 +1,10 @@ -Known Bugs: - - Moose bug causes issues if you use Moose in your application, but want to - use base classes which have not been converted to Moose yet. +TODO for brach namespace_handling_refactor: - Tests in Moose for this are: http://tinyurl.com/c2k85c - - Note: This issue _does not affect_ components which have been converted to - Moose, or applications which do not use Moose, and causes a - compile-time error if present. - - - Bugs with actions with Args or CaptureArgs being caled multiple times - when called via ->go or ->visit. - - Test app: http://github.com/bobtfish/catalyst-app-bug-go_chain/tree/master - - - Certain errors in your application to do with using other code which does - not exist can cause an 'Unknown error' issue. - - Test app: http://github.com/bobtfish/catalyst-app-bug-unknown-error/tree/master - - - Unattached Chained actions can cause issues starting the application. - (Is this fixed already by rafl's work??) - -Compatibility warnings to add: - - - $self->config should warn as config should only ever be called as a - class method. +- refactor code in + * Catalyst::Dispatcher::get_containers # No Idea + * Catalyst::Dispatcher::get_containers # No Idea + * Catalyst::Controller::_parse_ActionClass_attr # DONE + * Catalyst::Dispatcher::_load_dispatch_types # DONE + * Catalyst::setup_plugins # DONE + to use the same namespacing method \ No newline at end of file