X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=TODO;h=2dc0bfdbdd3cef5a623da46229e576ecf1f2b1f9;hp=47a80139adfa0a57e19094ae3a3e5e82ac6ca20a;hb=3db3a59fefa0cd2859282f7a3e0429a7152637c5;hpb=74c89dead3cfd8e95cbe853adbc6fe9eed539f4e diff --git a/TODO b/TODO index 47a8013..2dc0bfd 100644 --- a/TODO +++ b/TODO @@ -1,33 +1,39 @@ - - Fix t/caf_backcompat_plugin_accessor_override.t - - - Looks like stash is not available during prepare_path when running under - Catalyst::Test.. Run MojoMojo's t/01app.t and it will explode with - "Can't use an undefined value as a HASH reference" - test case for core - + fix maybe (marcus) +Pre 0004: - - Common engine test failures, look into and get tests into core. + - Certain errors in your application to do with using other code which does + not exist can cause an 'Unknown error' issue. - - Catalyst-Plugin-Authorization-ACL, Can't locate object method "tree" via package "Catalyst::Dispatcher", fix the plugin as tree was never a public method. + This is now fixed, by moving back to B::Hooks::EndOfScope, but this (used + to) cause issues with the following modules: - - Catalyst-Model-Akismet, incorrectly inherits from Catalyst::Component::InstancePerContext, should compose as a role, fix the module. + - Catalyst-Authentication-Credential-HTTP + + according to comments in r8991. Retest these before shipping anything.. - - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol table as methods, tests + fix? + - Document method modifiers called on things before setup not working in your app class. - - MooseX::Emulate::Class::Accessor::Fast - - Tests for uses of C::A::F from Catalyst repos. - t0m - - New release once these are done. +Known Bugs: - - Update Test suite to not assume MyApp ISA Controller - - After that set up attr handlers that will output helpful error messages when you do it as well as how to fix it. (done already?) - - - Comments marked /Moose TODO/i in the code - - - Eliminate all instances of $instance->{$key} + - Bug ->go or ->visit causes actions which have Args or CaptureArgs caled + twice when called via ->go or ->visit. - - Catalyst-Log-Log4perl - deep recursion in the test suite, investigate + Test app: http://github.com/bobtfish/catalyst-app-bug-go_chain/tree/master - - Profiling vs 5.70 and optimisation as needed. +Compatibility warnings to add: + + - $self->config should warn as config should only ever be called as a + class method. + +Proposed functionality / feature additions: + + - Log setup needs to be less lame, so Catalyst::Plugin::Log::* can die + in a fire. Having $c->log_class would be a good start. kane volunteered + to do some of this. + + Simple example: Catalyst::Plugin::Log::Colorful should just be a + subclass of Catalyst::Log, no ::Plugin:: needed. + + See also: Catalyst::Plugin::Log::Dispatch and + http://github.com/willert/catalyst-plugin-log4perl-simple/tree - - http://lists.scsys.co.uk/pipermail/catalyst-dev/2008-November/001546.html - - patch to list, andyg to look at?