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

Unified Diff: pkg/barback/CHANGELOG.md

Issue 241493002: Don't warn if a transformer declares outputs that it doesn't emit. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 | pkg/barback/lib/src/transform_node.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/barback/CHANGELOG.md
diff --git a/pkg/barback/CHANGELOG.md b/pkg/barback/CHANGELOG.md
index c62245e920be0dad0681225a1f72486c27f7bc4b..ed513a0493ea7dc68cb2e2d1ce1b974edc64d9bd 100644
--- a/pkg/barback/CHANGELOG.md
+++ b/pkg/barback/CHANGELOG.md
@@ -2,6 +2,10 @@
* Only run `Transformer.isPrimary` once for each asset.
+* Don't warn if a lazy or declaring transformer doesn't emit outputs that it has
+ declared. This is valid for transformers like dart2js that need to read their
+ primary input in order to determine whether they should run.
+
## 0.13.0
* `Transformer.isPrimary` now takes an `AssetId` rather than an `Asset`.
« no previous file with comments | « no previous file | pkg/barback/lib/src/transform_node.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698