]> git.saurik.com Git - cycript.git/blobdiff - todo.txt
Fixed the GC crash of doom that kennytm reported: apparently local contexts come...
[cycript.git] / todo.txt
index 1c9c3d8bf356f8f174b03dc68a75f116024266ef..60e8c151afa566ea2d3b047e538d75fdc76321ea 100644 (file)
--- 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