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

Issue 93143002: Make pkg/stack_trace use stack chains. (Closed)

Created:
7 years ago by nweiz
Modified:
7 years ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Make pkg/stack_trace use stack chains. scheduled_test now uses stack chains for all of its error reporting. This also adds a number of [Chain.track] calls to work around issue 15105. R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=30836

Patch Set 1 #

Patch Set 2 : additional fixes #

Patch Set 3 : more fixes #

Total comments: 6

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -72 lines) Patch
M pkg/scheduled_test/lib/scheduled_process.dart View 4 chunks +10 lines, -7 lines 0 comments Download
M pkg/scheduled_test/lib/scheduled_server.dart View 1 3 chunks +6 lines, -3 lines 0 comments Download
M pkg/scheduled_test/lib/scheduled_test.dart View 4 chunks +15 lines, -13 lines 0 comments Download
M pkg/scheduled_test/lib/src/descriptor/directory_descriptor.dart View 4 chunks +5 lines, -3 lines 0 comments Download
M pkg/scheduled_test/lib/src/descriptor/file_descriptor.dart View 3 chunks +4 lines, -2 lines 0 comments Download
M pkg/scheduled_test/lib/src/descriptor/nothing_descriptor.dart View 1 2 chunks +2 lines, -1 line 0 comments Download
M pkg/scheduled_test/lib/src/descriptor/pattern_descriptor.dart View 2 chunks +3 lines, -1 line 0 comments Download
M pkg/scheduled_test/lib/src/schedule.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M pkg/scheduled_test/lib/src/schedule_error.dart View 1 4 chunks +5 lines, -11 lines 0 comments Download
M pkg/scheduled_test/lib/src/scheduled_future_matchers.dart View 1 2 chunks +0 lines, -4 lines 0 comments Download
M pkg/scheduled_test/lib/src/scheduled_server/handler.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/scheduled_test/lib/src/task.dart View 3 chunks +4 lines, -8 lines 0 comments Download
M pkg/scheduled_test/lib/src/utils.dart View 1 2 3 4 chunks +12 lines, -10 lines 0 comments Download
M pkg/scheduled_test/test/metatest.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/scheduled_test/test/scheduled_process_test.dart View 1 1 chunk +0 lines, -1 line 0 comments Download
M pkg/scheduled_test/test/utils.dart View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
7 years ago (2013-11-27 23:40:16 UTC) #1
Bob Nystrom
https://codereview.chromium.org/93143002/diff/40001/pkg/scheduled_test/lib/src/schedule.dart File pkg/scheduled_test/lib/src/schedule.dart (right): https://codereview.chromium.org/93143002/diff/40001/pkg/scheduled_test/lib/src/schedule.dart#newcode505 pkg/scheduled_test/lib/src/schedule.dart:505: var stackString = prefixLines(terseTraceString(chain)); Should this be "terseChainString" now? ...
7 years ago (2013-12-03 22:24:46 UTC) #2
nweiz
https://codereview.chromium.org/93143002/diff/40001/pkg/scheduled_test/lib/src/schedule.dart File pkg/scheduled_test/lib/src/schedule.dart (right): https://codereview.chromium.org/93143002/diff/40001/pkg/scheduled_test/lib/src/schedule.dart#newcode505 pkg/scheduled_test/lib/src/schedule.dart:505: var stackString = prefixLines(terseTraceString(chain)); On 2013/12/03 22:24:47, Bob Nystrom ...
7 years ago (2013-12-03 22:34:31 UTC) #3
Bob Nystrom
lgtm
7 years ago (2013-12-03 23:07:24 UTC) #4
nweiz
7 years ago (2013-12-04 00:19:02 UTC) #5
Message was sent while issue was closed.
Committed patchset #4 manually as r30836 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698