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

Issue 960543002: Move compilation error handling into a separate class. (Closed)

Created:
5 years, 9 months ago by marja
Modified:
5 years, 9 months ago
Reviewers:
rossberg
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Move compilation error handling into a separate class. In addition to Parser, other phases (such as scope analysis) need to handle compilation errors in the future. PendingCompilationErrorHandled takes care of error handling in a unified way. Split from https://codereview.chromium.org/943543002/ . R=rossberg@chromium.org BUG= Committed: https://crrev.com/238ad54d0f8634376dae2246070602af101f63ad Cr-Commit-Position: refs/heads/master@{#26853}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -76 lines) Patch
M BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M src/parser.h View 2 chunks +2 lines, -7 lines 0 comments Download
M src/parser.cc View 5 chunks +8 lines, -69 lines 0 comments Download
A src/pending-compilation-error-handler.h View 1 chunk +77 lines, -0 lines 0 comments Download
A src/pending-compilation-error-handler.cc View 1 chunk +62 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
rossberg
lgtm
5 years, 9 months ago (2015-02-25 13:43:06 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/960543002/1
5 years, 9 months ago (2015-02-25 13:50:54 UTC) #3
commit-bot: I haz the power
Committed patchset #1 (id:1)
5 years, 9 months ago (2015-02-25 14:17:49 UTC) #4
commit-bot: I haz the power
5 years, 9 months ago (2015-02-25 14:18:42 UTC) #5
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/238ad54d0f8634376dae2246070602af101f63ad
Cr-Commit-Position: refs/heads/master@{#26853}

Powered by Google App Engine
This is Rietveld 408576698