From 047355d5d5a52069b9183cbdac0251eb01dfea49 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 12 Jul 2010 03:47:18 +0000 Subject: [PATCH] ECMAScript5 no longer supports with(), so we need to not degenerate a let() into one... but tomorrow, not today. --- todo.txt | 1 + 1 file changed, 1 insertion(+) 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 -- 2.45.2