eina: add test case for eina_crc function in eina module.
[platform/upstream/efl.git] / TODO-eo2
1
2 - eo_composite_attach
3    maybe check that the class of comp_obj is part of parent extensions
4
5 - Eo2_Call_Stack
6    grow/shrink
7    stack push and pop functions
8    per thread stack
9
10 - Remove the memset in do_end? Waste of cpu...
11
12 - cleanup EO2_VERSION specific code in eo.c and eo_private.c
13
14 - Move the Op_Descs to be set using a function inside the class_constructor
15    check if it works ASIS on windows
16    if it does, do nothing
17
18 - Rediscuss the whole attribute cleanup thing. I'm not sure we want that as everything breaks if that isn't there. Embedded old gcc?
19
20 - function name from pointer
21    dladdr backtrace ??
22
23 - Get rid of some of the EO2_VOID_FUNC_BODY?
24
25 - Add line number to errors (like in eo1...)
26
27 - A bit annoying that we don't get type checks on the callbacks, fix that? That's really dangerous!
28
29 - Get all the optimisations cedric has been doing to Eo1? I think that's where the children thing got lost...
30     - Make sure all the improvements have been migrated...
31
32 - Fix all the FIXME