Confirmed users
446
edits
m (add sputnik notes) |
m (→JS) |
||
| Line 75: | Line 75: | ||
** some errors are codified in ES5 | ** some errors are codified in ES5 | ||
** a large number of existing failures can be tracked to giving native functions (those built into ES5 itself) .prototype | ** a large number of existing failures can be tracked to giving native functions (those built into ES5 itself) .prototype | ||
** many also due to reading all input as ASCII when Sputnik expects UTF-8, see {{bug| | ** many also due to reading all input as ASCII when Sputnik expects UTF-8, see {{bug|495790}} and {{bug|501265}}, probably will switch to read input as UTF-8 for simplicity | ||
** work on bugfixes probably not particularly high-priority, will keep an eye on things as UTF-8 and similar bugs are fixed to clear out the low-hanging fruit | ** work on bugfixes probably not particularly high-priority, will keep an eye on things as UTF-8 and similar bugs are fixed to clear out the low-hanging fruit | ||