Allen Wirfs-Brock (2014-08-05T00:41:54.000Z)
On Aug 4, 2014, at 9:55 AM, Jason Orendorff wrote:

> On Mon, Aug 4, 2014 at 11:43 AM, Mark S. Miller <erights at google.com> wrote:
>> Isn't the early error required only for strict code?
> 
> Legacy octal integer literals are banned altogether in strict code. We
> implement that and have had no trouble with it.
> 
> We're talking about something different here, legacy *decimal* integer
> literals starting with 0 and containing 8 or 9. As far as I know, no
> version of ES has ever permitted this kind of nonsense, but supporting
> it is apparently required for Web compatibility. (One more great
> reason to write all your code under "use strict".)
> 
> Boris and I would like B.1.1 to be changed to match the horrible reality.

there is already a bug open on this https://bugs.ecmascript.org/show_bug.cgi?id=2792 

Allen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140804/454734d9/attachment.html>
domenic at domenicdenicola.com (2014-08-15T22:46:41.594Z)
On Aug 4, 2014, at 9:55 AM, Jason Orendorff wrote:

> Boris and I would like B.1.1 to be changed to match the horrible reality.

there is already a bug open