]> git.saurik.com Git - cycript.git/blobdiff - todo.txt
Finish new build environment, relocatable objects.
[cycript.git] / todo.txt
index 4df4d2d28078432522abf51fddf90fded6851c1e..e9a1dd8d838869a455db1fce062b296c90acc961 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -113,3 +113,9 @@ http://gcc.gnu.org/onlinedocs/gcc/Type-encoding.html
 http://gcc.gnu.org/onlinedocs/gcc/Legacy-type-encoding.html
 
 using .withName from the grammar is a horrible hack that makes other uses impossible
+
+blocks should be allowed to return blocks/functions: ModifiedType needs to go
+  instead, TypedParameterList should be folded into a TypeModifier with the other types
+
+LT_INIT([pic-only]) doesn't work, because the default is only used if unset, and it has a default setting...
+even when using --pic-only, libtool insists on building every file twice... with the same fucking arguments