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

Issue 16097012: Make the StackTrace library better handle core library frames. (Closed)

Created:
7 years, 6 months ago by nweiz
Modified:
7 years, 6 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Make the StackTrace library better handle core library frames. Core library stack frames now have libraries and meaningful line numbers, so in general we should preserve those. However, terse stack traces don't care about the internal workings of the core libraries, so they now explicitly remove the library and line number information. R=rnystrom@google.com Committed: https://code.google.com/p/dart/source/detail?r=23621

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -46 lines) Patch
M pkg/stack_trace/lib/src/frame.dart View 2 chunks +7 lines, -4 lines 0 comments Download
M pkg/stack_trace/lib/src/trace.dart View 2 chunks +8 lines, -7 lines 0 comments Download
M pkg/stack_trace/test/frame_test.dart View 5 chunks +14 lines, -22 lines 2 comments Download
M pkg/stack_trace/test/trace_test.dart View 4 chunks +13 lines, -13 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
nweiz
7 years, 6 months ago (2013-06-04 22:31:33 UTC) #1
Bob Nystrom
I wonder if this should still just strip out the corelib file names and line ...
7 years, 6 months ago (2013-06-04 23:21:05 UTC) #2
nweiz
The core library sources are actually in the SDK, presumably to aid with debugging, so ...
7 years, 6 months ago (2013-06-04 23:35:58 UTC) #3
nweiz
7 years, 6 months ago (2013-06-04 23:36:36 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r23621 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698