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

Issue 340203003: Cleanup of error and warning reporting. (Closed)

Created:
6 years, 6 months ago by regis
Modified:
6 years, 6 months ago
Reviewers:
srdjan, hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1111 lines, -1058 lines) Patch
M runtime/lib/identical.cc View 1 3 chunks +12 lines, -28 lines 0 comments Download
M runtime/lib/object.cc View 1 3 chunks +8 lines, -23 lines 0 comments Download
M runtime/vm/class_finalizer.h View 1 1 chunk +12 lines, -9 lines 0 comments Download
M runtime/vm/class_finalizer.cc View 1 33 chunks +79 lines, -123 lines 0 comments Download
M runtime/vm/code_generator.cc View 1 4 chunks +7 lines, -17 lines 0 comments Download
M runtime/vm/compiler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/exceptions.h View 1 3 chunks +5 lines, -17 lines 0 comments Download
M runtime/vm/exceptions.cc View 1 2 chunks +1 line, -80 lines 0 comments Download
M runtime/vm/exceptions_test.cc View 1 1 chunk +0 lines, -48 lines 0 comments Download
M runtime/vm/flow_graph.cc View 1 2 chunks +8 lines, -11 lines 0 comments Download
M runtime/vm/flow_graph_builder.h View 1 1 chunk +1 line, -4 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 4 chunks +21 lines, -41 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 1 chunk +6 lines, -10 lines 0 comments Download
M runtime/vm/object.h View 1 4 chunks +7 lines, -12 lines 0 comments Download
M runtime/vm/object.cc View 1 15 chunks +28 lines, -85 lines 0 comments Download
M runtime/vm/parser.h View 1 1 chunk +17 lines, -21 lines 0 comments Download
M runtime/vm/parser.cc View 1 2 161 chunks +498 lines, -528 lines 0 comments Download
A runtime/vm/report.h View 1 1 chunk +84 lines, -0 lines 0 comments Download
A runtime/vm/report.cc View 1 1 chunk +243 lines, -0 lines 0 comments Download
A runtime/vm/report_test.cc View 1 1 chunk +70 lines, -0 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
regis
6 years, 6 months ago (2014-06-18 20:30:47 UTC) #1
srdjan
lgtm https://codereview.chromium.org/340203003/diff/1/runtime/vm/class_finalizer.h File runtime/vm/class_finalizer.h (right): https://codereview.chromium.org/340203003/diff/1/runtime/vm/class_finalizer.h#newcode174 runtime/vm/class_finalizer.h:174: static void ReportErrors(const Error& error, For documentation purpose: ...
6 years, 6 months ago (2014-06-18 21:26:43 UTC) #2
hausner
LGTM w/comments. Not sure whether the renaming of Parser::ErrorMsg was necessary, but you did the ...
6 years, 6 months ago (2014-06-18 21:48:53 UTC) #3
regis
Thanks! https://codereview.chromium.org/340203003/diff/1/runtime/lib/identical.cc File runtime/lib/identical.cc (right): https://codereview.chromium.org/340203003/diff/1/runtime/lib/identical.cc#newcode18 runtime/lib/identical.cc:18: const bool is_static_native = true; // Identical_comparison is ...
6 years, 6 months ago (2014-06-18 22:13:28 UTC) #4
regis
6 years, 6 months ago (2014-06-18 22:30:45 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r37468 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698