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

Unified Diff: pkg/barback/CHANGELOG.md

Issue 243793005: Don't require Transformer methods to return Futures. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review 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/declaring_transformer.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 4a46d38de240b1025f234ed5b205c7bb274ee0f2..b16a66a59340d38fdcc57e969cc46647be444124 100644
--- a/pkg/barback/CHANGELOG.md
+++ b/pkg/barback/CHANGELOG.md
@@ -6,6 +6,10 @@
declared. This is valid for transformers like dart2js that need to read their
primary input in order to determine whether they should run.
+* Allow `Transformer.isPrimary`, `Transformer.apply`, and
+ `DeclaringTransformer.declareOutputs` to return non-`Future` values if they
+ run synchronously.
+
* Fix a deadlock bug when a lazy primary input to a lazy transformer became
dirty while the transformer's `apply` method was running.
« no previous file with comments | « no previous file | pkg/barback/lib/src/declaring_transformer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698