]> git.saurik.com Git - cycript.git/commitdiff
Updated todo list with some random exception-related thoughts.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 4 Nov 2009 04:04:27 +0000 (04:04 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 4 Nov 2009 04:04:27 +0000 (04:04 +0000)
todo.txt

index 531b6a4bb3a2203751dd4f497af6f04c49c12465..1c9c3d8bf356f8f174b03dc68a75f116024266ef 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -19,3 +19,5 @@ cy# SBAwayController.sharedAwayController->_displayValues
 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
 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