Fix the SmartURI recursion using a predicate and un-skip test
[catagits/Catalyst-Runtime.git] / TODO
1 TBD pre 5.8000_04 dev release:
2
3   - Simple test for NEXT compat in core (t0m).
4
5   - Looks like stash is not available during prepare_path when running under
6     Catalyst::Test.. Run MojoMojo's t/01app.t and it will explode with
7     "Can't use an undefined value as a HASH reference" - test case for core
8     + fix maybe (marcus)
9
10 ---
11
12   - Common engine test failures, look into and get tests into core.
13
14   - Catalyst-Plugin-Authorization-ACL, Can't locate object method "tree" via package "Catalyst::Dispatcher", fix the plugin as tree was never a public method.
15
16   - Catalyst-Model-Akismet, incorrectly inherits from Catalyst::Component::InstancePerContext, should compose as a role, fix the module.
17
18   - CatalystX-Imports, Class::MOP doesn't consider anon subs in the symbol table as methods, tests + fix?
19
20   - Catalyst::Plugin::Cache::Curried
21   - Catalyst::Controller::WrapCGI
22     - Both import 'meta' into controller package - mst thinks this can be fixed?.
23       but @marcus> and the generated accessors even call $_[0]->meta, so I don't think we can remove it. 
24       . Add a test for this in core.
25       . Fix core to use CMOP to look up metaclass, rather than ->meta method, and
26         namespace::clean the meta method out, fix generated accessors to do the same?
27
28   - MooseX::Emulate::Class::Accessor::Fast
29     - Tests for uses of C::A::F from Catalyst repos. - t0m
30     - New release once these are done.
31
32   - Update Test suite to not assume MyApp ISA Controller
33     - 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?)
34   
35   - Comments marked /Moose TODO/i in the code
36   
37   - Eliminate all instances of $instance->{$key}
38
39   - Catalyst-Log-Log4perl - deep recursion in the test suite, investigate
40
41   - Profiling vs 5.70 and optimisation as needed.
42
43   - http://lists.scsys.co.uk/pipermail/catalyst-dev/2008-November/001546.html
44     - patch to list, andyg to look at?
45