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

Unified Diff: sdk/lib/_collection_dev/iterable.dart

Issue 25354003: Redo StreamTransformers so they work with Stack traces. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/utf/lib/utf_stream.dart ('k') | sdk/lib/_internal/compiler/implementation/compiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_collection_dev/iterable.dart
diff --git a/sdk/lib/_collection_dev/iterable.dart b/sdk/lib/_collection_dev/iterable.dart
index 5001fe38fe20cefba1d83a18e521d7404e5a38c4..9b37f0247932414d3d759d128dff0c938bb6c595 100644
--- a/sdk/lib/_collection_dev/iterable.dart
+++ b/sdk/lib/_collection_dev/iterable.dart
@@ -24,6 +24,8 @@ part of dart._collection.dev;
// deprecation of runZonedExperimental.
// TODO(floitsch): also used in dart:json and dart:utf until middle of October
// for deprecation of json and utf libraries.
+// TODO(floitsch): and dart:async until middle of October for deprecation of
+// getAttachedStackTrace.
// We use a random string constant to avoid it clashing with other constants.
// This is, because we have a test that verifies that no metadata is included
« no previous file with comments | « pkg/utf/lib/utf_stream.dart ('k') | sdk/lib/_internal/compiler/implementation/compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698