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

Issue 68113028: Lazily format LanguageError messages (fix issue 15069). (Closed)

Created:
7 years, 1 month ago by regis
Modified:
7 years, 1 month ago
Reviewers:
siva, Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Lazily format LanguageError messages (fix issue 15069). R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=30308

Patch Set 1 #

Total comments: 16

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+296 lines, -225 lines) Patch
M runtime/lib/mirrors.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/class_finalizer.cc View 1 3 chunks +11 lines, -16 lines 0 comments Download
M runtime/vm/flow_graph.cc View 1 1 chunk +9 lines, -6 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 1 1 chunk +9 lines, -6 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 1 chunk +9 lines, -6 lines 0 comments Download
M runtime/vm/object.h View 1 3 chunks +45 lines, -12 lines 0 comments Download
M runtime/vm/object.cc View 1 7 chunks +173 lines, -32 lines 0 comments Download
M runtime/vm/parser.h View 1 2 chunks +1 line, -29 lines 0 comments Download
M runtime/vm/parser.cc View 1 6 chunks +23 lines, -115 lines 0 comments Download
M runtime/vm/raw_object.h View 1 1 chunk +7 lines, -2 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
regis
7 years, 1 month ago (2013-11-15 02:44:41 UTC) #1
Ivan Posva
https://codereview.chromium.org/68113028/diff/1/runtime/vm/class_finalizer.cc File runtime/vm/class_finalizer.cc (right): https://codereview.chromium.org/68113028/diff/1/runtime/vm/class_finalizer.cc#newcode12 runtime/vm/class_finalizer.cc:12: #include "vm/parser.h" This can be removed now, no? https://codereview.chromium.org/68113028/diff/1/runtime/vm/flow_graph.cc ...
7 years, 1 month ago (2013-11-15 04:42:13 UTC) #2
siva
https://codereview.chromium.org/68113028/diff/1/runtime/vm/raw_object.h File runtime/vm/raw_object.h (right): https://codereview.chromium.org/68113028/diff/1/runtime/vm/raw_object.h#newcode1100 runtime/vm/raw_object.h:1100: RawString* formatted_message_; // Incl. previous error's formatted message. Is ...
7 years, 1 month ago (2013-11-15 16:35:51 UTC) #3
regis
Thanks! PTAL https://codereview.chromium.org/68113028/diff/1/runtime/vm/class_finalizer.cc File runtime/vm/class_finalizer.cc (right): https://codereview.chromium.org/68113028/diff/1/runtime/vm/class_finalizer.cc#newcode12 runtime/vm/class_finalizer.cc:12: #include "vm/parser.h" On 2013/11/15 04:42:13, Ivan Posva ...
7 years, 1 month ago (2013-11-15 18:27:38 UTC) #4
Ivan Posva
LGTM -ip
7 years, 1 month ago (2013-11-15 18:50:32 UTC) #5
regis
7 years, 1 month ago (2013-11-15 18:54:32 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r30308 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698