]> git.saurik.com Git - cycript.git/blame - todo.txt
Removed a virtual to avoid an optimizer vtable bug.
[cycript.git] / todo.txt
CommitLineData
e0dc20ec 1unicode identifier support (native and \u)
d63c39cc 2support unions (right now 0-1 fields parsed as struct)
367eebb1 3\\\n escapes in strings aren't handled in the console
365abb0a 4look into what String is, and whether to bridge it
d3760804 5some JS callbacks don't use exception pointers at all...
b92ceddb
JF
6a newline needs to not be allowed after a unary *
7finish implementing default xml namespace statement
0fe90592
JF
8encode newlines in history for later reply (psql uses ^A)
9
b1bff474
JF
10consider replacing regex literals with constructors
11 https://bugzilla.mozilla.org/show_bug.cgi?id=98409
12numerification needs to use specific precision values
13 https://bugzilla.mozilla.org/show_bug.cgi?id=5856
14consider a mode where unicode string content is saved
15 https://bugzilla.mozilla.org/show_bug.cgi?id=274152
0fe90592
JF
16
17cy# SBAwayController.sharedAwayController->_displayValues
18"*** -[NSCFNumber length]: unrecognized selector sent to instance 0x4a4bda0"
19b = []; for (x in a) b.push(x); <- crashes
20
21errors in another process aren't displayed; to fix this, parse errors should get converted to exceptions and thrown