tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=79886029614df06d1b72a5ade8e8229b58e8db8e

commit 79886029614df06d1b72a5ade8e8229b58e8db8e
Author: Tom Hacohen <t...@stosb.com>
Date:   Fri Sep 4 12:30:28 2015 +0100

    Remove TODO-eo2 file.
    
    This should never have gotten in.
---
 TODO-eo2 | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/TODO-eo2 b/TODO-eo2
deleted file mode 100644
index 8c62c83..0000000
--- a/TODO-eo2
+++ /dev/null
@@ -1,32 +0,0 @@
-
-- eo_composite_attach
-   maybe check that the class of comp_obj is part of parent extensions
-
-- Eo2_Call_Stack
-   grow/shrink
-   stack push and pop functions
-   per thread stack
-
-- Remove the memset in do_end? Waste of cpu...
-
-- cleanup EO2_VERSION specific code in eo.c and eo_private.c
-
-- Move the Op_Descs to be set using a function inside the class_constructor
-   check if it works ASIS on windows
-   if it does, do nothing
-
-- Rediscuss the whole attribute cleanup thing. I'm not sure we want that as 
everything breaks if that isn't there. Embedded old gcc?
-
-- function name from pointer
-   dladdr backtrace ??
-
-- Get rid of some of the EO2_VOID_FUNC_BODY?
-
-- Add line number to errors (like in eo1...)
-
-- A bit annoying that we don't get type checks on the callbacks, fix that? 
That's really dangerous!
-
-- Get all the optimisations cedric has been doing to Eo1? I think that's where 
the children thing got lost...
-    - Make sure all the improvements have been migrated...
-
-- Fix all the FIXME

-- 


Reply via email to