From cb079cbb32488d6ba706d9114564a6aaaa6331f0 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 4 Nov 2009 04:04:27 +0000 Subject: [PATCH] Updated todo list with some random exception-related thoughts. --- todo.txt | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.49.0