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

Issue 10735024: Output the correct line number in the error message for compilation failures during bootstrapping (Closed)

Created:
8 years, 5 months ago by jochen (gone - plz use gerrit)
Modified:
8 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

Output the correct line number in the error message for compilation failures during bootstrapping BUG=none TEST=none Committed: https://code.google.com/p/v8/source/detail?r=12026

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/handles.h View 1 chunk +1 line, -1 line 0 comments Download
M src/isolate.cc View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 3 (0 generated)
jochen (gone - plz use gerrit)
plz review
8 years, 5 months ago (2012-07-09 11:47:21 UTC) #1
jochen (gone - plz use gerrit)
+mstarzinger
8 years, 5 months ago (2012-07-10 09:37:32 UTC) #2
Michael Starzinger
8 years, 5 months ago (2012-07-10 10:57:48 UTC) #3
LGTM (with one nit). I'll address the nit while landing.

https://chromiumcodereview.appspot.com/10735024/diff/1/src/isolate.cc
File src/isolate.cc (right):

https://chromiumcodereview.appspot.com/10735024/diff/1/src/isolate.cc#newcode...
src/isolate.cc:1133: location->start_pos()) + 1;
For consistency I would prefer to have the "+1" in the printing because all our
"line_number" local variables are zero based.

Powered by Google App Engine
This is Rietveld 408576698