archives

« Bugzilla Issues Index

#3391 — "no change markup" pdf lacks rev28 changes


The "no change markup" PDF (http://wiki.ecmascript.org/lib/exe/fetch.php?id=harmony%3Aspecification_drafts&cache=cache&media=harmony:working_draft_ecma-262_edition_6_10-14-14-nomarkup.pdf) seems to lack some of the changes that are present in the "pdf with rev28 change markup" PDF (http://wiki.ecmascript.org/lib/exe/fetch.php?id=harmony%3Aspecification_drafts&cache=cache&media=harmony:working_draft_ecma-262_edition_6_10-14-14-rev28markup.pdf)

Specifically, I'm looking at the Promise.all changes, including removing the abstract operation and converting values from an Array to a List.


ping


(In reply to Jordan Harband from comment #1)
> ping

I don't see it, using the two links you gave in the description.

I'm looking at 25.4.4.1 and 25.4.4.1.1 side-by-side for those links and they look the same.

Note that the abstract operation is shown as added in Rev28.

I wonder if you are somehow getting a link to an older version


I'm getting the link directly from http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts - you're saying you download the PDFs from there, and they look the same?


Created attachment 72
screen shoot


(In reply to Allen Wirfs-Brock from comment #4)
> Created attachment 72 [details]
> screen shoot

this is what I see for the no markup version when I download and view it.


Created attachment 73
PerformPromiseAll deleted?

Right - the "PerformPromiseAll" is marked as "deleted" in the "with change markup" PDF, yet it appears in screenshot 72 and the "no markup" PDF. Shouldn't it *not* be present in the "no markup" PDF?


(In reply to Jordan Harband from comment #6)
> Created attachment 73 [details]
> PerformPromiseAll deleted?
>
> Right - the "PerformPromiseAll" is marked as "deleted" in the "with change
> markup" PDF, yet it appears in screenshot 72 and the "no markup" PDF.
> Shouldn't it *not* be present in the "no markup" PDF?

The deleted margin note is simply saying that a blank line (actually paragraph) was deleted before step 1.


Gotcha - I guess I assumed that everything in red was removed, but the "Deleted" note confused me. Sorry about the inconvenience!