On 5 Aug 2014, at 16:56, Alex Kocharin <a...@kocharin.ru> wrote:

> What about allowing one-digit numbers with leading zeroes? "07" equals to 7 
> no matter whether it parsed as an octal or as a decimal. Thus, no harm there.

That wouldn’t solve the problem. Consider e.g. `01234567` (i.e. `342391`) vs. 
`01234568` (which must equal `1234568` for compatibility with existing code).
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to