Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(494)

Issue 1451843002: Move --harmony-destructuring-bind to shipping (Closed)

Created:
5 years, 1 month ago by adamk
Modified:
5 years ago
Reviewers:
rossberg
CC:
v8-reviews_googlegroups.com, Michael Hablich, caitp (gmail)
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Move --harmony-destructuring-bind to shipping Also fix CheckConflictingVarDeclarations() to properly handle legacy const bindings. Without that change enabling the flag causes code like: function f() { const x; var x; } to throw an early error, rather than wait to throw the error until f is invoked. BUG=v8:811 LOG=y CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel Committed: https://crrev.com/515093630a4a925a66d550561e38293d49633f10 Cr-Commit-Position: refs/heads/master@{#32222}

Patch Set 1 #

Patch Set 2 : Fix some test failures #

Patch Set 3 : Revert scope change #

Patch Set 4 : Fixed redeclaration problems #

Patch Set 5 : Mark now-passing Mozilla tests as such #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -9 lines) Patch
M src/flag-definitions.h View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M src/scopes.cc View 1 2 3 2 chunks +7 lines, -3 lines 0 comments Download
M test/mozilla/mozilla.status View 1 2 3 4 1 chunk +0 lines, -5 lines 0 comments Download

Messages

Total messages: 25 (10 generated)
adamk
5 years, 1 month ago (2015-11-16 19:24:13 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1451843002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1451843002/20001
5 years, 1 month ago (2015-11-16 20:09:15 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_avx2_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel/builds/6519)
5 years, 1 month ago (2015-11-16 20:23:15 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1451843002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1451843002/40001
5 years, 1 month ago (2015-11-16 21:09:02 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_mac_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel/builds/11888)
5 years, 1 month ago (2015-11-16 21:21:52 UTC) #11
adamk
So the issue here is that CheckConflictingVarDeclarations() does not play nicely with legacy const, and ...
5 years, 1 month ago (2015-11-16 23:26:47 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1451843002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1451843002/80001
5 years, 1 month ago (2015-11-23 22:20:31 UTC) #15
adamk
Okay, this is ready for review
5 years, 1 month ago (2015-11-23 22:58:58 UTC) #16
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-23 23:57:53 UTC) #18
rossberg
lgtm
5 years, 1 month ago (2015-11-24 07:56:16 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1451843002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1451843002/80001
5 years ago (2015-11-24 16:48:33 UTC) #21
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years ago (2015-11-24 16:49:50 UTC) #22
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/515093630a4a925a66d550561e38293d49633f10 Cr-Commit-Position: refs/heads/master@{#32222}
5 years ago (2015-11-24 16:50:21 UTC) #23
adamk
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/1470333002/ by adamk@chromium.org. ...
5 years ago (2015-11-24 18:58:36 UTC) #24
adamk
5 years ago (2015-11-24 20:22:39 UTC) #25
Message was sent while issue was closed.
On 2015/11/24 18:58:36, adamk wrote:
> A revert of this CL (patchset #5 id:80001) has been created in
> https://codereview.chromium.org/1470333002/ by mailto:adamk@chromium.org.
> 
> The reason for reverting is: Fails on V8 Fuzzer:
> https://build.chromium.org/p/client.v8/builders/V8%20Fuzzer/builds/6028
> .

Cause identified, fix is up for review at
https://codereview.chromium.org/1471973003/

Powered by Google App Engine
This is Rietveld 408576698