]>
Commit | Line | Data |
---|---|---|
e0dc20ec | 1 | unicode identifier support (native and \u) |
d63c39cc | 2 | support unions (right now 0-1 fields parsed as struct) |
367eebb1 | 3 | \\\n escapes in strings aren't handled in the console |
365abb0a | 4 | look into what String is, and whether to bridge it |
d3760804 | 5 | some JS callbacks don't use exception pointers at all... |
b92ceddb JF |
6 | a newline needs to not be allowed after a unary * |
7 | finish implementing default xml namespace statement | |
0fe90592 JF |
8 | encode newlines in history for later reply (psql uses ^A) |
9 | ||
b1bff474 JF |
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 | |
0fe90592 JF |
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 |