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

Side by Side Diff: CHANGELOG.md

Issue 962913002: Remove the outermost folded frame for terse stack traces. (Closed) Base URL: git@github.com:dart-lang/stack_trace@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/src/chain.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 1.2.2
2
3 * Don't print the first folded frame of terse stack traces. This frame
4 is always just an internal isolate message handler anyway. This
5 improves the readability of stack traces, especially in stack chains.
6
1 ## 1.2.1 7 ## 1.2.1
2 8
3 * Add `terse` to `LazyTrace.foldFrames()`. 9 * Add `terse` to `LazyTrace.foldFrames()`.
4 10
5 * Further improve stack chains when using the VM's async/await implementation. 11 * Further improve stack chains when using the VM's async/await implementation.
6 12
7 ## 1.2.0 13 ## 1.2.0
8 14
9 * Add a `terse` argument to `Trace.foldFrames()` and `Chain.foldFrames()`. This 15 * Add a `terse` argument to `Trace.foldFrames()` and `Chain.foldFrames()`. This
10 allows them to inherit the behavior of `Trace.terse` and `Chain.terse` without 16 allows them to inherit the behavior of `Trace.terse` and `Chain.terse` without
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 72
67 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is 73 * If an error is thrown in `Chain.capture`'s `onError` handler, that error is
68 handled by the parent zone. This matches the behavior of `runZoned` in 74 handled by the parent zone. This matches the behavior of `runZoned` in
69 `dart:async`. 75 `dart:async`.
70 76
71 ## 0.9.3 77 ## 0.9.3
72 78
73 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`. 79 * Add a `Chain.foldFrames` method that parallels `Trace.foldFrames`.
74 80
75 * Record anonymous method frames in IE10 as "<fn>". 81 * Record anonymous method frames in IE10 as "<fn>".
OLDNEW
« no previous file with comments | « no previous file | lib/src/chain.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698