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

Issue 18529003: Add stackTrace to Error object. (Closed)

Created:
7 years, 5 months ago by floitsch
Modified:
7 years, 5 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add stackTrace to Error object. BUG= R=lrn@google.com Committed: https://code.google.com/p/dart/source/detail?r=24726

Patch Set 1 #

Patch Set 2 : rebase #

Total comments: 26

Patch Set 3 : Address comments and add bug numbers to status files. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -53 lines) Patch
M runtime/lib/error.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M runtime/lib/errors_patch.dart View 1 2 4 chunks +21 lines, -18 lines 0 comments Download
M runtime/vm/parser.cc View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/lib/core_patch.dart View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M sdk/lib/_internal/lib/js_helper.dart View 4 chunks +5 lines, -5 lines 0 comments Download
M sdk/lib/core/errors.dart View 1 10 chunks +29 lines, -25 lines 0 comments Download
M sdk/lib/json/json.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/co19/co19-analyzer.status View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M tests/co19/co19-analyzer2.status View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M tests/co19/co19-compiler.status View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M tests/co19/co19-dart2dart.status View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M tests/corelib/corelib.status View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
A tests/corelib/error_stack_trace2_test.dart View 1 chunk +23 lines, -0 lines 0 comments Download
A tests/corelib/error_stack_trace_test.dart View 1 2 1 chunk +75 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
floitsch
Please remind me to add issue numbers for the two projects (VM/dart2js and co19).
7 years, 5 months ago (2013-07-02 19:08:39 UTC) #1
Lasse Reichstein Nielsen
LGTM, under duress. https://codereview.chromium.org/18529003/diff/2001/runtime/lib/errors_patch.dart File runtime/lib/errors_patch.dart (right): https://codereview.chromium.org/18529003/diff/2001/runtime/lib/errors_patch.dart#newcode10 runtime/lib/errors_patch.dart:10: // TODO(XYZ): implement stackTrace on Error. ...
7 years, 5 months ago (2013-07-03 13:06:13 UTC) #2
floitsch
https://codereview.chromium.org/18529003/diff/2001/runtime/lib/errors_patch.dart File runtime/lib/errors_patch.dart (right): https://codereview.chromium.org/18529003/diff/2001/runtime/lib/errors_patch.dart#newcode10 runtime/lib/errors_patch.dart:10: // TODO(XYZ): implement stackTrace on Error. On 2013/07/03 13:06:13, ...
7 years, 5 months ago (2013-07-03 14:50:19 UTC) #3
floitsch
7 years, 5 months ago (2013-07-03 14:51:43 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r24726 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698