X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=TODO;h=7a0c0039c6d63bea79fa822854bc2797ea799b69;hb=730533aeeda86c4934c6fdf0bb714366fa8bddc2;hp=78bee7c5d5073611829d88000b851c0dd6d98299;hpb=85781ad7ed72409d08127c0c23610ecb2de5663a;p=catagits%2FCatalyst-Runtime.git diff --git a/TODO b/TODO index 78bee7c..7a0c003 100644 --- a/TODO +++ b/TODO @@ -4,11 +4,22 @@ Pending patches: - Adopt::NEXT - updated docs with how to disable it (t0m/rafl) -Known issues: +Back-compat investigation / konwon issues: + + - Common engine test failures, look into and get tests into core. + + - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol + table as methods, tests + fix, or explanation and documentation? + (rafl & phaylon) + + - Run another round of repository smokes against latest 5.80 trunk, manually + go through all the things which are broken (t0m). + + - Issues with TWMC not being loaded when it used to be in 5.70 + (Bill Moseley) + + - Fix memory leaks (I already tried Devel::Leak::Object, but no joy). - - Fix t/cdi_backcompat_plugin_accessor_override.t - Catalyst::ClassData - doesn't emulate Class::Data::Inheritable by crapping on the symbol table - of the top level MyApp class, which causes back-compat fail. Cleanups: @@ -47,22 +58,6 @@ Profiling: - vs 5.70 and optimisation as needed. -Back-compat investigation: - - - Common engine test failures, look into and get tests into core. - - - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol - table as methods, tests + fix, or explanation and documentation? - (rafl & phaylon) - - - Run another round of repository smokes against latest 5.80 trunk, manually - go through all the things which are broken (t0m). - - - Issues with TWMC not being loaded when it used to be in 5.70 - (Bill Moseley) - - - Fix memory leaks (I already tried Devel::Leak::Object, but no joy). - Tests: - Moosified test application?