From: Jay Freeman (saurik) Date: Mon, 12 Jul 2010 03:47:18 +0000 (+0000) Subject: ECMAScript5 no longer supports with(), so we need to not degenerate a let() into... X-Git-Tag: v0.9.432~11 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/047355d5d5a52069b9183cbdac0251eb01dfea49?ds=sidebyside ECMAScript5 no longer supports with(), so we need to not degenerate a let() into one... but tomorrow, not today. --- diff --git a/todo.txt b/todo.txt index 52bdb4c..274f52b 100644 --- a/todo.txt +++ b/todo.txt @@ -35,3 +35,4 @@ GS #defines should be _finline replace procmod g+s with gdb's macosx_get_task_for_pid_rights non-local return prologue is not being Replace()d: multipass compiler! interpretation of documentation comments should be compiler-only and off by default +don't ever generate $ CYWith, in particular for CYLet... use CYFunctionExpression