X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/e23a907053d46f6db4b3123316ef8d671fb3714a..62f398e4aed5b34ee2bd8edff9fb3afa80d75e25:/todo.txt?ds=sidebyside diff --git a/todo.txt b/todo.txt index 28f2580..e9a1dd8 100644 --- a/todo.txt +++ b/todo.txt @@ -106,3 +106,16 @@ apparently you can have random escape sequences in strings, like \! cycript -p with processes that have spaces doesn't work CYDriver uses std::istream, but it should use std::streambuf the mechanism I used to autodetect readline is horrible: use autoconf + +constant flags on types are encoded using something horribly wrong +http://developer.apple.com/library/ios/#documentation/Cocoa/Conceptual/ObjCRuntimeGuide/Articles/ocrtTypeEncodings.html +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