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

Issue 1283113002: Don't throw for unparseable frames. (Closed)

Created:
5 years, 4 months ago by nweiz
Modified:
5 years, 4 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/stack_trace@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Don't throw for unparseable frames. If the stack trace parser throws when it encounters a frame it doesn't understand, that tends to obscure other errors and generally make life difficult for users. R=rnystrom@google.com Committed: https://github.com/dart-lang/stack_trace/commit/a636572cf3f553a1601e6d3c6c82a2c323b40626

Patch Set 1 #

Total comments: 4

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -108 lines) Patch
M CHANGELOG.md View 1 1 chunk +6 lines, -1 line 0 comments Download
M lib/src/frame.dart View 11 chunks +25 lines, -22 lines 0 comments Download
M lib/src/trace.dart View 5 chunks +5 lines, -3 lines 0 comments Download
A lib/src/unparsed_frame.dart View 1 chunk +26 lines, -0 lines 0 comments Download
M lib/stack_trace.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M test/frame_test.dart View 5 chunks +44 lines, -41 lines 0 comments Download
M test/trace_test.dart View 6 chunks +51 lines, -39 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
nweiz
5 years, 4 months ago (2015-08-12 00:33:08 UTC) #1
Bob Nystrom
LGTM! https://codereview.chromium.org/1283113002/diff/1/CHANGELOG.md File CHANGELOG.md (right): https://codereview.chromium.org/1283113002/diff/1/CHANGELOG.md#newcode5 CHANGELOG.md:5: `UnparseableFrame`, which exposes no metadata but preserves the ...
5 years, 4 months ago (2015-08-12 16:47:56 UTC) #2
nweiz
Code review changes
5 years, 4 months ago (2015-08-12 20:38:20 UTC) #3
nweiz
https://codereview.chromium.org/1283113002/diff/1/CHANGELOG.md File CHANGELOG.md (right): https://codereview.chromium.org/1283113002/diff/1/CHANGELOG.md#newcode5 CHANGELOG.md:5: `UnparseableFrame`, which exposes no metadata but preserves the frame's ...
5 years, 4 months ago (2015-08-12 20:38:42 UTC) #4
nweiz
5 years, 4 months ago (2015-08-12 20:38:51 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
a636572cf3f553a1601e6d3c6c82a2c323b40626 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698