From: Jay Freeman (saurik) <saurik@saurik.com>
Date: Wed, 4 Nov 2009 04:04:27 +0000 (+0000)
Subject: Updated todo list with some random exception-related thoughts.
X-Git-Tag: v0.9.432~190
X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/cb079cbb32488d6ba706d9114564a6aaaa6331f0

Updated todo list with some random exception-related thoughts.
---

diff --git a/todo.txt b/todo.txt
index 531b6a4..1c9c3d8 100644
--- 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
+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