X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/53ba31e9e6b378d1fbe7bc8eba0e02b7fc358a52..bc60fb46c3973f1c8d84994d9f98a6270f9ae803:/todo.txt diff --git a/todo.txt b/todo.txt index 1c9c3d8..60e8c15 100644 --- a/todo.txt +++ b/todo.txt @@ -21,3 +21,4 @@ b = []; for (x in a) b.push(x); <- crashes errors in another process aren't displayed; to fix this, parse errors should get converted to exceptions and thrown CYPoolTry/Catch now carefully save the exception after it /no longer needs the exception/... uhh... wtf? throw CYJSError should probably be replaced with CYThrow() across the board +figure out what to do about global context refs: I really really want to retain the bastards