148
edits
(→JS) |
|||
Line 78: | Line 78: | ||
** many also due to reading all input as ASCII when Sputnik expects UTF-8, see {{bug|495970}} and {{bug|501265}}, probably will switch to read input as UTF-8 for simplicity | ** many also due to reading all input as ASCII when Sputnik expects UTF-8, see {{bug|495970}} 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 | ||
=== Static Analysis === | |||
* Dan Witte will be working on static analysis for code cleanup, performance, and correctness improvements | |||
* for instance, {{bug|502775}}, {{bug|172937}}, and more seriously JS GC safety - {{bug|421934}} | |||
* suggestions for analysis passes we could use are welcome | |||
=== Security === | === Security === |
edits