X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=TODO;h=54434f90b4b86432189bdd778364e0f82a6d4c34;hp=78bee7c5d5073611829d88000b851c0dd6d98299;hb=8a440eba91ace539964b76901ad0e9274ece4ec6;hpb=85781ad7ed72409d08127c0c23610ecb2de5663a diff --git a/TODO b/TODO index 78bee7c..54434f9 100644 --- a/TODO +++ b/TODO @@ -4,11 +4,25 @@ Pending patches: - Adopt::NEXT - updated docs with how to disable it (t0m/rafl) -Known issues: +Back-compat investigation / konwon issues: + + - Find out why C::P::A's test suite causes the 'stack' attributes + default method to not be called. (new not being run??) + + - 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 +61,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?