New ES6 draft (Rev23) now available
Jason Orendorff
jason.orendorff at gmail.com
Thu Apr 10 23:45:21 PDT 2014
On Thu, Apr 10, 2014 at 11:45 PM, Michael Dyck <jmdyck at ibiblio.org> wrote:
> I just noticed something odd.
>
> If you open up the PDFs for rev22 and rev23, and compare section 7.3.16
> "GetPrototypeFromConstructor", you'll see that the sub-steps that used to
> be 5.{a,b,c} are now top-level steps {6,7,8}.
I found a similar case earlier today—only the opposite direction, a
step was indented more than before—and filed the bug:
https://bugs.ecmascript.org/show_bug.cgi?id=2633
> It's pretty clear that this
> wasn't an intentional change, because now step 5 is an if-then with no
> consequent.
The sequence 'then</li>' appears five times in es6-draft.html. All are
bugs. I filed:
https://bugs.ecmascript.org/show_bug.cgi?id=2634
Maybe others can think of quick ways to hunt for similar issues.
rev22 - http://people.mozilla.org/~jorendorff/es6-draft-rev-22.html
rev23 - http://people.mozilla.org/~jorendorff/es6-draft.html
-j
More information about the es-discuss
mailing list