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