From: Jay Freeman (saurik) Date: Sun, 1 Nov 2009 21:13:59 +0000 (+0000) Subject: Added some cool references to to the todo list. X-Git-Tag: v0.9.432~200 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/b1bff474c6fb43ae3cbf12599d89317853d63256?ds=sidebyside Added some cool references to to the todo list. --- diff --git a/todo.txt b/todo.txt index 512e3c2..f61cb94 100644 --- a/todo.txt +++ b/todo.txt @@ -5,3 +5,9 @@ look into what String is, and whether to bridge it some JS callbacks don't use exception pointers at all... a newline needs to not be allowed after a unary * finish implementing default xml namespace statement +consider replacing regex literals with constructors + https://bugzilla.mozilla.org/show_bug.cgi?id=98409 +numerification needs to use specific precision values + https://bugzilla.mozilla.org/show_bug.cgi?id=5856 +consider a mode where unicode string content is saved + https://bugzilla.mozilla.org/show_bug.cgi?id=274152