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

Unified Diff: pkg/barback/lib/src/phase_input.dart

Issue 152083007: Add an issue reference to a TODO in barback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/lib/src/phase_input.dart
diff --git a/pkg/barback/lib/src/phase_input.dart b/pkg/barback/lib/src/phase_input.dart
index 2168f03b9ee5c19f9e36ee4ce5f81b868e342c42..63aa1806508045a33cccd9312d8de2245927405f 100644
--- a/pkg/barback/lib/src/phase_input.dart
+++ b/pkg/barback/lib/src/phase_input.dart
@@ -199,7 +199,7 @@ class PhaseInput {
if (!transformers.contains(transform.transformer)) return false;
// TODO(rnystrom): Catch all errors from isPrimary() and redirect to
- // results.
+ // results (issue 16162).
return transform.transformer.isPrimary(asset);
}).then((isPrimary) {
if (isPrimary) return;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698